Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 352 Bytes

01-README.md

File metadata and controls

18 lines (12 loc) · 352 Bytes

02-05-01 Kubernetes Deployment and Service

Prerequisites

  • Cluster access
  • Team namespace configured in current kubectl context

Creating and using a namespace (if required)

kubectl create ns myapp

Use the newly created namespace as your default namespace:

kubectl config set-context --current --namespace=myapp