وب سایت تخصصی شرکت فرین
دسته بندی دوره ها
4

Kubernetes and Docker: The Complete Hands-On Guide

سرفصل های دوره

Real-time project - Deploy an application to a Kubernetes cluster using Jenkins CI/CD pipeline, Ansible, Docker, Webhook


1 - Introduction
  • 1 - Introduction to the course
  • 1 - Kubernetes.pptx
  • 2 - Introduction Kubernetes
  • 3 - Monolithic approach for developing applications
  • 4 - Microservices Vs Monolithic
  • 5 - Kubernetes Gateway API
  • 6 - Evolution of Containers Dockers VMs
  • 7 - Microservices running as containers
  • 8 - Kubernetes Orchestration or container management tool
  • 9 - Features of Kubernetes

  • 2 - Architecture of the Kubernetes Cluster
  • 10 - Theory-Kubernetes-Arc.txt
  • 10 - The architecture of the Kubernetes Cluster
  • 11 - Understand architecture with examples
  • 12 - Working with Kubernetes
  • 13 - Components of Control Plane Master Node
  • 14 - Scheduler component of Control Plane
  • 15 - Control manager component of Control Plane

  • 3 - Setup of Kubernetes Cluster AWS Environment
  • 16 - Lab 1
  • 16 - Setup-Kubernetes-Master-and-Worker-Nodes-on-AWS-Environment.docx
  • 17 - Lab 2
  • 18 - Lab 3
  • 19 - Lab 4
  • 20 - Lab 5
  • 21 - Lab 6

  • 4 - Kubernetes Concepts Cluster types Minikube Server YAML Pod Kubelet Ports
  • 22 - Types of Kubernetes Cluster
  • 22 - minikube-Installation.txt
  • 23 - Installation of Minikube Server
  • 24 - Create the first Pod Using YAML
  • 25 - Pods with YAML
  • 26 - Check details about the pod and logs of a container using the Kubelet command
  • 27 - Create a pod with multiple containers
  • 28 - Kubernetes annotations
  • 29 - Explore running container
  • 30 - Environment variables
  • 31 - Defining ports to the containers

  • 5 - Labels Selectors
  • 32 - Labels Selectors
  • 32 - lab.txt
  • 33 - Lab labels selectors
  • 34 - Declarative vs Imperative way to define labels
  • 35 - Lab Search the pod with equality setbased
  • 36 - Node Selectors
  • 37 - Lab Create a pod to on specify node

  • 6 - Scaling Replication
  • 38 - Replication Controller RC
  • 38 - lab.txt
  • 38 - manifest.txt
  • 39 - Practice Lab Create Replicas of POD using RC
  • 40 - Scaleup scaledown the pod as load increases
  • 41 - Replica set RS
  • 42 - Lab Create Replicas of POD using ReplicaSet

  • 7 - Deployment Rollback
  • 43 - Overview of Deployment and Rollback
  • 43 - labs.txt
  • 44 - Lab Launch an application with two PODs using the deployment object
  • 45 - Lab upgrade the application from v1 to v2 using deployment object
  • 46 - Lab Roll back the application to the previous version
  • 47 - Lab Roll back the application to any specific version

  • 8 - Kubernetes Networking
  • 48 - Overview of kubernetes networking
  • 48 - lab.txt
  • 49 - Lab Container communication via localhost
  • 50 - Podtopod communication
  • 51 - Service object
  • 52 - Lab Access the applservice using cluster IP within the cluster using service
  • 53 - Lab Access the applservice using cluster IP within the cluster using service
  • 54 - Lab Access the applservice using NodePort outside the cluster

  • 9 - Volumes in Kubernetes Cluster
  • 55 - Volumes in Kubernetes Cluster
  • 56 - Lab Create a POD with attached emptyDir volume
  • 57 - Lab Attach a shareable volume for containers within a POD
  • 58 - Lab Create a POD with attached hostpath volume
  • 59 - Lab attached hostpath volume exists after the pod recreation

  • 10 - Persistent Volumes
  • 60 - Overview of Persistent volumes
  • 60 - lab.txt
  • 61 - Persistent volumes in kubernetes cluster
  • 62 - Configure a Volume using AWS ElasticBlockStore
  • 63 - Lab Create a PersistentVolumeClaim
  • 64 - Create a Pod to Use a PersistentVolume for Storage
  • 65 - Lab persistent volume exists even after the pod recreation

  • 11 - Docker training bootcamp A Practical way of learningDevOps
  • 66 - Docker.pptx
  • 66 - Introduction about containers
  • 67 - Installation of Docker
  • 68 - Create a first container
  • 69 - Fetch container image from docker hub
  • 70 - Run a container in backgroup interactive with tty terminal
  • 71 - Delete exited dockers using a single command
  • 72 - Get complete details of a running container
  • 73 - Check logs stats of a running container
  • 74 - Port forwarding
  • 75 - exec rename restart the running container
  • 76 - Attach a container
  • 77 - Killstop pauseunpause a container
  • 78 - Create start cp command
  • 79 - ExportImport Command in Docker
  • 80 - Create a image from running container
  • 81 - Pull a specific version image from Docker hub
  • 82 - Push your image to docker hub
  • 83 - Image history inspect remove image

  • 12 - Dockerfile
  • 84 - Overview of Dockerfile layered architecture
  • 85 - Create a centos 7 image using Dockerfile
  • 86 - Overview of Label env run command
  • 87 - Overview of WORKDIR
  • 88 - Copy add command with their differences
  • 89 - Create a user account with password using dockerfile
  • 90 - CMD Command
  • 91 - SSH to a container
  • 92 - Overview of EXPOSE Command
  • 93 - ENTRYPOINT in Dockerfile

  • 13 - Manage Data in Docker
  • 94 - Overview of managing data in Docker
  • 95 - Volumes
  • 96 - Create attach a volume to a container
  • 97 - Delete volumes from the Docker host machine
  • 98 - Bind mounts

  • 14 - Networking in Docker
  • 99 - Bridge networking
  • 100 - Run containers in custom created bridge networking
  • 101 - Enable communication between dockers belong to different bridge network
  • 102 - DNS enabled with custom bridge networking
  • 103 - Host networking
  • 104 - None networking
  • 105 - Connect one or more network to a running container
  • 106 - Create private docker registry
  • 107 - Create private docker registry 2

  • 15 - Docker Compose
  • 108 - Overview of docker compose
  • 109 - Docker compose Installation
  • 110 - Create my first docker compose file
  • 111 - Create docker compose file in json language
  • 112 - Learn basic commands 1
  • 113 - Learn basic commands 2
  • 114 - Learn basic commands 3
  • 115 - Learn basic commands 4
  • 116 - Attach a volume port mapping using docker compose
  • 117 - Build a custom image using docker compose
  • 118 - Last lecture
  • 139,000 تومان
    بیش از یک محصول به صورت دانلودی میخواهید؟ محصول را به سبد خرید اضافه کنید.
    افزودن به سبد خرید
    خرید دانلودی فوری

    در این روش نیاز به افزودن محصول به سبد خرید و تکمیل اطلاعات نیست و شما پس از وارد کردن ایمیل خود و طی کردن مراحل پرداخت لینک های دریافت محصولات را در ایمیل خود دریافت خواهید کرد.

    ایمیل شما:
    تولید کننده:
    شناسه: 14080
    حجم: 3257 مگابایت
    مدت زمان: 571 دقیقه
    تاریخ انتشار: ۲۹ خرداد ۱۴۰۲
    طراحی سایت و خدمات سئو

    139,000 تومان
    افزودن به سبد خرید