Skip to content

gitops-workshop/poor-mans-gitops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published