K8s-Create a cloud cluster with CI/CD pipeline

In this article, we walk through how to create a Kubernetes cluster on a cloud provider (AKS, GKE) using Terraform. Next, we deploy this cluster through a CI/CD pipeline (Azure DevOps Pipeline and Github Action).

On the first project, we deploy our cluster to AKS through Azure DevOps pipeline.

first project

On the second project, we will use Github action as our CI/CD and we will create a GKE cluster. second project

The choice of tool is indicatif. You can choose which one which is the best fit for your case/business.

[Read More]