- Notifications
You must be signed in to change notification settings - Fork32
Repository with configuration for Terraform and Argo CD to create and manage Kubernetes cluster locally with Kind
piomin/sample-terraform-kubernetes-argocd
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
In this project I'm demonstrating you how to useTerraform together withArgo CD to create and manage the Kubernetes cluster onKind.
- Terraform CLI installed
- Docker
You may the detailed explanation of that example repository in the following article:Manage Kubernetes Cluster with Terraform and Argo CD
First, clone that repo:
$ git clone https://github.com/piomin/sample-terraform-kubernetes-argocd.git$cd sample-terraform-kubernetes-argocdThen initialize Terraform config:
terraform init
Review the actions plan:
terraform plan
Run the Terraform actions:
terraform apply
After running the previous command you receive:
- 3-nodes Kind cluster running locally
- OLM (Operator Lifecycle Manager) installed on Kind
- Argo CD installed on Kind
- Kafka Strimzi operator ready to use
- 3-node Kafka cluster created on Kind
About
Repository with configuration for Terraform and Argo CD to create and manage Kubernetes cluster locally with Kind
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Contributors2
Uh oh!
There was an error while loading.Please reload this page.