Close
Contact Us sales.europe@learnquest.com

??WelcomeName??
??WelcomeName??
« Important Announcement » Nous contacter +33 1 8564 0137 | USA Flag
Close
Close
Close
photo

Thank you for your interest in LearnQuest.

Your request is being processed and LearnQuest or a LearnQuest-Authorized Training Provider will be in touch with you shortly.

photo

Thank you for your interest in Private Training.

We look forward to helping you develop the perfect training solution to help you meet your company's goals.

For immediate assistance, speak with one of our representatives using the chat module below. Otherwise, LearnQuest or a LearnQuest-Authorized Training Provider will be in touch with you shortly.

Close
photo

Thank you for your interest in LearnQuest!

Now, you will be able to stay up-to-date on our latest course offerings, promotions, and training discounts. Watch your inbox for upcoming special offers.

title

Date: xxx

Lieu: xxx

Heure: xxx

Prix: xxx

Veuillez prendre un moment pour remplir ce formulaire. Nous vous répondrons dès que possible.

Tous les champs signalés par un astérisque sont obligatoires.

Docker with Kubernetes Administration

Prix
2,925 USD
5 Days
OSUN-735
Classroom Training
Red Hat Training Partner
Prices reflect a 22.5% discount for IBM employees (wherever applicable).
Prices reflect a 24% discount for Kyndryl employees (wherever applicable).
Prices reflect the Accenture employee discount.
Prices shown are the special AWS Partner Prices.
Prices reflect the Capgemini employee discount.
Prices reflect the UPS employee discount.
Prices reflect the ??democompanyname?? employee discount.
GSA Private/Onsite Price: ??gsa-private-price??
For GSA pricing, please go to GSA Advantage.

Calendrier des sessions

Formats de classe

Trier les résultats

Filtrer la formation

Sessions garanties

Modalité

Lieu

Langue

Date

    Aucune session de cette formation n'est actuellement planifiée dans votre pays.

    Veuillez remplir ce formulaire et un conseiller en formation vous contactera sous peu pour répondre à vos besoins de formation.

Voir le calendrier global

Description de la formation

Résumé

This Docker with Kubernetes Administration course is designed to provide students with an understanding of the core features of Docker including: container creation and management, interacting with Docker hub, using Dockerfile to create and manage custom images, advanced Docker networking (how to safely expose container services to the world, and link containers), the use of Docker volumes to manage persistent data, and Docker Compose to build multi-container applications.

The second part of the course introduces students to the basic concepts and architecture of Kubernetes, its initial install & setup, Kubernetes Pods, deployments and services, persistent storage, networking, automating deployment, scaling & management of containerized applications, the Kubernetes Helm Package Manager and finally it's logging and monitoring facilities.
 

Objectifs

Upon completion of the Docker with Kubernetes Administration course, students will be prepared for the official Certified Kubernetes Administrator (CKA) exam of the Cloud Native Computing Foundation (CNCF).
 

Public

  • System administrators and Devops professionals who want to understand and use Docker and Kubernetes in enterprise and cloud environments.

