02-05-01 Kubernetes Deployment and Service

Docker/Kubernetes workshop

02-05-01 Kubernetes Deployment and Service

Prerequisites

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