Day 42: IAM Programmatic access and AWS CLI 🚀Introduction : In AWS (Amazon Web Services), "IAM" stands for Identity and Access Management. IAM allows you to manage users and their level of access to the AWS services and resources. Enabling programmatic access in AWS IAM involves creating access...Nov 9, 2023·2 min read
Day - 37 Kubernetes Important interview Questions.What is Kubernetes and why it is important? Kubernetes is an open-source container orchestration platform that automates the deployment, scaling, management, and monitoring of containerized applications. Originally developed by Google, it is now ma...Oct 12, 2023·26 min read
Day -36 Managing Persistent Volumes in Your Deployment 💥Introduction : Persistent Volumes (PVs) and Persistent Volume Claims (PVCs) are Kubernetes resources used to manage storage in a cluster. They provide a way to abstract the underlying storage infrastructure and allow developers and operators to dynam...Oct 10, 2023·4 min read
Day - 35 Mastering Config-Maps & SecretsIntroduction : ConfigMaps and Secrets are two essential Kubernetes resources that allow you to manage configuration data and sensitive information, respectively, more flexibly and securely. They are often used to decouple configuration and secret dat...Oct 9, 2023·4 min read
Day 34 - 🚀 Services in Kubernetes 🚀Introduction : In Kubernetes (often abbreviated as K8s), services are a critical component for ensuring that applications running in the cluster can communicate with each other reliably. Kubernetes services provide a way to abstract and expose a grou...Oct 5, 2023·3 min read
Setup Grafana in your local environment on AWS EC2step 1 : Go to the AWS console, and create an EC2 instance named “Grafana”. step 2 : Now, allow the inbound port 3000 from the “Security Group”. step 3 : Now, login into the machine. step 4 : Now, Run the below commands to Install Grafana on Ubuntu....Sep 20, 2023·1 min read
Introduction To GrafanaWhat is Grafana? Grafana is an open-source platform for monitoring and observability. It is used to visualize and analyze data from various sources, particularly time-series databases, and display it in real-time dashboards. Grafana is a popular too...Sep 20, 2023·7 min read