Posts

Showing posts from March, 2024

21 Hands-on Practical Activities to master Kubernetes (Concepts and practical skills)

Foundational Concepts 1. Kubernetes Architecture Deep-Dive: Manually install a small Kubernetes cluster (Minikube or Kind are good options). Dissect the components: kube-apiserver, kube-scheduler, kube-controller-manager, etcd, kubelet, kube-proxy. Explore how they interact during pod creation, scheduling, etc. 2. YAML Manifests Mastery: Create pods, deployments, services, and other core resources entirely by writing YAML manifests. Avoid using kubectl create initially. Configure resource requests and limits. Understand different service types ( ClusterIP, NodePort, LoadBalancer ). 3. Networking Exploration: Set up pod-to-pod communication within the cluster. Practice exposing pods to the external world using services. Explore Ingress objects for more complex traffic routing. Imperative Commands & Troubleshooting 4. kubectl Proficiency: Practice imperative commands: kubectl get, describe, create, apply, delete, explain (for in-depth object descriptions). Master log retrieval: kub...

Terraform - 8 Mini Courses for FREE

Image
Here I am sharing 8 mini courses for Terraform which can help you to start as a beginner and help you to learn conceptual and hands on learning. 1. Terraform for Beginners in 1 Hour 2. Terraform 101 3. Terraform + AWS 4. Terraform + Azure 5. Terraform + GCP 6. Terraform on Azure - Basic Tutorial 7. Terraform Infrastructure as Code (IaC) Azure Virtual Machine 8. Hands-on Terraform Foundations If you find this post helpful then you can connect with me for such quick contents: Youtube:  https://www.youtube.com/@t3ptech Telegram:  https://t.me/t3pacademy  &  https://t.me/LearnDevOpsForFree Blog:  https://www.technologytothepoint.com/  &  https://techyoutube.com/

AWS DevOps Real Project Solution: CI/CD pipeline to deploy a Web App to Amazon EC2 Step by Step

Image
Watch video on YouTube here: https://youtu.be/g56-4nIsrnI