Skip to content

Starter code for WV's Keeping Up With K8s Workshop for The Show. Hosted on 04/24/2021 by @krishchow

Notifications You must be signed in to change notification settings

white-van/k8s-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

k8s-demo

Minikube

  1. Install Minikube
    1. Depending on your OS, you may need to install Docker
  2. minikube start
  3. minikube tunnel
  4. alias k="minikube kubectl"

Helm for Postgres

  1. Install Helm
  2. helm repo add bitnami https://charts.bitnami.com/bitnami
  3. helm repo update
  4. helm install my-release bitnami/postgresql
  5. k get services

Run Deployment

  1. kubectl apply -f manifests/backend.yaml
  2. Update the svc url in manifests/frontend.yaml
  3. kubectl apply -f manifests/frontend.yaml

About

Starter code for WV's Keeping Up With K8s Workshop for The Show. Hosted on 04/24/2021 by @krishchow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published