DEV Community

Joe Hobot
Joe Hobot

Posted on

Calico Helm Chart for Kubernetes

While ago I was looking for Calico helm chart and there were some deployment files floating around the web using kubectl etc, but I really like to automate things with press of a button. So here it is a Calico Helm Chart that needs some love in case you are into Kubernetes.

GitHub logo mrzobot / calico-helm-chart

Helm Chart for Calico

Calico Helm Chart

I took AWS/EKS Calico Installation file that you can find here https://docs.aws.amazon.com/eks/latest/userguide/calico.html and split it into few files that make up the whole Helm Chart.

I have not worked on creating values.yaml file and templating it much, so if you have suggestions or time, feel free to update it. I just used the helm chart to test few things with automated Deployment.

Installation

Clone this repository

and then run

helm install . --name=calico --namespace=kube-system 

If you need to reference tiller, just add --tiller-namespace=NamespaceWhereTillerIsInstalled

Notes

This helm chart is really straight forward, however feel free to fork it or make changes. I'll see to make updates to values files and start disecting the yaml infrastructure within the template.




Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay