profile-img
Daniele Polencic — @[email protected]

@danielepolencic

Teaching containers and Kubernetes at @learnk8s ♦︎ Certified Kubernetes Administrator ♦︎ Kubernetes memes aficionado

calendar_today11-07-2009 18:39:24

4,7K Tweets

13,9K Followers

187 Following

Daniele Polencic — @danielepolencic@hachyderm.io(@danielepolencic) 's Twitter Profile Photo

1/10

The idea behind GitOps is straightforward:

1. Scripts that create update, delete, etc. infrastructure are saved in GIT.
2. The state of your infrastructure is saved in GIT.
3. You have automation to trigger all your scripts.

Let's see an example.

1/10 The idea behind GitOps is straightforward: 1. Scripts that create update, delete, etc. infrastructure are saved in GIT. 2. The state of your infrastructure is saved in GIT. 3. You have automation to trigger all your scripts. Let's see an example.
account_circle
Daniele Polencic — @danielepolencic@hachyderm.io(@danielepolencic) 's Twitter Profile Photo

2/10

Let's deploy an app with a single replica:

1. Commit the Deployment definition in GIT
2. Execute the script to deploy
3. Done

How is this new?

Surely you do this already!

The devil is in the details, though.

2/10 Let's deploy an app with a single replica: 1. Commit the Deployment definition in GIT 2. Execute the script to deploy 3. Done How is this new? Surely you do this already! The devil is in the details, though.
account_circle