Lightning Talk: Introduction to GitOps Deployment to Kubernetes
There exist many practices for continuous deployment to Kubernetes. Among them GitOps goes well with declarative configuration of Kubernetes, and leads to more reliable configuration management. GitOp …
Talk Title | Lightning Talk: Introduction to GitOps Deployment to Kubernetes |
Speakers | Jun Sakata (Software Engineer, Infrastructure, Ubie, Inc.) |
Conference | KubeCon + CloudNativeCon North America |
Conf Tag | |
Location | Seattle, WA, USA |
Date | Dec 9-14, 2018 |
URL | Talk Page |
Slides | Talk Slides |
Video | |
There exist many practices for continuous deployment to Kubernetes. Among them GitOps goes well with declarative configuration of Kubernetes, and leads to more reliable configuration management. GitOps was introduced by Weaveworks, but it is a whole new concept. All you need is the git controlled deployment manifest. In this lightning talk, I will show how to start it, example pipelines an workflows.