Snel navigeren naar:

  • Inhoud
  • Voordelen
  • Specificaties
  • Reviews
  • More information
  • FAQ

Productinformatie

In deze uitgebreide training over Kubernetes en clustermanagement transformeer je tot een gevorderde Kubernetes professional en verwerf je grondige kennis over diverse onderwerpen.

Je begint met de fundamenten, zoals het begrijpen van de levenscycli van pods, resource toewijzing, het gebruik van namespaces, en het werken met Kubernetes-manifesten, zowel via Declaratives als Imperatives. Daarnaast duik je in geavanceerdere onderwerpen, zoals ReplicaSets, DaemonSets, Implementaties, Services en Ingress. Je verwerft ook inzicht in geheimbeheer, Helm en oplossingen voor schaalbaarheid in de cloud.

Bovendien krijgt je grip op de logging en monitoring van jouw Kubernetes-applicaties, zodat deze soepel verlopen. De training gaat verder dan de theorie en omvat praktijkgerichte uitdagingen die je vaardigheden op het gebied van Kubernetes en clusterbeheer op de proef zullen stellen. Van het implementeren van een Kubernetes-cluster tot het beheren van podplanning en het creëren van persistente bronnen met behulp van DaemonSets en Node Selectors.

Inhoud van de training

Kubernetes Gevorderd: Concepten en Toepassingen

26 uur

Kubernetes Manifests, Declaratives, & Imperatives

Learning the foundations of Kubernetes and why it is used will help you gain a better appreciation for its flexibility, as will becoming familiar with the Kubernetes CLI. In this course, you'll be introduced to Kubernetes and cluster management. You'll first learn about Kubernetes, including its key features and objects. You'll then explore the YAML templating language and advanced YAML. You'll examine a Kubernetes environment from both Windows and Linux perspectives. Next, you'll move on to learn about the imperative and declarative kubectl commands, as well as similarities and differences with imperative and declarative cluster management. Finally, you'll learn about the key advantages of declarative cluster management.

Kubernetes Pods, Deployments, Services, Namespaces, & DaemonSets

Discover the building blocks provide the foundation of real production clusters. In this course, you'll explore key Kubernetes concepts. You'll first learn how to identify pod its crucial role in Kubernetes. You'll then learn to identify the phases of a pod's life and a pod's lifecycle. You'll learn how resources can be allocated and restricted per-container and be able to identify what a Namespace is in Kubernetes. You'll then be introduce the concept of a policy, a ReplicaSet, and a DaemonSet in Kubernetes. You'll also learn about a Deployment and a Service in Kubernetes. Finally, you'll learn how to identify what an Ingress is in Kubernetes and understand its role.

Create Persistent Resources by Using Kubernetes DaemonSets [Guided]

In this challenge, you will create persistent resources in a Kubernetes cluster by using DaemonSets. First, you will identify the DaemonSets that are running in the cluster, and then you will display detailed information about a DaemonSet. Next, you will create a DaemonSet by using a definition file. Finally, you will delete a DaemonSet pod, and then you will verify that the DaemonSet created a new pod to replace the deleted pod. Note: Once you begin the challenge, you will not be able to pause, save, or exit and then return to your challenge. Please ensure that you have set aside enough time to complete the challenge before you start.

Define a Kubernetes ClusterIP Service [Guided]

In this challenge, you will define a ClusterIP Service in a Kubernetes cluster. First, you will identify services that are running in the cluster. Next, you will create a Deployment, and then you will create a ClusterIP Service that will provide access to an application defined by the Deployment. Finally, you will access an application by using a ClusterIP Service, and then you will describe the attributes that couple a ClusterIP Service to a pod. Note: Once you begin a challenge you will not be able to pause, save, or return to your progress. Please ensure you have set aside enough time to complete the challenge before you start.

Define a Kubernetes NodePort Service [Guided]

In this challenge, you will define a NodePort Service in a Kubernetes cluster. First, you will create a pod Deployment. Next, you will create a NodePort Service to provide external access to an application that is defined by the Deployment, and then you will scale the Deployment. Finally, you will access an application from an external production network. Note: Once you begin a challenge you will not be able to pause, save, or return to your progress. Please ensure you have set aside enough time to complete the challenge before you start.

