SkillUp Sale

Docker and Kubernetes Training in San Francisco, CA, United States

Build, test and deploy Docker applications with Kubernetes using this Docker Kubernetes Certification

  • Comprehensive hands-on with Dockers and Kubernetes Components
  • Learn Docker and Kubernetes Architecture and Components and installation
  • Get introduced to deploy stateful and stateless apps on the cluster
Enterprise Training for Teams: Get a Quote
  • 400,000 + Professionals trained
  • 250 + Workshops every month 
  • 100 + Countries and Counting 

Learn to Get the Best Out of Containers

Learn about Kubernetes, a technology created by Google to help in automating deployment, scaling, and management of containerized applications. Docker is used for shipping and running applications based on containers. In the Docker Kubernetes training, you will learn to build, test, and deploy Docker applications with Kubernetes.

..... Read more
Read less

Highlights

  • 32 Hours of Live, Interactive, Trainer-Led Sessions

  • 50+ Hours of MCQs and Assignments

  • 28 Hours of Hand-on Training with Docker and Kubernetes

  • 3 Projects that Replicate Work-like Environments

  • Get Mentored by Experts with Industry Experience

  • Gain the Skills to Become a Docker and Kubernetes Expert

Docker and Kubernetes Professionals are in Demand

benefits of Docker and Kubernetes

Docker and Kubernetes are the newest trends in DevOps and are being embraced by all organizations that want to go agile and ensure hyper-productivity. Mastering the containerization technologies with Docker and Kubernetes certification will help you kick start your career in the DevOps space. Docker and Kubernetes are not an either-or choice.

..... Read more
Read less

The KnowledgeHut Edge

Instructor-Led Training

Interact and engage with Docker and Kubernetes instructors with industry experience in live sessions.

Updated Curriculum

Empower yourself and stay relevant with courseware updated according to Docker and Kubernetes practices.

Case Studies

Get practical case studies based on real-world experiences. Understand concepts through examples.

Industry Experts

Learn from the best in the industry. Work with coaches who are experienced professionals in their fields.

Applicable Skills

Learn concepts and practices in a hands-on manner that can be readily applied in real-world situations.

Detailed Feedback

Get detailed reviews and feedback on your learning and understanding from experts in the Kubernetes.

prerequisites for Docker and Kubernetes

Docker and Kubernetes Training Prerequisites

There are no prerequisites for attending this course. It would be beneficial for you to have the knowledge in the following concepts:

  • Virtualization
  • Linux & Networking Fundamentals
  • Installing and Configuring Applications

Who Should Attend This Training

Software Developers

IT Professionals & Architects

Operational Engineers

Schedules

Can't find the training schedule you're looking for?

Request a Batch

What You Will Learn

VMs & Containers

Learn what containers, their purpose and how VMs are different from containers.

Monolithic & Microservices applications

Understand what Monolithic applications are and how they are different from Microservices applications.

Docker installation

Understand how to install Docker and the concepts around its architecture and components.

Docker Registry

Explore Docker Registry and use it for pulling and pushing images and learn more features.

Docker Volumes & Networks

Learn what Docker Volumes are and learn to understand how Docker Networks operate.

Docker Orchestration

Understand Docker Orchestration Services like Docker Compose and Docker Swarm.

Kubernetes

Explore Kubernetes, understand its features, how to use it, and what benefits it can provide.

Docker Swarm & Kubernetes

Understand how Docker Swarm works and how Kubernetes is different from it, how is it better?

Create with Kubernetes

Learn how to create Pods, deployments as well as services using Kubernetes and the advantages of it.

Skills You Will Gain

Install and configure Docker and Kubernetes

Work with Pulling and Pushing images

Build your own images

Perform Autobuild using Docker Hub

Create Docker Volumes

Create Docker Networks

Deploy Applications

Work with Services, labels, and Replica sets

Learning Objective

This module introduces containers and the benefits of using containers as opposed to VMs. You will learn use cases of Containers and Docker and be able to describe Docker architecture and its components.

