How to install Elastic Logstash Kibana (ELK Stack) using Docker and Docker ComposePrerequisites Install Docker and Docker Compose. For Windows computers, here is how you could do it. If you have a Linux computer, click here. Create your working environment as shown below, which I will also show you how to do in the following lin...Sep 24, 2024·4 min read
Getting started With Amazon Web ServiceDay38 of 90daysofdevops What is AWS? Amazon Web Services (AWS) is a comprehensive, evolving cloud computing platform provided by Amazon.com. It offers a mix of infrastructure as a service (IaaS), platform as a service (PaaS) and packaged software as ...Nov 2, 2023·2 min read
Important kubernetes quesions and answers.Day37 of 90daysofdevopschallenge. What is Kubernetes and why it is important? Kubernetes is an open-source container orchestration platform that simplifies the deployment, scaling, and management of applications in a highly efficient and automated ...Oct 31, 2023·9 min read
Managing Persistent Volumes in Your Deployment .Day37 of 90daysofdevopschallenge initiated by Shubham Londhe What are Persistent Volumes in k8s In Kubernetes, a Persistent Volume (PV) is a piece of storage in the cluster that has been provisioned by an administrator. It represents physical storage...Oct 31, 2023·3 min read
Day 35 of 90daysofdevops initiated by Shubham LondheWhat are ConfigMaps and Secrets in k8s In Kubernetes? ConfigMaps and Secrets are used to store configuration data and secrets, respectively. ConfigMaps store configuration data as key-value pairs, while Secrets store sensitive data in an encrypted fo...Oct 28, 2023·3 min read
Working with Namespaces and Services in Kubernetes. Day33 of 90daysofdevops under guidance of ShubhamLondhe.What are Namespaces and Services in k8s In Kubernetes, Namespaces are used to create isolated environments for resources. Each Namespace is like a separate cluster within the same physical cluster. Services are used to expose your Pods and Deployment...Oct 11, 2023·2 min read
Day32 of 90daysofdevopschallengeWhat is Deployment in k8s A Deployment provides a configuration for updates for Pods and ReplicaSets. You describe a desired state in a Deployment, and the Deployment Controller changes the actual state to the desired state at a controlled rate. You...Oct 10, 2023·2 min read