Skip to content

πŸ“š Learning and exploring Kubernetes and related tools (kubectl, Helm, etc.)

Notifications You must be signed in to change notification settings

dgroomes/kubernetes-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

kubernetes-playground

Learning and exploring Kubernetes and related tools (kubectl, Helm, etc.)

Notes

Using the Kubernetes that comes bundles with Docker. This is convenient. Just enable the local Kubernetes cluster in Docker preferences.

Follow https://helm.sh/docs/intro/quickstart/.

helm repo add stable https://kubernetes-charts.storage.googleapis.com/

helm search repo stable

helm repo add bitnami https://charts.bitnami.com/bitnami

helm search repo bitnami

helm create my-postgres-chart

Follow https://docs.docker.com/get-started/kube-deploy/.

helm install my-postgres-deployment ./my-postgres-chart --dry-run

helm install my-postgres-deployment ./my-postgres-chart

helm upgrade my-postgres-deployment ./my-postgres-chart

Success! Connect to Postgres with psql --username postgres --host localhost -p 30001

About

πŸ“š Learning and exploring Kubernetes and related tools (kubectl, Helm, etc.)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published