May 2018
7 Mon
8 Tue
9 Wed
10 Thu 08:15 AM – 05:25 PM IST
11 Fri 08:30 AM – 06:20 PM IST
12 Sat
13 Sun
May 2018
7 Mon
8 Tue
9 Wed
10 Thu 08:15 AM – 05:25 PM IST
11 Fri 08:30 AM – 06:20 PM IST
12 Sat
13 Sun
Shahidh K Muhammed
Git is an integral part of every developer’s workflow. With platforms like Kubernetes, which focus on running applications as containers, developers need to take care of shipping their code on to these platforms by using tools like kubectl. Since git is already in every developer’s toolbox, building workflows around it makes it intuitive to use. This means that with a little bit of smart hacking you can use git for doing devops and remove the need for using kubectl or any other tooling in our regular workflows. An emerging pattern (called GitOps) revolves around managing ops using just git. K8s deployments are particularly easy to manage using git, as k8s can make devops declarative.
We’ll look into setting up such systems, especially using git-hooks, which can be used to mask the gory details of kubectl apply
s and docker build
s. The demo will be useful for application developers as well as Kubernetes administrators for setting up their own customised flows.
Key takeaways:
git-push-to-deploy
featuresShahidh is a senior platform engineer at Hasura and heads the development of the Hasura CLI. He has been working extensively with Kubernetes since the pre-1.0 versions, from building installers to writing developer tools.
Shahidh is a co-author of Gitkube (https://github.com/hasura/gitkube), an open-source tool to deploy applications onto Kubernetes using git. He, along with the team at Hasura, are exploring ways to make application deployment to Kubernetes easier, leveraging workflows around Git.
Shahidh is a regular speaker at many Golang and Kubernetes meetups. He also co-hosts the weekly CNCF certified meetup, Koffee with Kubernetes in Bengaluru.
https://speakerdeck.com/shahidhk/git-based-application-deployment-patterns-for-kubernetes
{{ gettext('Login to leave a comment') }}
{{ gettext('Post a comment…') }}{{ errorMsg }}
{{ gettext('No comments posted yet') }}