Topics
  • Evolution of Dockers & Containers
  • Differences between VM's and Containers
  • Docker Use Cases
  • Benefits of using Containers
  • Working with Docker Commands
  • Case Study

Hands-on:

Learn various Docker Commands for creating, stopping, removing, and copying containers.

Learning Objective

In this module, you will explore the prerequisites for installing Dockers. Learn to install & configure Docker toolbox on Windows OS and install & configure Docker on Amazon EC2. Validate the Docker installation. Get deeper into Docker Architecture and components.

Topics
  • Installing & Configuring Docker toolbox on Windows
  • Installing & configuring Docker in Amazon Linux EC2

Hands-on:

Installing & Configuring Dockers.

Learning Objective

Create images by starting a container using a base image and interactively make changes to it, create a Docker file that will let Docker build the image automatically. Learn to create and work with Docker Volumes. Understand the three types of Docker Network – Local, Host and Bridge.

Topics
  • Images & Layers
  • Container Layers
  • Working with Docker Images
  • Building own Images using Dockerfile
  • Working with Docker Volumes and Docker Networking
  • Case Study

Hands-on:

Pulling and pushing images. Creating own images using Dockerfile and push to Docker Hub, Creating Automated Build using Docker Hub, Creating Docker Volumes and copying the data, Creating Bridge Network for container communication.

Learning Objective

Learn to create Public and Private Repositories using Docker Hub. You will also be able to share your image using Docker Hub, deploy your own Docker images registry and set up your own automated build.

Topics
  • Overview of Registries- Public and Private
  • Deep Dive into Docker Hub
  • Other Public & Private Registries
  • Case Study

Hands-on:

  • Creating Public and Private Repositories using Docker Hub
  • Share your image using Docker Hub
  • Deploy your own Docker images registry
  • Set up your own automated build
  • Creating Organizations and teams in Docker Hub

Learning Objective

Get an overview of Docker Compose & Swarm. Learn to build High Availability Structures needed for critical applications, and understand how to filter and schedule nodes for optimal deployment

Topics
  • Overview of Docker Compose
  • Defining and running multi-container applications
  • Overview of Docker Swarm
  • Build your own Docker Swarm Cluster
  • Filtering & Scheduling Containers
  • Case Study

Hands-On:

  • Building multi-container applications using Docker Compose.
  • Creating Swarm cluster and adding the worker nodes.
  • Creating Services and scheduling nodes for optimal deployment

Learning Objectives:

Learn what / why Kubernetes is required and study Kubernetes Use Cases.

Topics
  • Evolution of Kubernetes
  • What is Kubernetes
  • Kubernetes Use Cases
  • Differences between Kubernetes and Docker Swarm

Learning Objective

Understand the key components of Kubernetes Cluster- Master, Nodes and AddOns.

Topics
  • Understand Kubernetes Architecture
  • Introduction to Kubernetes Master
  • Components of Kubernetes Master
  • Introduction to Node Components

Learning Objective

Gain knowledge on installing & Kubernetes Cluster on VirtualBox, AWS Cloud, and Google Cloud Platforms.

Topics
  • Installing & Configuring Kubernetes locally via Minikube
  • Creating Kubernetes Cluster in Google Cloud
  • Creating Kubernetes Cluster in AWS Cloud
  • Case Study

Hands-on:

  • Creating 2 VM's in Virtual Box
  • Download kubectl and minikube and install them
  • Start Minikube & Deploy sample deployment and expose to and external network
  • List all the nodes of the clusters
  • Stopping and deleting the cluster
  • Working with Kubernetes Dashboard

Learning Objective

Here you will understand about Pods and how to deploy an app using kubectl commands.

Topics
  • Introduction to Pods
  • Pods Lifecycle
  • Working with Pods to manage multiple containers
  • Deploying Pods via Replication Controllers
  • Case Study

Hands-on:

  • Deploy containerized application image in minikube
  • Viewing Pods and Nodes

Learning Objective

