DEV Community

Discussion on: What was your win this week?

Collapse
 
joehobot profile image
Joe Hobot

Was finally able to construct a CI/CD pipeline for multiregion k8s cluster application deployment.

There was a lot of diff repos and manual scripts that would change CI/CD pipelines with different cloud regions. Now its all with one setting in gh repo a Dev would need to plugin.. say an app needs to go to US and EU they would set a parameter regions=US,EU and that would deploy an app to different clusters with different set of configs that apps point to.

Another win for me was to be able to use my google home mini and create a mini k8s cluster , its kind of still in the works but was able to say "hey google create k8s cluster"