Skip to content

Files

Latest commit

 

History

History

207-configuration-framework

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

CLI-supported framework for extensible Kubernetes configurations

Table of Contents

Ksonnet

Make sure kubectl CLI is installed and configured for the Kubernetes cluster.

  1. Install ksonnet from homebrew tap: brew install ksonnet/tap/ks

  2. Change into the ksonnet sub directory: cd apps/k8s/ksonnet/myapp

  3. Add the environment: ks env add default

  4. Deploy the manifests: ks apply default

  5. Access the application: curl http://$(kubectl get svc/webapp -o jsonpath='{.status.loadBalancer.ingress[0].hostname}')

  6. Delete the application: ks delete default

go Back Back

Next go Next

Go to Phase2 Index