Introduction Secrets in Kubernetes, are Base 64 encoded. As such, its trivial for anyone with access to the secret objects, to decode … Read The Full News
Migrating OpenShift Templates to Helm Charts for Amazon EKS: Design Guidelines & Lessons Learned
Introduction If you’ve been following our blog for a while, you know that we recently completed a large-scale migration of hundreds of … Read The Full News
Migrate DeploymentConfigs & Routes from OpenShift Templates to Helm Charts
Introduction In an earlier blog post, we looked at how to live migrate running production customer workloads from being managed by OpenShift … Read The Full News
Live Migrate Production Workloads from OpenShift Templates to Helm Charts
Introduction In an earlier post, we looked at how to convert OpenShift templates to helm charts. In this post, we’ll see how … Read The Full News
Migrate Workloads from OpenShift Templates to Helm Charts
Introduction The DevOps team at QloudX recently completed a large-scale migration of 160+ containerized microservices from OpenShift to Amazon EKS for one … Read The Full News
Evaluating CNAPP Solutions for AWS
Introduction CNAPP stands for Cloud-Native Application Protection Platform. CNAPP is a new category of software security products, that encompass the functionalities of … Read The Full News
How Flagger Manages Blue/Green Deployments in Amazon EKS
Introduction This article is in continuation to my earlier post Blue/Green Deployments in Amazon EKS using Flagger. In it, I explained how … Read The Full News
Blue/Green Deployments in Amazon EKS using Flagger
Introduction Flagger is a progressive delivery tool that automates the release process for applications running on Kubernetes. It reduces the risk of … Read The Full News
An Introduction to Velero for Kubernetes Backup & Restore
Introduction Velero is an open source, VMware-backed tool to backup, restore, migrate, and perform DR on Kubernetes cluster resources & persistent volumes. … Read The Full News