Understanding Custom Resource Definitions (CRDs) in Kubernetes
Overview Kubernetes is an open-source container orchestration platform that automates the deployment, scaling, and management of containerized applications. Kubernetes provides a robust and scalable framework for running distributed systems resiliently, allowing for declarative configuration and automation. When it comes to...
What is mTLS? How to Simplify mTLS with Istio?
In the modern cloud environment, securing communication is paramount. Mutual Transport Layer Security (mTLS) is not just another term in the Kubernetes realm; it’s a robust solution to a pressing problem. In this article, we unravel the magic of mTLS,...
Kubernetes policy enforcement with OPA Gatekeeper and Kyverno
Policy and Governance in Kubernetes: In brief, policy and governance provide a set of rules which define a guideline that either can be enforced or audited. In the kubernetes ecosystem the governance model plays a crucial role in managing and...
How to optimize EKS costs by running a multi architecture system
With savings of up to 20% when using Graviton instances, this how-to explainer will look at how simple it is to run both Graviton (ARM) and X86 instances on an EKS cluster.Both architectures have its pros and cons, combining these...
Istio Service Mesh With SockShop Microservice On AKS
Istio provides features that enable you to manage a network for deployed services with secure communication, monitoring, version based load balancing or traffic splitting and much more. Istio works with modern cloud native applications because it requires little to no...