Deploying Prometheus in EKS with CSI Driver: A Comprehensive Guide Introduction: Elastic Kubernetes Service (EKS) is one of the easiest ways to use Kubernetes managed by AWS. This guide assumes you have…
Category: DevOps
Kubernetes? What is it? The architecture?
Before jumping onto Kubernetes, let’s recap Docker Container, because once we are clear about Docker containers, only we can understand Kubernetes well. Refer to this article {Docker}. I’ll suggest that before going…
Containerization vs Virtualization
Containers are lightweight, portable running instances of docker image that contain all of your code and its dependencies. It helps the software to run on any machine without worrying about the configuration…
What is a Docker file?
A Docker file is something significant in the entire process of SDL (Software Development Lifecycle), It is a file created to make the Docker image of software or an application, whose running…
What is Docker? A simplified way to understand it!
Understanding Docker: A Simplified Guide for Teenagers Imagine you have a school project that needs to run on any computer in your classroom without any issues. You have your project code, specific…
What is tf.state vs state locking in Terraform?
What is a tf.state file and what is a remote tf.state file? How to provision it? What is required? Basic Concept. Attention to all DevOps enthusiasts, have you heard about the remote…