“If you restarted enough, it will eventually work”! Priceless 😀!
@user729744 жыл бұрын
Great presentation. I've been a bit overwhelmed by GitOps but seeing it broken down like this into its core components helps. I've been using the approach of keeping source code and config in the same directory, but I see the value in breaking it apart into separate repos and using the pull model, especially if I have more than one Kubernetes cluster to deploy to.
@Jkudjo2 жыл бұрын
This is what matured growth does to you.
@davisburnside96092 жыл бұрын
Beautiful intro, it demonstrates perfectly the need for the product you're teaching.
@carlosfernandes76774 жыл бұрын
Thank you for sharing. I appreciate what you did, focusing on concepts and principles instead of tools. My everyday challenge at the office is convincing people about that approach.
@KingTheRat2 жыл бұрын
I find the part where you manually updated the Canary cluster to 2.0.0 a little bit confusing. Shouldn't this update be done via a commit to the config repo, and then the GitHub Actions then automatically do the apply to the cluster? Otherwise, it seems that there's no automation through git. At the end of the day you still manually ran a kubectl apply.
@marcussky4 жыл бұрын
Such an amazing and clear explanation.
@kaihendry4 жыл бұрын
Where are the example repos and how was the cluster provisioned?
@user729743 жыл бұрын
Sometimes GitOps is more about the perspective of the developers, not the ops team. So the developers are using pull requests to merge their code changes and merge their image tag and config changes, with a k8s cluster that's already set up for them (already wired up to the Git repos for them). That's why how the cluster was provisioned isn't relevant to this way of doing GitOps. If the devs are responsible for all the ops stuff too, then that matters more.
@caspereeko4 жыл бұрын
Nice presentation, thank you
@nazeerhussain66503 жыл бұрын
This is just Awesome Presentation!!! Thanks
@pravashraj4 жыл бұрын
Awesome presentation! Thanks
@BroscoWankston2 жыл бұрын
I want to hear more stories
@ervinismu62653 жыл бұрын
awesome presentation!
@KrishJayaram3 жыл бұрын
#TIL: Ask How can you make make your team successful.