Terraform Code: https://github.com/shawon100/terraform-aws
Read More
Home / Archive for 2021
How to Create a VPC and a Subnet in AWS using Terraform 2021
At first create a IAM user in AWS and give it administrative access. Collect the access and secret key. Then create a file named variable...
Read More
Create Replicaset in Kubernetes Cluster Kodekloud
Question: The Nautilus DevOps team is going to deploy some applications on kubernetes cluster as they are planning to migrate some of the...
Read More
Deploy Node App on Kubernetes Kodekloud
Question: The Nautilus development team has completed development of one of the node applications, which they are planning to deploy on a...
Read More
How to Setup Latest Grafana and Prometheus using Kubernetes Yaml without Helm
At first go to this github repository link and clone the repository https://github.com/shawon100/kubernetes-grafana-prometheus Then create...
Read More
Fix Python App Deployed on Kubernetes Cluster Kodekloud
Question: One of the DevOps engineers was trying to deploy a python app on Kubernetes cluster. Unfortunately, due to some mis-configur...
Read More
How to Setup Kubernetes Metrics Server 2021
Go to your kubernetes cluster and apply this yaml kubectl apply -f metrics-server.yaml apiVersion : v1 kind : ServiceAccount metadata : ...
Read More
Automatic Code Generation Using AI GitHub Copilot
Join WaitList Link: https://github.com/features/copilot/signup
Read More
How to Develop a Text Paraphrasing Machine Learning Tool Like QuilBot
Project Demo and Source Code: https://huggingface.co/spaces/shawon100/text-paraphrasing
Read More
Deploy Apache Web Server on Kubernetes Cluster Kodekloud
Solution: 1. Create the namespace mentioned in the question kubectl create ns httpd-namespace-xfusion 2. Create the deployment.yaml accor...
Read More
How to Setup Prometheus and Grafana (Kubernetes Data) in Kubernetes 2021
At first create namespace, add helm repo and then insatll kubectl create ns prometheus helm repo add prometheus-community https://prometheus...
Read More
Kubernetes Sidecar Containers Kodekloud
Question : We have a web server container running the nginx image. The access and error logs produced by the web server are not critical...
Read More
How to Setup Metal LB for Nginx Ingress Loadbalancer IP in Kubernetes
At first create namespace kubectl apply -f https://raw.githubusercontent.com/metallb/metallb/v0.10.2/manifests/namespace.yaml Then install...
Read More
How to Send Kubernetes Events to a Custom Endpoint or WebHook Using Kubernetes Event Exporter
At first add the helm repo helm repo add bitnami https://charts.bitnami.com/bitnami Then install kubernetes event exporter (default namesp...
Read More
Subscribe to:
Posts
(
Atom
)