Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 235 Bytes

DeployApp.md

File metadata and controls

15 lines (13 loc) · 235 Bytes

Deploy a cluster in AWS

kubectl create namespace cpdemo
kubectl --namespace cpdemo apply \
    --filename examples/aws-eks.yaml

Check deployment with:

kubectl get managed
kubectl get all --namespace cpdemo