Kubernetes: Solution use - Training Courses | Afi U.
afiU logo
Guaranteed to Run sessions View all courses
Training and Coaching

Cultivate a learning organization and develop talent.

Customer Experience

Optimize your processes for operational excellence.

Employee Experience

Engage, empower, and enhance employee well-being.

Artificial Intelligence

Master AI and automate your processes.

Leadership

Develop key skills to inspire and mobilize.

Digital Tools

Boost collaboration and productivity within your teams

Strategy and Performance

Align your goals for sustainable growth.

Digital Transformation

Leverage technology to innovate and accelerate your growth.

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