#software-engineering
Read more stories on Hashnode
Articles with this tag
Kubernetes is now the platform of choice for many companies to manage their applications both on-premises and in the cloud. Its emergence a few years...
No, YAKD is not a new Kubernetes Dashboard project, but that could be a good name for a new Kubernetes Dashboard application. The purpose of this post...
Today, Prometheus is used widely in production by organizations. In 2016, it was the second project to join CNCF and, in 2018, the second project to...
Kubectl is the first tool that every Kubernetes operator will have to use to interact with the cluster. This post aims to share some guidelines on it. ·...
Feature flags are a software development technique that turns certain functionality on and off during runtime, without deploying new code. · Velocity in...