4.2 VPC Peering3 types:- same region (same account) different region (same account) different account (different accounts) same region (same account) :- one ec2 is in default vpc and another ec2 in manual vpc. Both instance in public subnet.Mar 11, 2024·1 min read
phpmyadmin_installation(lamp)For understand every steps about installation here i have use digitalocean documentaion. https://www.digitalocean.com/community/tutorials/how-to-install-and-secure-phpmyadmin-on-ubuntu-22-04 Step 1 — Installing Apache and Updating the Firewall:- if w...Feb 27, 2024·2 min read
Persistent Volumes and Persistent Volumes Claimkubectl get all Of course you could also get all resources from all namespaces: kubectl get all --all-namespaces or define the namespace you would like to inspect: kubectl get all -n NAMESPACE_NAME ----------------------=========================-----...Jan 16, 2024·1 min read
ConfigMaps & Secrets Persistent Volumes (PV) & Persistent Volume Claim (PVC)ConfigMaps :- A ConfigMap is an API object used to store non-confidential data in key-value pairs. Pods can consume ConfigMaps as environment variables, command-line arguments, or as configuration files in a volume. It allows you to decouple environm...Jan 16, 2024·5 min read
Kuberneties minikube project(django-todo)Before we begin with the Project, we need to make sure we have the prerequisites installed: EC2 ( AMI- Ubuntu, Type- t2.medium ) You can Install all this by doing the below steps one by one. and these steps are for Ubuntu AMI. Clone the source code...Jan 16, 2024·3 min read
Building a High-Performance Reddit Clone with Kubernetes IngressBefore we begin with the Project, we need to make sure we have the following prerequisites installed: EC2 ( AMI- Ubuntu, Type- t2.micro ) - CI server EC2 ( AMI- Ubuntu, Type- t2.medium ) - Deployment server You can Install all this by doing the b...Jan 16, 2024·3 min read
kubernetes Fundamental with projectIn this blog post, we’ll walk you through the step-by-step process of deploying applications on Kubernetes, the popular container orchestration platform. What is Kubernetes? Kubernetes is an open-source Orchestration tool(clustering of any number of ...Jan 6, 2024·9 min read