BGbijit ghoshinprocirrus.hashnode.dev·May 27, 2023 · 8 min readConfidential Computing: Securing Data in Cloud ComputingWhat is Confidential Computing? Confidential Computing is an approach that uses secure enclave technology to enable the creation of a trusted execution environment (TEE) based on security features provided by CPU vendors. A TEE allows for encryption/...00
BGbijit ghoshinprocirrus.hashnode.dev·May 18, 2023 · 6 min readElevating Kubernetes Network Monitoring with Istio, Linkerd, and EnvoyIntroduction Kubernetes is a powerful container orchestration system that provides a wealth of features for managing containerized applications. However, managing the networking aspect of Kubernetes can be challenging, especially as the number of con...00
BGbijit ghoshinprocirrus.hashnode.dev·May 14, 2023 · 7 min readZero RTO & RPO: Architectural Considerations and Best PracticesIntroduction: In the realm of data protection and disaster recovery, two critical metrics play a significant role: Recovery Point Objective (RPO) and Recovery Time Objective (RTO). Achieving near-zero RPO/RTO is a crucial goal for organizations seeki...00
BGbijit ghoshinprocirrus.hashnode.dev·May 14, 2023 · 6 min readContainer Design Patterns for KubernetesKubernetes has become the de facto standard for container orchestration, providing a container platform that is reliable and scalable. Kubernetes has many features and capabilities that make it an ideal platform for containerized applications. Howeve...00
BGbijit ghoshinprocirrus.hashnode.dev·May 7, 2023 · 7 min readAccelerating Performance Issue Resolution through Code ProfilingIntroduction: In today’s fast-paced software development landscape, performance issues can be detrimental to the success of any application or system. Traditional approaches such as logs, metrics, and traces provide valuable insights, but they may fa...00