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]

K8s-Create a local cluster

In this article, we will walk through how provisioning a local Kubernetes cluster (single node or multiple nodes).

kind architecture

The next part will guide you to provision a Kubernetes cluster on cloud (Azure or GCP).

[Read More]