Manage Kubernetes Pod Scheduling by Using Node Selectors and Node Affinity [Guided]

In this challenge, you will manage pod scheduling in a Kubernetes(r) cluster by using nodeSelector and node affinity rules. First, you will create a Deployment that schedules pods by using the Kubernetes nodeSelector feature. Next, you will schedule a pod by using a required node affinity. Finally, you will schedule a pod by using a preferred node affinity. Note: Once you begin the challenge lab, you will not be able to pause, save, or exit and then return to your challenge lab. Please ensure that you have set aside enough time to complete the challenge lab before you start.

Kubernetes Clustering & Containers

Explore clustering in-depth, practice with a real Kubernetes cluster, and learn about more advanced cluster management features of Kubernetes. In this course, you'll learn advanced clustering concepts in Kubernetes. First, you'll learn about clusters and nodes and the motivation behind clustering and its challenges. You'll then learn how Kubernetes was designed for distributed computing and that it is a clustering software. You'll explore a Kubernetes cluster with more than a single node and a simple pod scheduling policy. You'll also explore a secret in Kubernetes and why it is useful. You'll learn about init containers and Kubernetes networking policies Finally, you'll explore package management and Helm.

Create a Kubernetes Cluster Deployment [Guided]

In this challenge, you will create a Deployment in a Kubernetes cluster. First, you will create a pod ReplicaSet, and then you will create a Deployment. Next, you will scale the Deployment, and then you will perform a rolling update of the Deployment. Finally, you will roll back the Deployment update to its previous state, and then you will delete the Deployment. Note: Once you begin a challenge you will not be able to pause, save, or return to your progress. Please ensure you have set aside enough time to complete the challenge before you start.

Install Kubernetes Cluster Components [Guided]

In this challenge, you will prepare an orchestrated container environment by installing Kubernetes cluster components. First, you will ensure that the provisioned Linux virtual machines and network environment satisfy the Kubernetes cluster installation requirements. Next, you will install Docker and Kubernetes cluster components. Finally, you will verify the Kubernetes component installation. Note: Once you begin a challenge you will not be able to pause, save, or return to your progress. Please ensure you have set aside enough time to complete the challenge before you start.

Initialize a Kubernetes Cluster [Guided]

In this challenge, you will initialize a Kubernetes cluster. First, you will initialize a Kubernetes cluster control plane. Next, you will join worker nodes to the cluster. Finally, you will configure cluster admin privileges, and then you will install a cluster overlay network plug-in. Note: Once you begin a challenge you will not be able to pause, save, or return to your progress. Please ensure you have set aside enough time to complete the challenge before you start.

Manage Pod Scheduling in a Kubernetes Cluster by Using Taints and Tolerations [Guided]

In this challenge, you will manage pod scheduling in a Kubernetes cluster by using taints and tolerations. First, you will apply a taint to a node, and then you will create a Deployment. Next, you will review the scheduling of a replica pod and the pod tolerance to a tainted node, and then you will create a Deployment in which replica pods contain a toleration. Finally, you will evict a pod by using a taint, and then you will remove a taint from a node. Note: Once you begin a challenge you will not be able to pause, save, or return to your progress. Please ensure you have set aside enough time to complete the challenge before you start.

Scaling Kubernetes Apps & Solutions: Scalable Kubernetes

As scalability becomes increasingly non-negotiable and more applications are built with containers, the open-source software Kubernetes has become an appreciated one-stop shop for developing and running applications. Kubernetes helps manage multiple containers across different systems, allowing you to scale them with ease. It provides access to plugins and extensions to improve management and security. And with the ability to use cloud-based solutions, increases the portability of your applications. Use this course to learn about application scaling and the benefits of containerized applications and cloud computing. Examine the key components within a Kubernetes deployment. As you progress, run and configure clusters; use kubectl, ConfigMaps, probes, taints, and tolerations; and finally, set up autoscaling and configure a Kubernetes multi-pod deployment. Upon completion, you'll be able to scale applications using Kubernetes.

Scaling Kubernetes Apps & Solutions: Kubernetes Packaging

