Performance comparison Cilium native routing on Azure Kubernetes Service BYOCNI https://www.danielstechblog.io/performance-comparison-cilium-native-routing-on-azure-kubernetes-service-byocni/ #Azure #AzureKubernetesService #Kubernetes #Cilium
Kubernetes – Future or Fad?
Kubernetes has pretty much become synonymous with container orchestration, and all competition is either assimilated (or rewritten to be based on Kubernetes, see Openshift), or basically disappeared into the void (sorry Nomad). Does that mean that development will slow down now? Or is it the beginning of something even bigger? Maybe Kubernetes is on the verge of becoming a generic name, just like Kleenex, or maybe a verb like “to google”. Years ago, somebody asked me in an interview what […]How to choose your Kubernetes Postgres Operator?
A Postgres Operator for Kubernetes eases the management of PostgreSQL clusters inside the Kubernetes (k8s) environment. It watches changes (additions, updates, deletes) of PostgreSQL related CRD (custom resource definitions) and applies changes to the running clusters accordingly. Therefore, a Postgres Operator is a critical component of the database setup in PostgreSQL on Kubernetes. In addition to the “simply” management of the Postgres cluster, it often also provides additional […]https://www.simplyblock.io/blog/choosing-a-kubernetes-postgres-operator/