This module helps you to learn what is a Service, how to scale up and down the application replicas, provide updates to the application and autoscaling containers.

Topics
  • Overview of Services
  • Labels and Selectors
  • Scale out deployment using Replicas
  • Horizontal Pod Autoscaling
  • Load Balancing
  • Rolling Updates
  • Case Study

Hands-on:

  • Creating a Service
  • Using Service to expose App
  • Working with labels
  • Scale Up / Down the deployment to maximum and minimum replicas
  • Check the rollout status and rollback an update
  • Delete the services created

Learning Objective

On completing this module, you will be able to deploy both stateless applications and stateful applications. You will also be able to scale the stateful sets and provide rolling updates.

Topics
  • Working with StatefulSet
  • Pod Management policies
  • OnDelete & Rolling Update Strategies
  • Cluster DNS
  • Persistent Volumes

Hands-On:

  • Deploy Stateful and Stateless applications
  • Creating Persistent Volumes

FAQs

Training FAQs

This training is designed to help you become an expert in Docker and Kubernetes technology. You will learn Docker and Kubernetes from scratch and learn about the basic fundamentals. You will learn about Dockers and containers, installing and working with Docker Components, about Kubernetes, installing and working with Kubernetes components and more with case Studies and hands-on practicals. In the present market, an engineer proficient with Docker and Kubernetes can earn an average salary of up to $135,319. This is the right time to invest in learning Docker and Kubernetes since organizations are rapidly moving towards containerization technology and there is a huge demand for Docker and Kubernetes engineers.

You will:

  • Install and configure Docker and Kubernetes
  • Work with Pulling and Pushing images, learn how to build your own images and perform Autobuild using Docker Hub
  • Learn how to create Docker Volumes and how to create Docker Networks
  • Deploy applications and work with Services, labels and Replica sets

By the end of this course, which is one of the best Docker and Kubernetes courses, you would have gained knowledge on how to work with the Dockers and Kubernetes platform.

Basics of Virtualization, Linux, Network, and use of using Remote access tools are recommended for this training.

Yes, KnowledgeHut offers this training online.

On successful completion of the course, you will receive a course completion certificate issued by KnowledgeHut.

Your instructors are Docker and Kubernetes experts who have years of industry experience.

Workshop Experience

Currently all our courses are offered online as Live, interactive, trainer-led sessions where you will get to learn directly from the trainer with opportunities to discuss and clear doubts.

Our instructors are experts in Docker and Kubernetes to lead these sessions. They also have hands-on experience and will be able to tell you the practical aspects of what you are learning.

Our courses are delivered through live interactive virtual classrooms and can be structured according to the requirements of the course.

Our training focuses on interactive learning. Most class time is dedicated to hands-on exercises, lively discussions, and team collaboration, all facilitated by the trainer who is an experienced Docker and Kubernetes expert. The focus is on finding practical solutions to real-world scenarios in various project environments, both big and small.

In an online classroom, students can log in at the scheduled time to a live learning environment that is led by an instructor. You can interact, communicate, view, and discuss presentations, and engage with learning resources while working in groups, all in an online setting. Our instructors for the Kubernetes and Docker course use an extensive set of collaboration tools and techniques which improve your online training experience.

Internet Connectivity (2Mbps Link) and Minimum Requirements: MAC OS or Windows with 8 GB RAM and i3 processor.

Yes, you can switch your start date for the certification in Docker and Kubernetes with prior notice of at least 24 hours and subject to availability in the desired batch.

What Learners Are Saying

I
Isabella Martinez Data Analyst
5

Fantastic Azure data engineering program! Comprehensive content, hands-on exercises, and great instructors. Highly recommended for aspiring data engineers! 

Attended Azure Data Engineer Master's Program workshop in June 2023

N
Noah Carter Project Coordinator
4

KnowledgeHut's Project Management Masters Program offers a clear path for career advancement. The certifications and global relevance of project management skills make it valuable across industries. The program has equipped me with the necessary expertise and boosted my confidence. Job security and growth opportunities are undeniable!

