Companies Home Search Profile

Kubernetes on your own servers

Focused View

Alexander Abashkin

2:06:40

0 View
  • 1. What is kubernetes and what is it for.mp4
    01:25
  • 1. Types of nodes in a kubernetes cluster.mp4
    01:00
  • 2. The kubernetes components running on the master node.mp4
    08:32
  • 3. Kubernetes components running on worker node.mp4
    02:39
  • 1.1 Commands used in the lesson.txt
  • 1.2 Lab work for the lesson.txt
  • 1. Preliminary preparation.mp4
    07:54
  • 2.1 Commands used in the lesson.txt
  • 2.2 Lab work for the lesson.txt
  • 2. Installing the container runtime CRI-O.mp4
    07:13
  • 3.1 Commands used in the lesson.txt
  • 3.2 Lab work for the lesson.txt
  • 3. Installing kubernetes.mp4
    04:24
  • 4.1 Commands used in the lesson.txt
  • 4.2 Lab work for the lesson.txt
  • 4. Initializing a kubernetes cluster.mp4
    08:53
  • 1. What is pod kubernetes.mp4
    03:06
  • 2.1 Commands used in the lesson.txt
  • 2.2 Lab work for the lesson.txt
  • 2. Creating pods.mp4
    09:02
  • 1.1 Commands used in the lesson.txt
  • 1.2 Lab work for the lesson.txt
  • 1. Introduction to yaml.mp4
    11:42
  • 1.1 Commands used in the lesson.txt
  • 1.2 Lab work for the lesson.txt
  • 1. Introduction to kubectl.mp4
    14:37
  • 1. Replica set object.mp4
    04:33
  • 2.1 Commands used in the lesson.txt
  • 2.2 Lab work for the lesson.txt
  • 2. Creating a Replica set.mp4
    18:11
  • 1. Deployment object description.mp4
    01:58
  • 2.1 Commands used in the lesson.txt
  • 2.2 Lab work for the lesson.txt
  • 2. Creating a deployment object.mp4
    11:16
  • 3.1 Commands used in the lesson.txt
  • 3.2 Lab work for the lesson.txt
  • 3. Deployment revisions.mp4
    10:15
  • Description


    Kubernetes from scratch

    What You'll Learn?


    • Introduction to the kubernetes
    • Introduction to the kubernetes architecture
    • Installing a kubernetes cluster on ubuntu
    • Introduction to the kubectl tool
    • Creating a pod object
    • Creating a deployment object

    Who is this for?


  • Devops engineers, System administrators.
  • What You Need to Know?


  • 3 virtual machines with ubuntu 22.04
  • More details


    Description

    Kubernetes is an open source container orchestration platform that automates many of the manual processes involved in deploying, managing, and scaling containerized applications.

    In other words, you can cluster a group of hosts running Linux containers and Kubernetes can help you manage that cluster easily and efficiently.


    Using Kubernetes you can:


    - Easily manage containers across multiple hosts.



    - Monitor and manage application deployments and upgrades.


    - Efficiently utilize your server hardware, maximizing the resources needed to run your applications.


    - Connect and add storage to run stateful applications, that is, stateful applications.


    - Scale containerized applications and their resources without stopping them.


    - Declaratively manage services, ensuring that deployed applications always run as you intended.


    - Automatically verify application health and automatically repair your applications when problems occur using autostart, autoreboot, autoreplication, and autoscaling mechanisms.



    In this course you will learn how to: install a kubernetes cluster on ubuntu servers using kubeadm and how to deploy different applications in the cluster. You will learn kubernetes objects.  Get to know the basics and more.  Familiarize yourself with kubernetes architecture and types of nodes in a kubernetes cluster. Examine the components running on master nodes and worker nodes of kubernetes. Create various kubernetes objects such as pod, replicaset, deployment. Familiarize yourself with the use of YAML. Learn the kubernetes cluster management tool: kubectl.

    Who this course is for:

    • Devops engineers, System administrators.

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Category
    Alexander Abashkin
    Alexander Abashkin
    Instructor's Courses
    I have been working for more than 15 years in the IT field. I have extensive experience in deploying various software and configuring networking. At the moment I have been working as a devops engineer for more than 5 years. I always try to understand everything in detail and bring everything to a logical end.
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 17
    • duration 2:06:40
    • Release Date 2024/09/17

    Courses related to DevOps

    Courses related to Kubernetes