Kubernetes package management allows developers to easily package, configure, and deploy applications and services onto clusters. Package managers maintain the application lifecycle, enabling you to optimize several tasks. Learning how to utilize these resources will improve your ability to scale Kubernetes applications and services. Use this course to gain a theoretical and practical understanding of the importance of package management. Examine how each of the major cloud platforms manages Kubernetes services for continuous delivery. And explore what's on offer through the various Kubernetes package managers. On a practical front, learn how to manage Kubernetes YAML manifests. Work with Helm, creating Helm charts, chart hooks, and Kubernetes ConfigMaps and Secrets. And lastly, deploy a multi-pod application using Helm. Upon completion, you'll be able to conduct Kubernetes package management in the most viable way.

Scaling Kubernetes Apps & Solutions: Kubernetes Logging & Monitoring

Logging and monitoring should be a central part of any good DevOps process, including those associated with cloud-native application development and scaling. While traditional logging and monitoring tools aren't designed for cloud-native environments, there are other solutions. Use this course to comprehend how cloud platforms have changed the nature of logging and monitoring. Learn how Google Cloud Operations for Google Kubernetes Engine (GKE), Amazon Elastic Kubernetes Services (EKS), Microsoft Azure Kubernetes Services (AKS), and Kubernetes handle logging and monitoring. On a practical front, use klog to generate log messages, debug issues with Kubernetes audit logs, pull events using kubectl, use Fluentd to log information, Elasticsearch to monitor your Kubernetes applications, and Kibana to log and collect time series analytics. When you're done, you'll be able to implement logging and monitoring into your Kubernetes application development processes.

Final Exam: Advanced Kubernetes Concepts and Practices

Final Exam: Advanced Kubernetes Concepts and Practices will test your knowledge and application of the topics presented throughout the Advanced Kubernetes Concepts and Practices track of the Skillsoft Aspire Building Advanced Kubernetes Skills Journey.

Can You Create Objects in a Kubernetes Cluster? [Adaptive]

In this Challenge Lab, you will create cluster objects in a Kubernetes cluster by using imperative and declarative methods. First, you will create a pod, and then you will create a deployment by using imperative commands. Next, you will generate a pod definition .yaml file, and then you will create a pod by using declarative commands. Finally, you will generate a Deployment definition .yaml file, and then you will create a Deployment by using declarative commands. Note: Once you begin the Challenge Lab, you will not be able to pause, save, or return to your Challenge Lab. Please ensure that you have set aside enough time to complete the Challenge Lab before you start.

Can You Install and Configure a Kubernetes Cluster? [Advanced]

In this challenge, you will install and configure a Kubernetes cluster. First, you will install the Docker and Kubernetes cluster components. Next, you will initialize the Kubernetes cluster, and then you will join worker nodes to the cluster. Finally, you will configure cluster admin privileges, and then you will install a cluster overlay network plug-in. Note: Once you begin a challenge you will not be able to pause, save, or return to your progress. Please ensure you have set aside enough time to complete the challenge before you start.

Can You Manage Pod Scheduling in a Kubernetes Cluster? [Advanced]

In this challenge, you will manage pod scheduling in a Kubernetes cluster by using nodeSelector and node affinity rules. First, you will create a Deployment that schedules pods by using the Kubernetes nodeSelector feature. Next, you will schedule a pod by using a required node affinity. Finally, you will schedule a pod by using a preferred node affinity. Note: Once you begin the challenge lab, you will not be able to pause, save, or exit and then return to your challenge lab. Please ensure that you have set aside enough time to complete the challenge lab before you start.

Can You Manage Resources in a Kubernetes Cluster? [Adaptive]

In this Challenge Lab, you will manage resources in a Kubernetes cluster. First, you will create a namespace, and then you will create a pod ReplicaSet in the namespace. Next, you will create a Deployment in a namespace, and then you will update a Deployment. Finally, you will roll back a Deployment to its previous state, and then you will delete a namespace. Note: Once you begin the Challenge Lab, you will not be able to pause, save, or return to your Challenge Lab. Please ensure that you have set aside enough time to complete the Challenge Lab before you start.

Can You Deploy a Kubernetes Cluster? [Expert]

In this challenge, you will deploy resources in a Kubernetes cluster. First, you will retrieve information about the cluster. Next, you will create cluster resources, and then you will organize cluster resources in a namespace. Finally, you will update cluster resources, and then you will roll back a Deployment. Note: Once you begin a challenge you will not be able to pause, save, or return to your progress. Please ensure you have set aside enough time to complete the challenge before you start.

