A Computer Guru
A Computer Guru
  • 279
  • 429 424
CKA Hands-On Lab-9: How to Deploy Static Pod in Kubernetes
In this video, we walk you through creating a static pod in Kubernetes, offering a step-by-step guide perfect for both beginners and those looking to deepen their Kubernetes knowledge. We'll explain what a static pod is, how it differs from a regular pod, and show you exactly how to define one using simple YAML configurations. Whether you're managing critical system components or just exploring new ways to run containers, this tutorial will help you master the essentials of static pods in Kubernetes. Let's dive into the world of container orchestration together!
CKA-Certified Kubernetes Administrator Course Hands-On Lab Playlist:
ua-cam.com/play/PLf2TKe70Vk1NfnPaLrf_Hcbuy_PZdGliw.html&si=tq9BUxf07YWnQT1z
Git & GitHub Tutorial for Beginners Playlist:
ua-cam.com/play/PLf2TKe70Vk1OotFBN895DQ2g7nz7m1ypx.html
Ansible Full Course Playlist:
ua-cam.com/play/PLf2TKe70Vk1PB4Q3saZAekmUmTNsDOitJ.html
AZ-104 Microsoft Azure Administrator course Hands-On Labs for all modules Playlist:.
ua-cam.com/play/PLf2TKe70Vk1PhF_3GvHIu3UHZQze8zJGd.html
AZ-305 Microsoft Azure Solutions Architect Expert Playlist:
ua-cam.com/play/PLf2TKe70Vk1OwD6bGDP7xgonLCccWZq-Z.html
Windows Server 2019 Hybrid and Azure IaaS Playlist:
ua-cam.com/play/PLf2TKe70Vk1NzQMOoEBEEohg_UdHfYLEq.html
PowerShell Tutorial. Automating Administration with windows PowerShell Official Microsoft courseware Playlist:
ua-cam.com/play/PLf2TKe70Vk1NMaSo4KFKPQGjA_acN9U4n.html
PowerShell Hands-On Labs Playlist:
ua-cam.com/play/PLf2TKe70Vk1No_efwnk6yhCBbubi4lfnE.html
Windows Server 2016 Playlist:
ua-cam.com/play/PLf2TKe70Vk1Ms-jmsPfVwX_5wH9VsV7do.html
📌 Subscribe to @AComputerGuru channel for more videos.
ua-cam.com/users/AComputerGuru
📲 Follow us on Social Media:
► UA-cam: ua-cam.com/users/AComputerGuru
►Facebook: acomputerguru4u
►Twitter: acomputerguru4u
► Instagram: a_computer_guru
#kubernetes #devops #k8s #AComputerGuru #ACG #kuberneteslab #CKA #staticpod
Переглядів: 42

Відео

