sathish-kumar-narayanan / poor-mans-gitops

Demo: Poor Man's GitOps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Dockerfile 100.0%