Skip to content

sathish-kumar-narayanan/poor-mans-gitops

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 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

About

Demo: Poor Man's GitOps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%