Kubernetes: Solution use - Training Courses | Afi U.

Kubernetes: Solution use

An introduction to Kubernetes using the orchestration tool.

Upcoming sessions

No date suits you?

Notify me when a session is added.

  • Duration: 2 days
  • Regular price: $1,590
  • Preferential price: $1,370tip icon

Course outline

Duration : 2 days

Audience

Developer, system administrator and DevOps engineer requiring an introduction to Kubernetes.

Prerequisites

  • Basic of Linux system administration
  • Docker knowledge

Objectives

  • You will know how to deploy applications on a Kubernetes platform
  • You will be able to daily use Kubernetes to manage your production containers
  • You will know how to react in case of problem
  • You will know how to deploy a clustered application

Contents=

Kubernetes project presentation
  • Architecture
  • Overview
  • Integration with underlying platforms
Kubernetes objects
  • Base objects
  • Pods
  • Services
  • Volumes
Internal objects
  • ReplicaSets
  • Deployments
  • StatefulSets
  • DaemonSets
  • Jobs
First steps
  • Accessing the web interface
  • Installing and using Kubectl
  • Deploying a pod
  • Creating a deployment from a YAML file
Basic usage
  • Creating a persistent volume
  • Creating a deployment
  • Exposing a deployment using internal services
  • Exposing a deployment to the outside world
  • Best practices
Advanced usage
  • Deploying a StateFul application
  • Programming a job
Troubleshooting
  • Accessing containers logs
  • Debugging techniques