CKA Hands-On Lab-8: Deployment in Kubernetes | Rollout and Roll back Deployment
Переглядів 96Місяць тому
Kubernetes Hands-On: Deployment: 1. Create Deployment 2. Check current image version 3. Update image version 4. Checking rollout history of a Deployment 5. Roll back to previous version #kubernetes #devops #k8s #AComputerGuru #ACG #kuberneteslab #CKA #labels
CKA Hands-On Lab-7: ReplicaSets in Kubernetes | Scale Up and Scale Down ReplicaSets
Переглядів 1422 місяці тому
Kubernetes Hands-On: ReplicaSet 1. How to Create ReplicaSet 2. How to Scale Replicas 3. How to scale up and scale down ReplicaSet Git & GitHub Tutorial for Beginners Playlist: ua-cam.com/play/PLf2TKe70Vk1OotFBN895DQ2g7nz7m1ypx.html Ansible Full Course Playlist: ua-cam.com/play/PLf2TKe70Vk1PB4Q3saZAekmUmTNsDOitJ.html AZ-104 Microsoft Azure Administrator course Hands-On Labs for all modules Playl...
CKA Hands-On Lab-6: Labels & Selectors in Kubernetes | How to use NodeSelectors in Kubernetes
Переглядів 862 місяці тому
In this video, we'll explore "Using NodeSelectors in Kubernetes" to optimize your workload placement across your cluster. NodeSelectors are a powerful feature in Kubernetes that allow you to control which nodes your pods can be scheduled on, ensuring efficient resource utilization and adherence to your infrastructure requirements. We'll walk you through the basics, provide practical examples, a...
CKA Hands-On Lab-5: Labels & Selectors in Kubernetes | How to use Labels in Kubernetes
Переглядів 782 місяці тому
In this video, " we'll dive into the essential role of labels in managing and organizing your Kubernetes resources. We'll cover how to create and apply labels, use them to filter and select pods, and explore practical examples to enhance your Kubernetes management skills. Whether you're a beginner or looking to refine your Kubernetes expertise, this guide will make working with labels clear and...
CKA Hands-On Lab-4: Kubernetes Namespaces Explained | Kubernetes Tutorial
Переглядів 913 місяці тому
Welcome to our video on Kubernetes Namespaces! In this hands-on tutorial, we'll dive into the essentials of creating and managing namespaces in Kubernetes. You'll learn how to create namespaces using both YAML and JSON files, delete namespaces, and list pods running in different namespaces. We'll also cover changing the default namespace and reverting it back. This comprehensive guide is perfec...
CKA Hands-On Lab-3: Mastering Pod Creation in Kubernetes | Different Methods You Need to Know
Переглядів 1503 місяці тому
Welcome to our video on "Mastering Pod Creation in Kubernetes | Different Methods You Need to Know"! In this comprehensive guide, we'll dive into the essential techniques for pod creation using both imperative and declarative methods. We'll also show you how to leverage the powerful dry-run feature with YAML and JSON configurations. Plus, you'll learn how to create a two-container pod efficient...
CKA Hands-On Lab-2: How to Install and Set Up Kubectl on Ubuntu 22.04 | Step by Step Demo
Переглядів 2333 місяці тому
Kubectl is a command line tool used for interacting with kubernetes cluster. In this video we will learn how to install kubectl on ubuntu 22.04. Kubernetes Official Documentation: kubernetes.io/docs/tasks/tools/ Install and Set Up kubectl on Ubuntu 22.04: github.com/acomputerguruhub/certified-kubernetes-administrator/blob/main/Install-and-Set-Up-kubectl-on-Ubuntu-22.md GitHub Link for step by s...
CKA Hands-On Lab-1: How to Setup Production Kubernetes Cluster | Step by step Demo
Переглядів 3413 місяці тому
In this video, we'll guide you through the exciting process of deploying a Kubernetes production cluster, perfect for those looking to scale their container orchestration to the next level. From setting up your master and worker nodes to configuring the essential components for a robust and secure cluster, we've got you covered. Whether you're a seasoned DevOps engineer or just diving into the ...
#18- Git & GitHub Tutorial for Beginners - Git Stash Commands | git stash pop | git stash apply
Переглядів 374 місяці тому
In this video, we will dive into using git stash commands. git stash temporarily (stashes) changes you've made to your working copy so you can work on something else, and then come back and re-apply them later on. Stashing is handy if you need to quickly switch context and work on something else, but you're mid-way through a code change and aren't quite ready to commit. Basic Commands: git stas...
#17- Git & GitHub Tutorial for Beginners - Comparing Changes across Branch and Commit
Переглядів 314 місяці тому
In this video titled "Comparing Changes across Branch and Commit," we explore the essential Git commands for comparing code changes across different branches and specific commits. Git Official website: git-scm.com/ Support my work: www.buymeacoffee.com/iyyappanmd Git & GitHub Tutorial for Beginners Playlist: ua-cam.com/play/PLf2TKe70Vk1OotFBN895DQ2g7nz7m1ypx.html Ansible Full Course Playlist: u...
#16- Git & GitHub Tutorial for Beginners - Comparing Changes with git diff commands
Переглядів 414 місяці тому
In this video titled "Comparing Changes with git diff Commands," we dive into the powerful features of Git's diff functionality to help you track and understand modifications in your projects. Whether you're adding new files, making incremental edits, or managing complex changes across multiple files, we guide you through the practical use of commands like `git diff`, `git diff HEAD`, and `git ...
#15 - Git & GitHub Tutorial for Beginners - How Merge Conflict Works while merging two Branches
Переглядів 324 місяці тому
In Git, a merge conflict occurs when two branches have diverged and conflicting changes are made to the same part of a file. Resolving merge conflicts involves manually resolving the discrepancies between the conflicting changes to ensure a coherent and functional final result. Git Official website: git-scm.com/ Support my work: www.buymeacoffee.com/iyyappanmd Git & GitHub Tutorial for Beginner...
#14 - Git & GitHub Tutorial for Beginners - How to Merge Branches | Fast-forward merge | Hands-On
Переглядів 605 місяців тому
In Git, a fast-forward merge occurs when the target branch of a merge operation has not diverged from the source branch since the last commit on the source branch. Instead of creating a new merge commit, Git simply moves the target branch pointer forward to the tip of the source branch, effectively integrating changes without creating additional commit history. This streamlined approach maintai...
#13 - Git & GitHub Tutorial for Beginners - How Git stores HEAD and Branches
Переглядів 465 місяців тому
Git Official website: git-scm.com/ Support my work: www.buymeacoffee.com/iyyappanmd Git & GitHub Tutorial for Beginners Playlist: ua-cam.com/play/PLf2TKe70Vk1OotFBN895DQ2g7nz7m1ypx.html Ansible Full Course Playlist: ua-cam.com/play/PLf2TKe70Vk1PB4Q3saZAekmUmTNsDOitJ.html AZ-104 Microsoft Azure Administrator course Hands-On Labs for all modules Playlist:. ua-cam.com/play/PLf2TKe70Vk1PhF_3GvHIu3U...
#12 - Git & GitHub Tutorial for Beginners - Rename & Delete Branches | Using checkout command
Переглядів 565 місяців тому
#12 - Git & GitHub Tutorial for Beginners - Rename & Delete Branches | Using checkout command
#11 - Git & GitHub Tutorial for Beginners - Creating and Switching Branches in Git
Переглядів 495 місяців тому
#11 - Git & GitHub Tutorial for Beginners - Creating and Switching Branches in Git
#10 - Git & GitHub Tutorial for Beginners -Working with Branches | Master or Main Branch? | HEAD |
Переглядів 415 місяців тому
#10 - Git & GitHub Tutorial for Beginners -Working with Branches | Master or Main Branch? | HEAD |
#9 - Git & GitHub Tutorial for Beginners - How to ignore files and folder from git tracking
Переглядів 585 місяців тому
#9 - Git & GitHub Tutorial for Beginners - How to ignore files and folder from git tracking
#8 - Git & GitHub Tutorial for Beginners - Using git log --oneline and git commit --amend commands
Переглядів 716 місяців тому
#8 - Git & GitHub Tutorial for Beginners - Using git log oneline and git commit amend commands
#7 - Git & GitHub Tutorial for Beginners - How to Configure git default editor
Переглядів 1296 місяців тому
#7 - Git & GitHub Tutorial for Beginners - How to Configure git default editor
#6 - Git & GitHub Tutorial for Beginners - Using git add | git commit | and git log commands
Переглядів 1466 місяців тому
#6 - Git & GitHub Tutorial for Beginners - Using git add | git commit | and git log commands
#5 - Our First Git Command | Using git status & git init | Git & GitHub Tutorial for Beginners
Переглядів 2486 місяців тому
#5 - Our First Git Command | Using git status & git init | Git & GitHub Tutorial for Beginners
#4 - How to install Git on Linux | Git Installation on Ubuntu 22.04 LTS | Step by Step Tutorial
Переглядів 1,7 тис.6 місяців тому
#4 - How to install Git on Linux | Git Installation on Ubuntu 22.04 LTS | Step by Step Tutorial
#3 - How to install Git on Windows | Git Installation on Windows | Step by Step Tutorial
Переглядів 1,2 тис.6 місяців тому
#3 - How to install Git on Windows | Git Installation on Windows | Step by Step Tutorial
#2 - What is GitHub? | Git & GitHub Tutorial For Beginners | DevOps Learning Path
Переглядів 897 місяців тому
#2 - What is GitHub? | Git & GitHub Tutorial For Beginners | DevOps Learning Path
#1 - What is Git? | Git and GitHub Tutorial for Beginners
Переглядів 2257 місяців тому
#1 - What is Git? | Git and GitHub Tutorial for Beginners
DevOps Engineer Roadmap 2024 | What You Need to Learn to become a DevOps Engineer
Переглядів 1617 місяців тому
DevOps Engineer Roadmap 2024 | What You Need to Learn to become a DevOps Engineer
Install packages using cloud-init in Linux VM | Deploy Ubuntu 22.04 with nginx web server
Переглядів 2237 місяців тому
Install packages using cloud-init in Linux VM | Deploy Ubuntu 22.04 with nginx web server
How to use Custom Script Extension for Linux in Azure | Step-by-step Hands-On Tutorial
Переглядів 3867 місяців тому
How to use Custom Script Extension for Linux in Azure | Step-by-step Hands-On Tutorial