• Categories
    • Cloud Computing
      • AWS Architect Certification
      • AWS Development Certification
      • AWS SysOps Administrator
      • Azure Administrator (AZ-100)
      • Azure Solutions Architect (AZ-200)
      • Azure Solutions Architect (AZ-300)
      • Google Cloud Architect
    • DevOps
      • DevOps Certification Training
      • AWS Certified DevOps Engineer
      • Docker Training and Certification
      • Kubernetes Certification Training
    • Big Data
      • Big Data Hadoop Certification Training
    • Data Science
      • Python Certification Training for Data Science
    • Artificial Intelligence
      • AI & Deep Learning with Tensorflow
    • BI and Visualization
      • Tableau Training & Certification
    • Project Management & Methodologies
      • Six Sigma Green Belt
      • Six Sigma Black Belt
      • Lean Six Sigma Green Belt
      • Lean Six Sigma Black Belt
    • Programming and Frameworks
      • Full Stack Web Developer
      • Python Programming Certification
    • Cyber Security
      • Cyber Security Certification
      • Certified Ethical Hacker – CEH (v10)
      • CISSP Certification Course
    • Software Testing
    • Blockchain
    • Architecture and Design Patterns
    • Digital Marketing
  • All Courses
  • About Us
  • Pay Securely
    Have any question?
    +91 (120) 422 9536
    admin@pinnacledu.com
    Login
    Pinnacledu
    • Categories
      • Cloud Computing
        • AWS Architect Certification
        • AWS Development Certification
        • AWS SysOps Administrator
        • Azure Administrator (AZ-100)
        • Azure Solutions Architect (AZ-200)
        • Azure Solutions Architect (AZ-300)
        • Google Cloud Architect
      • DevOps
        • DevOps Certification Training
        • AWS Certified DevOps Engineer
        • Docker Training and Certification
        • Kubernetes Certification Training
      • Big Data
        • Big Data Hadoop Certification Training
      • Data Science
        • Python Certification Training for Data Science
      • Artificial Intelligence
        • AI & Deep Learning with Tensorflow
      • BI and Visualization
        • Tableau Training & Certification
      • Project Management & Methodologies
        • Six Sigma Green Belt
        • Six Sigma Black Belt
        • Lean Six Sigma Green Belt
        • Lean Six Sigma Black Belt
      • Programming and Frameworks
        • Full Stack Web Developer
        • Python Programming Certification
      • Cyber Security
        • Cyber Security Certification
        • Certified Ethical Hacker – CEH (v10)
        • CISSP Certification Course
      • Software Testing
      • Blockchain
      • Architecture and Design Patterns
      • Digital Marketing
    • All Courses
    • About Us
    • Pay Securely

      DevOps

      • Home
      • All courses
      • DevOps
      • Kubernetes Certification Training

      Kubernetes Certification Training

      User Avatar
      sunny
      DevOps
      $299.00
      kubernetes
      • Overview
      • Schedule
      • Curriculum
      • Features
      • FAQs

      Pinnacledu’s Kubernetes Certification Training introduces the advantages provided by containers over the virtual machines. With the rise of containerization in the world of Devops, the need of a platform to effectively orchestrate these containers also grew. Kubernetes, a platform built by Google, steps into this space to help in automating the process of deployment, scaling and managing the containerized applications across the clusters.

      Course Features

      • Lectures 51
      • Quizzes 0
      • Duration 50 hours
      • Skill level All levels
      • Language English
      • Students 53724
      • Assessments Yes
      CoursesDevOpsKubernetes Certification Training
      • Introduction to Kubernetes

        Learning Objectives: Upon completion of this module, you will get to know the difference between a virtual machine and a container, the need for Kubernetes in the world of containerization, and also what Kubernetes is not.

        10
        • Lecture1.1
          Docker Essentials
        • Lecture1.2
          What is YAML ?
        • Lecture1.3
          Basics of YAML
        • Lecture1.4
          YAML Structure
        • Lecture1.5
          Syntax of YAML
        • Lecture1.6
          What is Virtualization?
        • Lecture1.7
          What is Containerization?
        • Lecture1.8
          Virtualization vs Containerization
        • Lecture1.9
          Introduction to Kubernetes
        • Lecture1.10
          Myth busters of Kubernetes – What Kubernetes is not?
      • Kubernetes Architecture

        Learning Objectives: Upon completion of this module, one will get to know about the key components that build a Kubernetes cluster – Master components, Node components and AddOns. We will also see how to install Kubernetes from scratch on Ubuntu VMs.

        13
        • Lecture2.1
          Introduction to Kubernetes Master
        • Lecture2.2
          kube-apiserver
        • Lecture2.3
          etcd key-value store
        • Lecture2.4
          kube-scheduler
        • Lecture2.5
          kube-controller-manager
        • Lecture2.6
          cloud-controller-manager
        • Lecture2.7
          Components of Cloud Controller Manager – Node Controller, Volume Controller, Route Controller, Service Controller
        • Lecture2.8
          Introduction to Node Components of Kubernetes
        • Lecture2.9
          Docker
        • Lecture2.10
          kubelet
        • Lecture2.11
          kube-proxy
        • Lecture2.12
          kubectl
        • Lecture2.13
          Add-ons in Kubernetes: Cluster DNS, Kubernetes Dashboard, Container Resource Monitoring, Cluster level logging
      • Deploy an app to Kubernetes Cluster

        Learning Objectives: In this module, you will understand how to deploy an app using Kubectl to the local Kubernetes cluster and why we need a Pod.

        9
        • Lecture3.1
          Introduction to Pods
        • Lecture3.2
          Why do we need a Pod?
        • Lecture3.3
          Pod Lifecycle
        • Lecture3.4
          Working with Pods to manage multiple containers
        • Lecture3.5
          Pod Preset
        • Lecture3.6
          What is a Node?
        • Lecture3.7
          kubectl basic commands
        • Lecture3.8
          Containerized app deployment on local kubernetes cluster
        • Lecture3.9
          GCP (Ephemeral) volumes
      • Expose App, Scale App And Update App in Kubernetes

        Learning Objectives: In this module, you will learn what a service is, how to expose the deployed app outside the Kubernetes cluster, how to scale up/down the replicas of the app and how to provide updates to the app.

        10
        • Lecture4.1
          What is a Service?
        • Lecture4.2
          Labels and Selectors
        • Lecture4.3
          Deployment Controller
        • Lecture4.4
          Replica Set
        • Lecture4.5
          Replication Controller
        • Lecture4.6
          Scaling out a deployment using replicas
        • Lecture4.7
          Horizontal pod autoscaler
        • Lecture4.8
          Load balancing
        • Lecture4.9
          Rolling Update
        • Lecture4.10
          Ingress and its types
      • Managing State with Deployments

        Learning Objectives: After this module, you should be able to deploy both stateless applications and stateful applications. You will be able to create a stateful set and a headless service. You will also be able to scale the stateful sets and provide rolling updates.

        5
        • Lecture5.1
          Stateful set
        • Lecture5.2
          Pod management policies: OrderedReady, Parallel
        • Lecture5.3
          Update strategies: OnDelete, Rolling Update
        • Lecture5.4
          Headless services
        • Lecture5.5
          Persistent Volumes
      • Federations, Auditing and Debugging Kubernetes, Security Best Practices

        Learning Objectives: Once you complete this module, you will be able to use federations in Kubernetes using kubefed. You will also be able to log the events of the Kubernetes cluster and use it to debug nodes and pods. You will get aware of how security can be enforced in the cluster that we create using the best practices.

        4
        • Lecture6.1
          Federated clusters
        • Lecture6.2
          Debugging by looking at events such as: Pending Pods, Unreachable nodes
        • Lecture6.3
          Auditing and accessing logs in Kubernetes – Log collectors and audit policy
        • Lecture6.4
          Security best practices in Kubernetes
      • Overview
      • Schedule
      • Curriculum
      • Features
      • FAQs
      $299.00
      • Share:

      You May Like

      Certified Information Security Manager – ISACA Read More
      sunny

      Certified Information Security Manager - ISACA

      2305
      $2,000.00
      Microsoft Azure Architect Design (AZ-301) Read More
      sunny

      Microsoft Azure Architect Design (AZ-301)

      1252
      $699.00
      ISO/IEC 27001 Lead Implementer Read More
      sunny

      ISO/IEC 27001 Lead Implementer

      1298
      $1,200.00
      ISO 27001 (ISMS) Lead Auditor Training & Certification Read More
      sunny

      ISO 27001 (ISMS) Lead Auditor Training & Certification

      2256
      $1,200.00
      CISA Certification Course Read More
      sunny

      CISA Certification Course

      870
      $2,000.00

      All Courses

      • Artificial Intelligence
      • BI and Visualization
      • Big Data
      • Cloud Computing
      • Cyber Security
      • Data Science
      • DevOps
      • IT Service Management
      • Networking
      • Programming and Frameworks
      • Project Management and Methodologies
      • Trending

      Latest Courses

      Python Programming Certification Course

      Python Programming Certification Course

      $349.00
      AWS Architect Certification Training

      AWS Architect Certification Training

      $399.00
      Six Sigma Green Belt

      Six Sigma Green Belt

      $300.00
      logo-eduma-the-best-lms-wordpress-theme

      +91 (120) 422 9536

      admin@pinnacledu.com

      • in

      Company

      • About Us
      • Blog
      • Contact
      • Become an Instructor

      Useful Links

      • Courses
      • Events
      • Gallery
      • FAQs
      • Give us a Testimonial

      Support

      • Documentation
      • Forums
      • Log a Ticket

      For Business

      • Corporate Training
      • Become our Reseller

      © 2019 DreamBig IT Solutions India Pvt Ltd. All rights Reserved.

      Disclaimer

    • PMP, PMI, PMBOK, CAPM, PgMP, PfMP, ACP, PBA, RMP, SP, and OPM3 are registered marks of the Project Management Institute, Inc.
    • ITIL® is a [registered] trade mark of AXELOS Limited, used under permission of AXELOS Limited. All rights reserved.
    • IT Infrastructure Library is a [registered] trade mark of AXELOS Limited used, under permission of AXELOS Limited. All rights reserved.
    • The Swirl logo™ is a trade mark of AXELOS Limited, used under permission of AXELOS Limited. All rights reserved.
    • PRINCE2® is a [registered] trade mark of AXELOS Limited, used under permission of AXELOS Limited. All rights reserved.
    • MSP® is a [registered] trade mark of AXELOS Limited, used under permission of AXELOS Limited. All rights reserved.
    • The Open Group®, IT4IT™, ArchiMate® and TOGAF® are registered trademarks of The Open Group.
    • COBIT® is a trademark of ISACA® registered in the United States and other countries.
    • CISA® is a Registered Trade Mark of the Information Systems Audit and Control Association (ISACA) and the IT Governance Institute.
    • CISSP® is a registered mark of The International Information Systems Security Certification Consortium ((ISC)2).
    • CISCO®, CCNA®, and CCNP® are trademarks of Cisco and registered trademarks in the United States and certain other countries.
      • Privacy
      • Terms
      • Refund Policy
      • Reschedule Policy
      • Sitemap

      Become An Instructor?

      Join thousand of instructors and earn money hassle free!

      Get Started Now
      No apps configured. Please contact your administrator.

      Login with your site account

      No apps configured. Please contact your administrator.

      Lost your password?

      Modal title

      Message modal