Java to Pod

From Java code in your repo to a running Pod on Kubernetes. This article explains all the steps needed, including basic shortcuts.

“Oops, something is wrong with your GitOps application!”

GitOps – Operations by Pull Request GitOps, a natural evolution of the DevOps practice, has gained popularity ever since it was introduced by Weaveworks in 2017. The core idea of GitOps is to treat “everything” as code. What does it mean? You will need to describe the desired state of your system declaratively as code, […]