2 Posts

Cloud native

Devcontainers for cloud-native application development

Devcontainers for cloud-native application development

Development containers are a great way to develop modern applications. Cloud-native applications usually implement more than one service to provide the application functionality. Using dev containers for microservices-based application development requires more than one container. This is where using Docker Compose with dev containers is useful. This article explores creating a multi-container development environment using VS Code dev containers and Docker Compose.

Using Bicep to provision Azure Red Hat OpenShift cluster

Using Bicep to provision Azure Red Hat OpenShift cluster

Azure Red Hat OpenShift (ARO) service provides fully managed and highly available OpenShift clusters on Azure jointly operated by Microsoft and Red Hat. There …