Skip to content

Instantly share code, notes, and snippets.

@sabman

sabman/k8s.md Secret

Last active July 30, 2022 20:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sabman/bb293dc91efdbd65f45a994e940baa15 to your computer and use it in GitHub Desktop.
Save sabman/bb293dc91efdbd65f45a994e940baa15 to your computer and use it in GitHub Desktop.

What is Kubernetes?

I like to think of kubernetes as a way to programatically or declartively create your own data center on to which we can deploy our applications.

What is eksctl

eksctl is a tool to create your kuberentes cluster on AWS's EKS.

What is rancher?

I think of Rancher as an alterantive to EKS. It allows for management of K8s clusters regarless of provider and related orchestration tasks.

What is kind

Kind is a tool for managing your dev k8s cluster. Its super easy to get up and running with a local k8s cluster using kind.

What is istio

Istio is a service mesh for addressing

What is ArgoCD

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment