Skip to content

Instantly share code, notes, and snippets.

@patrickbadley
Last active February 1, 2019 16:30
Show Gist options
  • Save patrickbadley/943bfb1ee09c263c47a894d5137a9b03 to your computer and use it in GitHub Desktop.
Save patrickbadley/943bfb1ee09c263c47a894d5137a9b03 to your computer and use it in GitHub Desktop.
DevelOP Your Kubernetes Cluster with GitOps, Helm, Docker, Flux, Charts, and Git!
# Title
## DevelOP Your Kubernetes Cluster with GitOps, Helm, Docker, Flux, Charts, and Git!
# Abstract
Whether you're an expert kubectl-er or just dipping your toes in all of the kubernetes and docker things, come check out this innovative approach to managing your kubernetes cluster!
Flux is a tool that monitors your git repo containing kubernetes configuration and deployment templates and a container registry and automatically updates your cluster when changes are made or new images are available and that's just the beginning.
In this hands on demo, we'll spin up a k8s cluster, push some images to docker hub, configure k8s deployments and services, and watch flux bring them all together right before our eyes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment