Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 313 Bytes

README.md

File metadata and controls

17 lines (16 loc) · 313 Bytes

ACR example (build, push image from github to ACR)

Step-01: Deploy manifests

# Deploy manifests
kubectl apply -f ./kube-manifests

Step-02: Verify created objects

# Verify objects
kubectl get pods,svc

Step-03: Clean-Up

# Delete all manifests
kubectl delete -f ./kube-manifests