GitOps in practice, deploy Kubernetes applications with ArgoCD

GitOps is a set of practices to deploy applications using Git. Application definitions, configurations, and connectivity are to be stored in a version control software such as Git. Git then…

Azure Kubernetes doubles down on WebAssembly

It’s interesting to see how cloud-native runtimes are evolving. Although containers make it simple for applications to bring their own runtimes to clouds, and offer effective isolation from other applications,…