We worked on Thursday with a team of 11 developers working remotely. Throughout this time, we were building at least 4 to 5 features simultaneously. For UX and QA reviews, we only had
In this blog, we will learn how to manage sensitive information like tokens, credentials etc. via secrets. We'll also learn further how to handle non-sensitive environment variables via ConfigMaps. In Kubernetes, secrets can
In the previous chapter, we read about how to create a Sample Node.js Application on EKS. In this chapter, we are gonna find out how to handle applications such as MySQL or
In the previous chapter, we learnt how to setup a nginx web server on Local Minikube Cluster. In this chapter, we are gonna deploy a Sample Node.js application on a cloud provider
In the previous chapter, we learnt the concepts of clusters i.e. how to bring up a k8s cluster. In this chapter, we are gonna learn how to spawn/run a simple nginx
This is the second chapter in the Kubernetes series. In the first chapter, we have learned about the basics and the architecture of Kubernetes. Now, let us learn further how to bring up
This is the first article in the Kubernetes series. Lets directly deep dive into it to learn about the basics. What is Kubernetes ?Before learning about Kubernetes, let's find out what are Containers