Prérequis

    • Proficiency with the Linux CLI (GL120 'Linux Fundamentals).
    • A broad understanding of Linux system administration (GL250 'Enterprise Linux Systems Administration')

Contenu

CONTAINER TECHNOLOGY OVERVIEW
  • Application Management Landscape
  • Application Isolation
  • Resource Measurement and Control
  • Container Security
  • Container Security
  • Open Container Initiative
  • Docker Ecosystem
    • LAB TASKS
  • Container Concepts runC
  • Container Concepts Systemd
INSTALLING DOCKER
  • Installing Docker
  • Docker Architecture
  • Starting the Docker Daemon
  • Docker Daemon Configuration
  • Docker Control Socket
  • Enabling TLS for Docker
  • Validating Docker Install
    • LAB TASKS
  • Installing Docker
  • Install Docker via Docker Machine
  • Protecting Docker with TLS
MANAGING CONTAINERS
  • Creating a New Container
  • Listing Containers
  • Viewing Container Operational Details
  • Running Commands in an Existing Container
  • Interacting with a Running Container
  • Stopping, Starting, and Removing Containers
  • Copying files in/out of Containers
  • Inspecting and Updating Containers
    • LAB TASKS
  • Managing Containers
  • Configure a docker container to start at boot.
MANAGING IMAGES
  • Docker Images
  • Listing and Removing Images
  • Searching for Images
  • Downloading Images
  • Committing Changes
  • Uploading Images
  • Export/Import Images
  • Save/Load Images
    • LAB TASKS
  • Docker Images
  • Docker Platform Images
CREATING IMAGES WITH DOCKERFILE
  • Dockerfile
  • Caching
  • docker image build
  • Dockerfile Instructions
  • ENV and WORKDIR
  • Running Commands
  • Getting Files into the Image
  • Defining Container Executable
  • Best Practices
    • LAB TASKS
  • Dockerfile Fundamentals
DOCKER VOLUMES
  • Volume Concepts
  • Creating and Using Internal Volumes
  • Managing Volumes
  • Changing Data in Volumes
  • Removing Volumes
  • Backing up Volumes
  • 5 Considerations
  • Mapping Devices
    • LAB TASKS
  • Docker Volumes
DOCKER COMPOSE/SWARM
  • Concepts
  • Compose CLI
  • Defining a Service Set
  • Docker Swarm Proxy (Legacy)
  • Docker Engine Swarm Mode (Modern)
  • Creating a Swarm
  • Creating Services
    • LAB TASKS
  • Docker Compose
  • Docker Swarm Proxy
  • Docker Engine Swarm Mode
DOCKER NETWORKING
  • Overview
  • Data-Link Layer Details
  • Network Layer Details
  • Hostnames and DNS
  • Service Reachability
  • Container to Container Communication
  • Container to Container: Links
  • Container to Container: Private Network
  • Managing Private Networks
  • Remote Host to Container
  • Multi-host Networks with Overlay Driver
    • LAB TASKS
  • Docker Networking
  • Exposing Ports
  • Docker Links
  • Docker Networking
  • Multi-host Networks
DOCKER REGISTRY
  • Docker Registry
  • Docker Registry (secured)
  • Docker Content Trust
KUBERNETES INTRO AND CONCEPTS
  • Cloud Computing in General
  • Cloud Types
  • Cloud Native Computing
  • Application Containers
  • Containers on Linux
  • Container Runtime
  • Container Orchestration
  • Kubernetes
  • Concepts, Objects Categories, and Architecture
  • Kubernetes Master
  • Kubernetes Note
LAB TASKS
  • Health Check
  • Understanding Linux Namespaces
  • Basic Docker Functionalities
INSTALLING KUBERNETES
  • Picking the Right Solution
  • One Node Kubernetes Install
  • Kubernetes Universal Installer
  • Install Using kubeadm
  • Kubernetes Networking
    • LAB TASKS
  • Check Kubernetes Status
  • Run the First Pod
ACCESSING KUBERNETES
  • Accessing the Kubernetes Cluster
  • Controlling Access to the API
  • Authorization
  • Role Based Access Control
  • Roles and ClusterRoles
  • Role Bindings
    • LAB TASKS
  • Browse the Kubernetes API
  • Use RBAC to Control Access to the API
KUBERNETES WORKLOADS
  • The Pod
  • RestartPolicy Examples
  • InitContainers
  • Operations on Pods
  • Replication Controller
  • Working with Replication Controller
  • Deployments
  • Working with Deployments
  • Jobs, CronJobs
  • Jobs Example
  • CronJobs Example
  • DaemonSets
    • LAB TASKS
  • Pods Operations
  • Replication Controller Operations
  • Working with Deployments
  • Using Jobs
  • Using DaemonSets
SCHEDULING AND NODE MANAGEMENT
  • The Kubernetes Scheduler
  • Assigning Pods to Nodes
  • Assigning Pods to Nodes – Node Affinities
  • Assigning Pods to Nodes – Pod Affinities
  • Taints and Tolerations
  • Managing Nodes
    • LAB TASKS
  • Scheduling Pods to Nodes
  • Using Affinities
ACCESSING THE APPLICATIONS
  • Services
  • Service Types
  • Working with Services
  • Ingress
  • Ingress Definition
  • Working with Ingress
  • Network Policies
  • Network Policy Example
    • LAB TASKS
  • Working with Services
  • Working with Ingress
PERSISTENT STORAGE IN KUBERNETES
  • Volumes
  • Volume Example
  • Volume Types
  • Persistent Volumes
  • Persistent Volume Example
  • Secrets
  • Using Secrets as Environmental Variables
  • Using Secrets as Volumes
  • ConfigMaps
    • LAB TASKS
  • Share a Volume in Two Containers
  • Set the Root Password for a Mysql Pod Using Secrets
  • Use ConfigMap to Pass a File to a Pod
LOGGING, MONITORING, AND TROUBLESHOOTING
  • Logging Architecture
  • Monitoring
  • Troubleshooting
    • LAB TASKS
  • Investigate the Logging in Kubernetes
  • Monitoring Kubernetes
  • Upgrading Kubernetes
2023 Top 20 Training Industry Company - IT Training

Besoin d'aide ou si vous êtes en situation de handicap?

Si vous êtes en situation de handicap, ou si vous avez besoin d'aide, dites-nous comment nous pouvons vous aider, appelez-nous au 01 85 64 01 37 ou envoyez-nous un e-mail à isabelle.yriarte@learnquest.com

Solutions personnalisées

Besoin d'une solution personnalisée pour votre formation? Contactez-nous, et un de nos conseillers en formation vous aidera à trouver la meilleure solution.

Nous contacter

Besoin d'aide ou si vous êtes en situation de handicap?

Avez-vous une question sur les formations, les instructions ou les matériaux couverts? Avez-vous besoin d'aide pour trouver le formations qui vous convient le mieux? Nous sommes ici pour vous aider!

Parlez-nous

20% Off All AI Training Courses

Achieve more with AI-powered tools and strategies.

PROMO CODE: AI20
VALID THROUGH APRIL 30, 2024

20% Off All AI Training Courses

Self-Paced Training Info

Learn at your own pace with anytime, anywhere training

  • Same in-demand topics as instructor-led public and private classes.
  • Standalone learning or supplemental reinforcement.
  • e-Learning content varies by course and technology.
  • View the Self-Paced version of this outline and what is included in the SPVC course.
  • Learn more about e-Learning

Course Added To Shopping Cart

bla

bla

bla

bla

bla

bla

Self-Paced Training Terms & Conditions

??spvc-wbt-warning??
??group-training-form-area??
??how-can-we-help-you-area??
??personalized-form-area??
??request-quote-area??

Aucune formation ne correspond à vos critères.

Veuillez nous contacter pour programmer une formation.
Close

self-paced
STOP! Before You Leave

Save 0% on this course!

Take advantage of our online-only offer & save 0% on any course !

Promo Code skip0 will be applied to your registration

Close
Nothing yet
here's the message from the cart

To view the cart, you can click "View Cart" on the right side of the heading on each page
Add to cart clicker.

Purchase Information

??elearning-coursenumber?? ??coursename??
View Cart

Need more Information?

Speak with our training specialists to continue your learning journey.

 

Delivery Formats

Close

By submitting this form, I agree to LearnQuest's Terms and Conditions

heres the new schedule
This website uses third-party profiling cookies to provide services in line with the preferences you reveal while browsing the Website. By continuing to browse this Website, you consent to the use of these cookies. If you wish to object such processing, please read the instructions described in our Privacy Policy.
Your use of this LearnQuest site affirms your consent to our use of session and persistent cookies to track how you use our website.