Attended Project Management Masters Certification Program workshop in June 2023

D
David Thompson Managers-Software Development
4

The Agile Master's Program by KnowledgeHut exceeded my expectations. The career advancement opportunities are immense, and the increased earning potential is a major plus. The program improved my job performance and gave me greater job security. Worth every penny!

Attended Agile Masters Certification Program workshop in June 2023

S
Sophia Khan Project Analyst
5

Investing in KnowledgeHut's Project Management Masters Program was a wise decision. The competitive salaries and certification advantage are exceptional. The program's comprehensive curriculum and industry growth insights have given me an edge in the project management field. Ready to tackle challenging projects with confidence!

Attended Project Management Masters Certification Program workshop in June 2023

A
Aiden Campbell Junior Cybersecurity Professional
5

This Mastering Ethical Hacking course exceeded my expectations! As a junior cybersecurity professional, I wanted to build a strong foundation in ethical hacking, and this course delivered just that. The on-demand Python Ethical Hacking training with Zaid Sabih was exceptional.  

Attended Ethical Hacking Mastery Course workshop in May 2023

M
Madeline R Front-End Developer
5

I know from first-hand experience that you can go from zero and just get a grasp on everything as you go and start building right away. 

Attended Full-Stack Development Bootcamp workshop in July 2022

G
Garek Bavaro Information Systems Manager
5

Knowledgehut is among the best training providers in the market with highly qualified and experienced trainers. The course covered all the topics with live examples. Overall the training session was a great experience.

Attended Agile and Scrum workshop in February 2020

G
Goldina Wei Java Developer
5

Knowledgehut is the best platform to gather new skills. Customer support here is very responsive. The trainer was very well experienced and helped me in clearing the doubts clearly with examples.

Attended Agile and Scrum workshop in June 2020

Docker and Kubernetes Course in San Francisco, CA

Docker with Kubernetestraining in San Francisco

San Francisco, which was found in 1776 by Spanish conquerors, is called ?Yerba Buena? which means ?Good Herb? in Spanish since herbs were grown in abundance. Now known as one of the most Cosmopolitan Cities in northern California, is a cultural and financial centre of the western United States. According to the Bureau of Labour Statistics (BLS), San Francisco added 11,000 jobs in the first half of the year 2018. With annual job growth of 3%. This cosmopolitan city provides job opportunities in the field of Marketing, and Finance.

Training Programme

Docker and Kubernetesare a form of serverless computing which enables developers to run their own serverless infrastructure anywhere. These platforms are container-native, it can enable coding in any programming language with excellent support for development and Testing, hence its simple to use and cost effective. This can also help DevOps bring their own Dockerfile, so any container can be used as a function.

The KnowledgeHutDocker with Kubernetes trainingBenefits

The Docker with Kubernetes training programme is designed for those who understand both Docker and Kubernetes are essential if you want to build and run a modern cloud infrastructure. In this 32-hour live coaching sessions, you will learn how to run applications within Linux containers, and how you can use them when architecting your own applications. You will also be trained to bundling your application in a container vs. a virtual machine which will improve Start-up time significantly. This program is the complete all-rounder in helping you to use Docker and Kubernetes for development and testing. The course mainly focused on enhancing your knowledge serverless computing and usage of the same as a testing tool.

Why should you take up Docker with Kubernetes course in San Francisco

All our tutors are from prestigious institutes with extensive experience in their fields, and of course are Microsoft certified trainers for Docker with Kubernetes. With more focus on the practical sessions, 80% of the agenda/modules are designed to handle implementations in the real world. Using the guidelines provided in the Docker with Kubernetes course in San Francisco helps you prepare for interviews with real-life examples, questionnaires, and answers. Our instructors are here to help you learn from the basics and will guide you with any challenges faced. You can also make full use of downloadable materials to help you further hone your skills.

So why wait? Register for the Docker with Kubernetes in San Francisco online Training course here.

Other Training