creaTodo.sh 258 B

1234567
  1. kubectl create namespace postgres
  2. kubectl create -f pv-local-pg.yaml
  3. kubectl create -f pvc-pg.yaml
  4. kubectl create -f postgres-configmap.yaml
  5. kubectl create -f postgres-deployment.yaml
  6. kubectl create -f postgres-service.yaml
  7. watch kubectl get all -n postgres