Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 496 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 496 Bytes

Demo: Poor Man's GitOps

1. Build The Agent

docker build -t my-agent:v1 agent

2. Install The Agent

kubectl -n default apply -f agent/install.yaml

Wait for the agent to apply your manifests:

watch kubectl -n default get all

Clean-Up

kubectl -n default delete -f agent/install.yaml
kubectl -n default delete pod my-app