Example Curriculum
Available in
days
days
after you enroll
- Session 1 - Introduction of Linux |Operating System |CPU/RAM/Hardware|Linux distributor |RHEL9|Install RHEL9|Way to install OS|Bare metal |Virtualization |Cloud computing |Container technology |Hypervisor |Install Oracle VM|Rhel Image|ISO Image |Install RHel in VM |Root account |GUI & CLI & WebUI (120:13)
- Summary - Session 1
- Session 2 - GUI & CLI |Firefox Command |Crtl + c|Which Command |Gedit |Firefox code|Open Source Code |Gnome ScreenShot|foreground |Jobs command |Ping command |RAM File |Ctrl + z|Free command |History Command |Ctrl + l|Ctrl + s|Ctrl + q|Mkdir |Persistent Storage |ls & cd & Cat |Use of touch command (94:10)
- Summary - Session 2
- Session 5 - Text Editor |Vim Editor |Insert mode|Command mode |Vi command |User management |Permissions |Authentication |IAM concept |Create User |useradd command |passwd file |shadow file |Set password |Remove password |User ID |Admin user |General user |System user |Root password | Finger database (105:11)
- Summary Session 5
- Session 7 - Home directory |Passwd file|Getent|Ldap concept |Shell|bash shell|Bash command |Interactive and Non-interactive user |No login |Path concept |UID|Authentication |Switch user |Usermod|Shadow file|Recursive directory concept |Remove file |Secure file |Last Command |Log file |Pam concept (85:41)
- Summary Session 7
Available in
days
days
after you enroll
- Session 1 - Virtualization Basics | Deployment | Accessibility | CPU | RAM | OS | Hard disk | Hardware control | Startup program | Cost-saving | Resource optimization | Hypervisor | Multi-OS | Virtual machines | VMware | Efficiency | Time reduction | Performance | Bare metal comparison (130:25)
- Summary Session 1
- 2. Specialisation in DevOps by Mr Vimal Daga_GMT20250124-153415 (169:26)
- Summary Session 2
- Session 3 - Intro to Containerization | Docker Installation | Docker Images | Launching Containers | Container Management | Networking | App Deployment | Manual Configuration | File Transfer | App Access | Automation | DevOps Principles | Docker Engine | Docker Hub | Multi-OS Support (136:16)
- Summary Session 3
- Session 4 - Containers from images | Configuring OS | Manual vs automated setup | Imperative vs declarative automation | Prebaked images | Scaling in containers | Custom image creation | Docker commit vs Dockerfile | Dockerfile keywords (FROM, RUN, COPY, CMD) | Building & running Docker containers (149:54)
- Summary Session 4
- Session 5 - Dockerfile | Build Time & Run Time | CMD vs ENTRYPOINT | Docker Build & Run | Docker History | Stopped Containers | Command Overwriting | Container Lifecycle | Argument Passing | Bulk Container Deletion (111:24)
- Summary Session 5
- Session 6 - Docker Image Downloading & Usage | Running & Managing Containers | Setting Up MySQL in Docker | Environment Variables in Containers | Image Tagging & Versioning | Container Networking & Connectivity (115:35)
- Summary Session 6
- Session 7 - Containers | Networking | Automation | Configuration | Scaling | Deployment | Dockerfiles (153:48)
- Summary Session 7
- 7_1. Specialisation in DevOps Project Session by Mr Vimal Daga_GMT20250205-151530 (86:06)
- Session 8 - Container Image Size Optimization | Using Lightweight Images | Docker Buildkit vs Legacy Builder | Layering in Docker Images | Removing Unnecessary Metadata | Parallel Execution in Buildkit | Combining Commands Efficiently | Time & Resource Optimization (113:06)
- Summary Session 8
- Session 9 - Docker Multi-Stage Builds | Java Build Process & Maven | Optimizing Container Image Size | Dockerfile Best Practices | Parallelism & BuildKit in Docker (139:10)
- Summary Session 9
- Session 10 - Docker Image Optimization Techniques Multi-Stage Build & Best Practices | Using Distroless & Alpine Images | Security Enhancements in Docker | Scratch Images & Static Compilation (95:54)
- Summary Session 10
- Session 11 - Docker Image Archiving (docker save & docker load) | Image Layer Structure & Metadata | Docker Build Caching | Using Docker Hub for Image Storage | Managing Image Versions & Tags (116:04)
- Summary Session 11
- Session 12 - DIND (Docker-in-Docker) Concept | Jenkins Master-Slave in Docker | Docker Engine, Services & Sockets | Mounting Docker Socket for Nested Containers | Dockerfile & Volume Mounting Best Practices (108:03)
- Summary Session 12
- Session 13 - Docker Container Health Checks | Using HEALTHCHECK Keyword in Dockerfiles | Managing Delayed Application Startups | Automating Checks with Exit Codes & CURL | Parent-Child Image Concept & ONBUILD Usage (108:03)
- Summary Session 13
Available in
days
days
after you enroll
Available in
days
days
after you enroll
- Session 7 - Running Container in Detached Mode | Docker Compose | Docker Engine | YAML Language | Multicontainer (129:33)
- Session 7 - Summary
- Session 8 - Network Infrastructure | Docker Compose | Multi container Concepts (119:15)
- Session 8 - Summary
- Session 12 - Integrating docker file and docker-compose | Tomcat Server | Docker attach Command | Bash Program |ROOT Directory | Docker-compose build | Patting in docker-compose | ADD Keyword in Docker File | Copy & Extracting Files | Expose Ports & Keywords in docker file | ENV Keyword (116:41)
- Session 12 - Summary
- Session 13 - PID | Why Docker is Superfast? | Need of OS | Process | Nested Process | Pgrep Command | /proc directory | Bash Shell | Kernel | Cgroup (98:19)
- Session 13 - Summary
- Session 14 - Data Structure | Data Member| Create Class | Create Object | Use of Objects | Methods/ Functions | Mutator |Accesor | Validation | Mutable Property | Immutable Property | Control access of variable (124:11)
- Session 14 - Summary
- Session 15 -Horizontal Scaling | SPOF | Container Cluster | Create Cluster | Swarm Tool | Why Cluster? | Master Node | Slave Node | Docker Swarm Command | Launch Container through Swarm | Docker Service Command (92:16)
- Session 15 - Summary
- Session 16 - Cluster | Create Cluster using docker- swarm | Encapsulation | Task | Replication | Pre-created Load Balancers | Replicas Keyword | Fail Over| Fault Tolerance | State| Scaling | Scale Out | Scale In | Orchestration (127:05)
- Session 16 - Summary
Available in
days
days
after you enroll
- Python Bootcamp - Session 1: CPU Performance | Polyglot Programming | Installing Anaconda | REPL | Statements | RAM | OS | Interpreters | Kernel | Variables | Data Types | Integers | Boolean | Float | Strings | f-String | Arrays | Tuples | CRUD | Lists | Operators | Loops (463:00)
- Summary Python Bootcamp Session 1
- Python Bootcamp - Session 2: Built-in Functions | TTS (pyttsx3) | Modules & Imports | PIP & Libraries | OS Module | Memory Management | Process Execution | Stack Memory | Function Calls | Return Mechanism | Variables | OOP Intro | Classes & Objects | CRUD | Methods | Special Methods (178:45)
- Summary Python Bootcamp Session 2
- Python Bootcamp - Session 3: List vs Tuple | Dictionary Data Structure | Using Loops for Data Retrieval | Function Variables & Assignments | Working with *args and **kwargs | Storing and Accessing Contact Data | Indexing and Position-Based Access | Tuples vs Lists in Function Arguments (112:47)
- Summary Python Bootcamp Session 3
Available in
days
days
after you enroll
- Session 01 - OOP | Data-organization | Custom-structures | Encapsulation | Classes | Objects | Instantiation | Attributes | Methods | Self-variable | Memory-management | CRUD-operations | Getter | Setter | Abstraction | Reusability (165:27)
- Summary Session 1
- Session 2 - Classes & Objects in Python | Access Modifiers: Public, Private, Protected | Encapsulation & Data Validation | Constructors & Automatic Execution | Global vs Local Variables | Class Variables vs Instance Variables (187:43)
- Summary Session 2
- Session 3 - OOP Fundamentals & Data Organization | Inheritance & Code Reusability | Types of Inheritance & Use Cases | Method Overriding in Python | Understanding MRO & Resolving Conflicts | Using super() for Constructor Management (152:39)
- Summary Session 3
- Session 4 - Understanding the Need for File Handling | File Reading and Writing Operations | File Pointers and Data Positioning | Different File Modes and Their Use Cases | Best Practices for Handling Files Safely (108:14)
- Summary Session 4
Available in
days
days
after you enroll
- Session 4- List & Array |2D data |row-wise and column-wise operation|Numpy |primitive data Structure |Custom data Structure|Install NumPy |Computer Vision |Install OpenCV-Python |Click the photo|Imwrite()|imshow()|waitkey()|Create Own Image |Pixel |RGB color |2D & 3D|Crop image (126:04)
- Summary - Session 4
- Session 6 - Conditions |True & False |Operators|Multi-line comment |Boolean|End= keyword |Inline way block of code |conditional expression or ternary operator|Functional programming|Logical Operators|AND, OR & NOT |Truth table|Lazy Operator |IN Operator (109:03)
- Summary - Session 6
- Session 7 - program file |Process|Run time |Data sources |Speech Recognize |Mic |Pyaudio |Google Speech Recognize |Microphone function |Recognizer function |listen function |Context manager|With keyword|Create a Speech Recognize program|Timeout concept|loop |While loop |Break keyword (116:31)
- Summary Session 7
- Session 8 - Iteration |While loop|For Loop |Append function |In keyword|Index number |Dir function |iterator|Indentation Error|pass keyword |iterable|Pointer |__next__ function |Extract Data|ETL Concept |Inline list with for loop |List comprehension (113:57)
- Summary - Session 8
- Session 11 - Time Complexity |Space Complexity |Memory profiler |Inner_wrapper function|Annotation & Decorator|@ Symbol|From Keyword|Create a code for memory Space|Timeit function |Default timer function |Lambda function |This module |Inline concept |Functional Programming|filter function (131:39)
- Summary Session 11
- Session 12 - Memory | Memory Address | Python Virtual Machine (PVM) | Memory Management | Reference Concept | Mutable & Immutable | iadd Function | is Keyword | import copy | Shallow Copy | Deep Copy | Garbage | Ctype Module CPython | Memory Interning | Cvzone | Click Photo (108:45)
- Summary session 12
Available in
days
days
after you enroll
- Session 1 - Introduction to Kubernetes | Challenges in application deployment | Docker and its limitations | Kubernetes architecture & components | Scaling, monitoring, and fault tolerance | Kubernetes Pods & Deployments| Networking & Load Balancing | Key kubectl commands for cluster management (430:46)
- Summary Session 1
- Session 2 - Kubernetes Architecture | Nodes, Pods, and Containers | Cluster Management & Scaling | Kubernetes Scheduling & Deployment | Handling Failovers & High Availability | Kube-API, Kube-Scheduler & Kubelet | Using kubectl for Cluster Management (136:53)
- Summary Session 2
- Session 3 - Kubernetes Cluster Overview | Interacting with Kubernetes | YAML for Configuration | Pods & Containers | Declarative Configuration | Launching & Managing Pods | Deleting & Recreating Resources (128:49)
- Summary Session 3
- Session 4 - Kubernetes vs. Traditional Container Engines | Replication Controllers & Desired State Maintenance | Dynamic Scaling with Multiple Containers | Labeling & Pod Identification for Better Management | Using create vs. apply for Kubernetes Configuration Updates (120:04)
- Summary Session 4
- 4_1. Revision Kubernetes Session By Mr. Vimal Daga_GMT20250311-151337 (98:46)
- Session 5 - Minikube Cluster & Status Checking | ReplicaSets & Fault Tolerance | Labels & Selectors in Kubernetes | Querying Resources with Selectors | Multi-OS Support for Selectors (98:54)
- Summary Session 5
- Session 6 - Pod Creation & YAML Configurations | Service Types & Connectivity | Load Balancing & Traffic Management | NodePort & External Access | Auto Discovery of New Pods (140:18)
- Summary Session 6
- Sesssion 7 - Defining & Deploying Kubernetes Services | Service Types: NodePort & ClusterIP | Debugging & Troubleshooting Pod Errors | Managing Environment Variables with ConfigMaps (135:42)
- Summary Session 7
- Session 8 -Deployment & Version Control |Rolling Update vs. Recreate Strategy | Kubernetes Deployment Management | Monitoring & Rollback Techniques (121:15)
- 8_1. Kubernetes Session By Mr. Vimal Daga_part-2_GMT20250320-171630 (12:20)
- Summary Session 8
- Session 9 - Rolling Update Strategy in Kubernetes | Managing Passwords with Kubernetes Secrets | Referencing Secrets in YAML | Base64 Encoding & Security Risks | Implementing RBAC for Security | Deploying Multi-Tier Apps | Setting Up WordPress with MySQL in Kubernetes (139:40)
- Summary Session 9
- 9_1. Kubernetes Revision Session By Mr. Vimal Daga_GMT20250326-152147 (67:46)
- Session 10 - Deploying a Kubernetes Cluster | Managing Secrets & Configurations | Multi-Tier App Deployment with YAML | Helm & Kustomize Overview | SecretGenerator & ConfigMap | Env Variables | ClusterIP for Service Discovery | Persistent Storage (112:48)
- Summary Session 10
- Session 11 - Persistent Volume (PV) & Persistent Volume Claim (PVC) | Manual vs Dynamic Provisioning | Ephemeral vs Persistent Storage | CSI Overview | Storage Provisioners in Kubernetes | PVC Access Modes | Storage Mounting & Claims (134:55)
- Session 12 - Persistent Volume (PV) & Data Retention | Persistent Volume Claim (PVC) & Storage Requests | Storage Class (SC) & Dynamic Provisioning | Minikube Storage & hostPath Implementation | Cloud Storage Solutions & Cost Considerations | Kubernetes Storage Drivers & Automation (123:23)
- Summary Session 12
- Session 13 - Understanding hostPath and its limitations in Kubernetes | Real-world issues with storage in multi-node environments | Centralized storage with NFS and NAS concepts | Steps to configure an NFS server and mount shared folders | Using NFS volumes for pod-level persistent storage (84:50)
- Summary Session 13
- Session 14 - PV, PVC, SC – definitions and interactions | Pod lifecycle and replica behavior | Data persistence using volumes | Real-time use case: WordPress + MySQL setup | Mounting strategies for /var/lib/mysql (94:46)
- Summary Session 14
- Session 15 - Cookie basics and authentication handling | Centralized session storage using Redis | Concept of session stickiness and load balancer’s role | Understanding stateless vs stateful applications | Introduction to master-slave DB models | Kubernetes StatefulSet usage (119:17)
- Summary Session 15
- Session 16 - Headless Service functionality and use-cases | ConfigMap and Secret usage with practical differences | Security concerns when misusing ConfigMap | Importance and lifecycle of Init Containers | Best practices in configuration and initialization (119:10)
- Summary Session 16
- Summary Session 17
Available in
days
days
after you enroll
- Session 6 - Network Connectivity | IPs | NICs | Public/Private IPs | NAT | Routing Tables | Network Types | ifconfig | IPv4 | Netmask | Network Names | Ping | DNS Resolution | Default Routes | Static/Dynamic Config | Docker Networking | Security | IP Ranges | Prefix Length (171:19)
- Summary Session 6
- Session 7 - Docker Networking | Switches | IP Addressing | DHCP | Subnets | Routers | Gateways | OSI Model | MAC Addresses | Bridge Networks | IPAM | Network Drivers | NAT | IP Masquerading | Public/Private IPs | Containers | Isolation | Packet Routing | SDN | Layer 2/3 Bridges (148:19)
- Summary Session 7
- 8. Docker Session By the World Record Holder Mr. Vimal Daga_GMT20250109-153427 (87:04)
- Summary Session 8
- Session 9 - Docker Storage: Persistence | Ephemeral storage | Volume mounting | Host directories | Read-only volumes | Database persistence | Volume command | Volume drivers | Local driver | Volume creation | Inspection | Mountpoints | Multi-container setup | Persistence | Fault tolerance (115:02)
- Summary Session 9
Available in
days
days
after you enroll
- Session 7 - Running Container in Detached Mode | Docker Compose | Docker Engine | YAML Language | Multicontainer (129:33)
- Session 7 - Summary
- Session 8 - Network Infrastructure | Docker Compose | Multi container Concepts (119:15)
- Session 12 - Integrating docker file and docker-compose | Tomcat Server | Docker attach Command | Bash Program |ROOT Directory | Docker-compose build | Patting in docker-compose | ADD Keyword in Docker File | Copy & Extracting Files | Expose Ports & Keywords in docker file | ENV Keyword (116:41)
- Session 8 - Summary
- Session 12 - Summary
- Session 13 - PID | Why Docker is Superfast? | Need of OS | Process | Nested Process | Pgrep Command | /proc directory | Bash Shell | Kernel | Cgroup (98:19)
- Session 13 - Summary
- Session 14 - Data Structure | Data Member| Create Class | Create Object | Use of Objects | Methods/ Functions | Mutator |Accesor | Validation | Mutable Property | Immutable Property | Control access of variable (124:11)
- Session 14 - Summary
- Session 15 -Horizontal Scaling | SPOF | Container Cluster | Create Cluster | Swarm Tool | Why Cluster? | Master Node | Slave Node | Docker Swarm Command | Launch Container through Swarm | Docker Service Command (92:16)
- Session 15 - Summary
- Session 16 - Cluster | Create Cluster using docker- swarm | Encapsulation | Task | Replication | Pre-created Load Balancers | Replicas Keyword | Fail Over| Fault Tolerance | State| Scaling | Scale Out | Scale In | Orchestration (127:05)
- Session 16 - Summary
Available in
days
days
after you enroll
- Session 1 - OpenShift & Kubernetes Architecture | Containers, Pods, and Cluster Management | OpenShift Security, Networking & Monitoring (131:47)
- Session 1_2 - CI/CD with OpenShift (Source-to-Image - S2I) | OpenShift CLI (oc commands) & GUI | Deployments, Scaling & Load Balancing | OpenShift Private Registry & Automated Builds (186:15)
- Summary Session 1 , 1_2
Available in
days
days
after you enroll
- NAS | NFS | Persistent Mount | NTP Servers and Clients (117:24)
- NAS | NFS | Autofs (79:21)
- Namespace (21:17)
- Configmap (71:17)
- Authentication Part 1 (37:05)
- Authentication Part 2 (74:25)
- Role Based Access Control - Part 1 (18:37)
- Role Based Access Control - Part 2
- CRI - O Podman (114:46)
- User Management - part 1 (57:43)
- User Management - part2 (52:37)
- Node Selecter | Node Affinity | Taint & Tolerance (100:08)
- DaemonSet | Static Pod | Scheduler (107:19)
- Flannel Network - Weave | Firewall - Security Group | Network Policy (110:19)
- Statefulsets - Headless Service | Persistent Volume Tamplet | Multi Container - POD(pod Design Petorn (139:07)
- Job / Cronjob | Etcd | About Restart policy | Web server Use-cases | Batch Processing (60:22)
- Limits | Quotas | Security Constant (68:32)
Available in
days
days
after you enroll
- 12.Container Images | Container Engine-Docker, Podman, CRI-O | Why CRI-O Not Docker? | Swarm & Kubernetes Container Run Time | RunC | Single Node Cluster | SPOF | Manager-Node | Matrices & Fault Tolerances | Scale In & Out | Multi-Node Cluster | DataBase-ETCD | CNI | Calico (148:41)
- Summary - Session 12
- 13.Overlay Network | BGP-Bird & SDN | Calico Tool | Tools For K8S Cluster Setup | Controlplane(MasterNode) | Cluster-2 WorkerNode & 1 MasterNode | Physical Resources for Nodes | Container Engine-CRI-O | Kubeadm Program | AWS EC2 Service | Agent Program-Kubelet | ClusterSetup Using AWS Cloud | (196:50)
- Summary - Session - 13
- 14.Overlay Network | Router & Switches | SDN Concepts | Single node Cluster-Minikube | Multi Tier App | Connection String | Multi-POD App | Wordpress Application On K8S | Kubelet Program | Events In Cluster | Shell Variable or Environment Variable | Deployment | Entry Point In Docker | SVC-ClusterIP (96:12)
- Summary - Session 14
- 16.1_ Certified Kubernetes Administrator - Openshift Admin Training by Mr. Vimal Daga_GMT20240222-152037 (63:07)
- 17. Certified Kubernetes Administrator - Openshift Admin Training by Mr. Vimal Daga on 29th Feb 2024_GMT20240229-151657 (109:18)
- 19. Free Helm Chart MasterClass by Mr Vimal Daga on 12th March 2024_GMT20240312-141820 (209:48)
- Ingress Controller | DNS and its uses | Routing (73:03)
- Custom resource & Custom resource definition (58:14)
- Network policy (54:26)
Available in
days
days
after you enroll
- Jenkins introduction & installation (44:13)
- Continuous Integration | Time to market (37:29)
- Job | Integrating Jenkins with GitHub (65:50)
- Trigger | Poll SCM (28:58)
- Master slave Architecture (94:16)
- Maven integration with Jenkins (79:20)
- Windows as a Slave node (36:07)
- Summary - 1
- Master-Slave Architecture with Docker (128:17)
- Summary - 2
- Pipeline as a Code (99:04)
- JenkinsFile | Groovy (77:38)
- Summary - 3
- Pipeline As a Code | Tomcat App server | Stages (392:19)
- Parameters and variables in groovy | Using credentials in pipeline (63:14)
- Stages to deploy in Developer environment | Creating QA and production environment | Approval stage | Implementing approval stage in production environment (77:12)
- Summary - 4
- Jenkins Integration with Kubernetes (128:36)
- Different ways to interact with Jenkins | Environmental variable| IAM & RBAC in Jenkins| Environmental variable (88:56)
- Summary - 5
- Learners interacting with Vimal Sir (25:20)
Available in
days
days
after you enroll
- 1.1 DevOps Tools | Configure Program | Type of configure | program code (Scripting, Intelligence) | Usecase | Installation on RHEL9 | Configuring host file | Resources | Control Node | Manger Node | AWS intance Lunche | (80:06)
- 1. Configuring host file | Resources | Control Node | Manger Node | AWS intance Lunche | Remote Login Using SSH | Ansible List Host configure | sshd configure | model (43:39)
- 2. Configuration Management | Controller Node & Target Node | Password Authentication Inventory | Configure Apache HTTPD Webserver | Idempotent (85:09)
- Summary - Configuration Management | Controller Node & Target Node
- 3. Controller Node | target node | ADHOC | Playbook | YAML | vi editor | ansible-playbook –syntax-check web.yml | ansible-playbook web.yml | html | yml extension | systemctl status httpd | enabled | package | ansible-playbook –h |“ansible-doc module_name | “ansible-doc –l | (63:10)
- Summary - Controller Node | target node | ADHOC | Playbook | YAML | vi editor
- 4. Target node | Manage node | Instances | Git Bash | Vim editor | Ansible-playbook basic.yml | Ansible Debug Module | Gathering Facts | vars value | cat main.yml | msg | variable | String | httpd | web server | verbosity | --extra-vars parameter (87:47)
- Summary - Target node | Manage node | Instances | Git Bash | Vim editor
- 5. Ansible-doc command | Command module | File module | creating/ deleting directories | Target Node |copy module | playlist | sequencing (/n /t) | OS footprint | Controller Node | facts | User Defined Variable | debug module | Ansible gathering | syntax to print | httpd | apache2 | WAMP (91:05)
- Summary - Ansible-doc command | Command module | File module |
- 6. Ansible-doc -l | AWS cloud | Docker | Kubernetes | Galaxy | yml file | Namespace | FQMN/CN | FQCN | Python | rpm -q -l ansible-core | Installing galaxy | boto3 | Security Credentials | Access Key | ansible-doc -l | ansible –version | (88:39)
- Summary - Ansible-doc -l | AWS cloud | Docker | Kubernetes | Galaxy | yml file
- 8. Role/Template/jinja/Handler | Local host | Ansible localhost –list-hosts | Apache webserver | Ansible-playbook web.yml | rpm -q httpd | docRoot | template | Jinja2 templating | copy and template | Template file | webport | semanage port -l |web service start | handlers | notify (80:45)
- Summary - Role/Template/jinja/Handler | Local host | Ansible localhost –list-hosts
- 9. Role/Template/jinja/Handler | Apache webserver | Ansible-playbook | docRoot | template | Jinja2 templating | copy and template | Template file | webport | semanage port -l |web service start | handlers | notify (100:24)
- Summary - Role/Template/jinja/Handler | Apache webserver | Ansible-playbook
- 10. Key-based authentication | Key pair | Protocol-ssh | ec2-user | chmod o-r /etc/myserver.pem | admin-level commands | become true | SELinux security | vars | tasks | Role | ansible-galaxy role init | cp command | handlers | roles_path (75:46)
- Summary - Key-based authentication | Key pair | Protocol-ssh | ec2-user
- 11. Reverse Proxy set up | Load balancer | Horizontal Scaling | Scale Out | Scale In | setup.yaml file | file setup | yaml file | HA proxy | HA proxy services | (89:39)
- Summary - Reverse Proxy set up | Load balancer | Horizontal Scaling | Scale Out |
- 12. Load Balancer | Public IP | HA proxy | Backend-Server | Concurrent Connection | Horizontal Scaling | Load-Balancer Group | Scale in | Group Host | Playbook | Reverse proxy | Auto Scaling | Scale-out | Magic Numbers | Loop Concepts (81:52)
- Summary - Load Balancer | Public IP | HA proxy | Backend-Server | Concurrent Connection
- 13. Ansible - galaxy | Apache role | Ansible control module | Ansible run time | Plugins | Cisco | ansible automation platform (AAP) | Automation hub | Qeerlingguy.redis | Dynamic inventory | Container | Docker/ podman | navigator | execution engine (74:40)
- Summary - Ansible - galaxy | Apache role | Ansible control module | Ansible run time
- Summary
- 7. Ansible Revision Session (63:39)
Available in
days
days
after you enroll
Available in
days
days
after you enroll
- Dynamic inventory (118:59)
- Regex (98:23)
- ssh Protocol Web Service Web Hosting Configuration of Webserver Firewall default document root (86:37)
- Port Numbers | Curl Command | httpd (84:16)
- SSH key-gen: - Refer the Video - From Time Stamp (50:00) (83:00)
- Sudo Concepts (85:30)
- Basic of Ansible Core | Ansible controller |Limitation of ansible engine | Use Case of Ansible Tower | Ansible Inventory | Role base access control | Ansible tower installation | Preflight Check | Monitoring tools | Dynatrace | Dynatrace integration with ansible tower | (192:49)
Available in
days
days
after you enroll
- Session 1 - Introduction of GitOps |Kubernetes| EKS |EKSctl |Kubectl |CICD |SCM tool |Version control system |Jenkins |launch pod |credential |Argo CD Agent |GitOps principle |Create GitHub repo|commit IDs |Install Argo CD Agent |Argo CD dashboard | (180:49)
- Summary - Session 1
- Session 2 - Agro CD Agent | GitHub & SCM Tool |Rollback |Create namespace |Web UI & CLI |AgroCd command |Load balancer |Create ArgoCd App |Deploy App |Sync App |History |Argo cd logs |GRPC protocol |Manifest Yaml file |How to manage the yaml file |Customize|Helm chart | (131:57)
- Summary - Session 2
- Session 3 - Directory Structure |Integrate Helm chart with the Argo CD |Multi-tier application |Helm Chart |Install helm |Create Charts |Create application |Auto Sync |Prune Resource |Replicas Count |Deployment strategy |Rollback |Parameter (120:23)
- Summary - Session 3
- Session 4 - ArgoCD Overview | GitOps Workflow | App Sync | Deployment Management | Declarative Configs | Auto Rollbacks | Health Monitoring | Sync Policies | Multi-Cluster Setup | RBAC in ArgoCD | Troubleshooting | Manifest Files | Customizing Settings | CI/CD Integration (162:50)
- Summary - Session 4
- Session 5 - Concept of Secrets|Passing environmental variables in the container|Creating secrets|Private key|Public key|Encryption|Vault agent |Vault plugins|Sealed secrets|Kubeseal|Auto-create namespace|CRD keyword (118:51)
- Summary - Session 5
- Session 6 - Minikube Clusters | Multi-Cluster Setup | Centralized ArgoCD | Hub-Spoke Model | Service Accounts & Tokens | Role Binding Permissions | Connect via kube-api | ArgoCD Port Forwarding | Change Context | Add Cluster with YAML | Sync Apps | Token Security | Get Cluster IP | Deploy Apps (130:35)
- Summary - Session 6
- Session 7 - Argo Application Set and Clusters | Kubernetes Cluster Management and Testing | Multi-Environment Cluster Setup | Token | Adding Multiple Clusters to Argo CD | Kubernetes Deployment | Argo CD Usage | Cluster Management (112:13)
- Summary Session 7
- Session 8 - Argo CD Application Sets and Multi-Cluster Deployments | GitOps Automation | List Generator | Dynamic Application Creation | Minikube Cluster Setup | YAML Configuration Troubleshooting and Validation | Argo CD (79:23)
- Summary Session 8
- 9. GITOps - Argo CD DevOps Training By Mr. Vimal Daga on 16th March 2025_GMT20250316-081753 (96:00)
- 10. GITOps - Argo CD DevOps Training By Mr. Vimal Daga on 22nd March_GMT20250322-122623 (32:04)
Example Featured Products
Showcase other available courses, bundles, and coaching products you’re selling with the Featured Products block to provide alternatives to visitors who may not be interested in this specific product.