kubernetes Troubleshoot: Pod Crashloopbackoff A pod stuck in a crashloopbackoff is a very common error faced while deploying applications to Kubernetes. While in crashloopbackoff, the pod keeps crashing at one point right after it
A Case Study of Designing Dashboards to Optimize Agile Process I was part of the leadership team of a fast-growing company and it was May 2017 when we decided that we need to become better as an agile team. We
CI/CD Run A Container In Kubernetes Cluster Using Devtron’s CI/CD Tool In the previous blog, we discussed how to run a cron job inside a docker container. Here, we are going to discuss how to spin up a Dockerfile in the
containers Running A Cronjob Inside Docker Container In 5 Steps In this blog, we are going to discuss and understand the steps on how to set a Cron job inside the container. Prerequisites: Docker should be installed on your system.
Upgrade EKS 1.16 Cluster To EKS 1.17 Using EKSCTL In 6 Steps In this blog, we will discuss the steps which are necessary for upgrading the EKS cluster from version 1.16 to version 1.17. What is EKS? EKS stands for
kubernetes Ultimate Guide Of Pod Eviction On Kubernetes By nature pods in Kubernetes clusters are ephemeral, they can be created, killed, moved around by the scheduler, in other words pods can be evicted. This may occasionally cause disruption
How to use Spot to achieve Cost Savings with Stability on Kubernetes Cost saving has always been one of the important objectives for organizations but now it is more important than ever before. Because of uncertainty in the business, earlier motto of
Setting up custom DNS routing on EKS Cluster Our one of the third party API URL was failing to resolve, so we figured out the solution to route through Google Public DNS, thus changing the routing of a
Migrating to Kubernetes? Advantages Vs Dis-advantages a CTO must know Since its version 1.0 release in 2015, Kubernetes has captured the imagination of devops. As per the CNCF cloud native survey in 2019, 78% of the respondents were using
Configuring Requests and Limits in Kubernetes Deployments While reviewing Kubernetes Infrastructures of various organizations, I have discovered that Container Resources (Requests and Limits) are often misconfigured resulting in node failures and Kubernetes Cluster becoming unstable. It’s
DevOps Challenges How to overcome Top DevOps challenges in the time of Covid-19 As we are getting used to the new normal forced upon us by COVID-19, we decided to analyze its impact on companies and how that has changed priorities for devops
AWS AWS Cost Optimization Parameters and Metrics Part 1 - An Overview The Accelerate State of the DevOps report 2019 found that elite performers were 24 times more likely than low performers to have met essential cloud characteristics. One of the characteristics
docker Benefits of migrating to Microservices architecture What is Microservice Architecture?Microservices Architecture allows developers to create separate components of application through building an application from a component of small services. Each of these services is built
horizontal pod autoscaler Configuring Kubernetes HPA on a K8s Cluster Horizontal Pod ScalerHorizontal Pod Scaler automatically scales the number of pods in a replication controller, deployment, replica set or stateful set based on observed CPU utilization. This blog will explain
kubernetes nodes Understanding Kubernetes Nodes Kubernetes is becoming the new standard for deploying and managing the software in Cloud because of the wide number of features that Kubernetes provide such as automated rolling and rollback