Kenmerken

Engels (US)
26 uur
Kubernetes
180 dagen online toegang
HBO

Meer informatie

Extra product informatie 0
Doelgroep Softwareontwikkelaar
Voorkennis

Je moet bekend zijn met Kubernetes en enige ervaring hebben met het configureren en implementeren van Kubernetes-oplossingen.

resultaat

Na afronding van deze training heb je een diepgaand inzicht in Kubernetes en clusterbeheer. Met Kubernetes kan je applicaties maken, beheren en schalen. Je beheerst het pakketbeheer en het gebruik van verschillende Kubernetes pakketbeheerders. Bovendien ben je goed thuis in logboekregistratie en monitoring, waardoor je verzekerd bent van een soepele werking van jouw Kubernetes-applicaties.

Positieve reacties van cursisten

Ontwikkel je tot data analist

Service is echt heel goed. Snel, klantvriendelijk, weten waar ze over praten en denken met je mee met oplossingen. Daarnaast hebben ze ook een goed leerplatform om je studie te volgen en na elke module een korte toets om te zien hoeveel je ervan heb begrepen en je kan de status zien hoeveel tijd je hebt besteed aan je studie. Ik waardeer ze enorm en ik raad elke ICT'er aan om met hen in zee te gaan om je studie te volgen.

- Emilio Jones

Training: Introduction to SQL

Eén training geprobeerd en deze naar tevredenheid gevolgd. Een module werkte in eerste instantie niet, maar na contact opgenomen te hebben met klantenservice kreeg ik snel antwoord met een oplossing.

- Lars van der Spek

Training: Certified Ethical Hacker (CEHv12) - incl. examen

Eerste keer dat ik een online training heb gedaan en zou zo weer een training volgen via icttraningen.nl

- Jerry Jialal

Training: Microsoft Managing Modern Desktops (exam MD-101)

Het resultaat van de groep is absoluut bevredigend. Ik ga in ieder geval geen ander meer bellen.

- Antoine Evertze, Sales Engineer bij Chubb

Training: PRINCE2® 6e editie Foundation- incl. examen

Als er wat is staan ze altijd voor me klaar. Ik word meteen geholpen als ik bel.

- E. Zeijlmans, P&O adviseur bij Parnassia Groep

Training: ITIL® 4 Foundation - incl. examen

Wij zijn gebaat bij mensen die bijblijven in hun vakgebied en continu getriggerd worden.

- W. van Uijthoven, IT manager bij gemeente Arnhem

Training: Excel 2013 Compleet

Ik heb al eens eerder een training gehad via icttrainingen.nl en dat was een erg leerzame, leuke ervaring. Nu heb ik via het werk een online cursus en deze lijkt tot nu toe ook erg leerzaam.

- Michelle Brierley

Hoe gaat het te werk?

1

Training bestellen

Nadat je de training hebt besteld krijg je bevestiging per e-mail.

2

Toegang leerplatform

In de e-mail staat een link waarmee je toegang krijgt tot ons leerplatform.

3

Direct beginnen

Je kunt direct van start. Studeer vanaf nu waar en wanneer jij wilt.

4

Training afronden

Rond de training succesvol af en ontvang van ons een certificaat!

Veelgestelde vragen

Veelgestelde vragen

Op welke manieren kan ik betalen?

Je kunt bij ons betalen met iDEAL, PayPal, Creditcard, Bancontact en op factuur. Betaal je op factuur, dan kun je met de training starten zodra de betaling binnen is.

Hoe lang heb ik toegang tot de training?

Dit verschilt per training, maar meestal 180 dagen. Je kunt dit vinden onder het kopje ‘Kenmerken’.

Waar kan ik terecht als ik vragen heb?

Je kunt onze Learning & Development collega’s tijdens kantoortijden altijd bereiken via support@icttrainingen.nl of telefonisch via 026-8402941.

Background Frame
Background Frame

Onbeperkt leren

Met ons Unlimited concept kun je onbeperkt gebruikmaken van de trainingen op de website voor een vast bedrag per maand.

Bekijk de voordelen

Heb je nog twijfels?

Of gewoon een vraag over de training? Blijf er vooral niet mee zitten. We helpen je graag verder. Daar zijn we voor!

Contactopties