Aspire Journeys

Building Advanced Kubernetes Skills

  • 14 Courses | 17h 48m 8s
  • 14 Labs | 12h
Rating 5.0 of 1 users Rating 5.0 of 1 users (1)
Welcome to the Building Advanced Kubernetes Skills journey. For this journey, we assume that the learner is familiar with Kubernetes and has either been through the beginning and intermediate training or has some experience configuring and deploying Kubernetes solutions. At the end of this journey, the learner will advance their skills in various Kubernetes technologies. The Building Advanced Kubernetes Skills Proficiency Aspire Journey will focus primarily on developer resources, including front and back-end developers, full stack developers, and product/project managers. The latter primarily providing resourcing and project guidance.

Track 1: Advanced Kubernetes Concepts and Practices

In this track of the Building Advanced Kubernetes Skills Skillsoft Aspire journey, the focus will be on advanced Kubernetes concepts and scaling Kubernetes solutions.

  • 7 Courses | 9h 5m 48s
  • 13 Labs | 11h 15m

Track 2: Advanced Kubernetes Skills

In this track of the Building Advanced Kubernetes Skills Skillsoft Aspire journey, the focus will be on advanced Kubernetes networking practices, advanced Kubernetes security practices, and practical Kubernetes extentions.

  • 7 Courses | 8h 42m 20s
  • 1 Lab | 45m

COURSES INCLUDED

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.
15 videos | 1h 24m has Assessment available Badge
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.
14 videos | 1h 37m has Assessment available Badge
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.
14 videos | 1h 22m has Assessment available Badge
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.
14 videos | 1h 37m has Assessment available Badge
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.
14 videos | 1h 27m has Assessment available Badge
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.
15 videos | 1h 35m has Assessment available Badge
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.
1 video | 32s has Assessment available Badge

COURSES INCLUDED

Kubernetes Networking: Advanced Networking
Kubernetes is an open-source container-orchestration system used to deploy, scale, and manage computer applications automatically. To use Kubernetes effectively requires configuring the network to be secure and efficient. With this course, learn how to conduct advanced Kubernetes networking tasks. Learn to distinguish Kubernetes networking from its legacy ancestors and other platforms. Examine the basics of Kubernetes networking, including IP address management and routing. Learn how to perform monitoring and logging. Then, explore Kubernetes pods, Container Networking Interface, and the role of Kube-router in load balancing. As you advance, learn about network security considerations and how network policies can differ between cloud-based and on-premises deployments. Upon course completion, you'll have a solid theoretical knowledge of Kubernetes networking activities and be ready to move on to some more advanced practices.
14 videos | 1h 11m has Assessment available Badge
Kubernetes Networking: Advanced Kubernetes Practices
Several advanced practices can be followed to leverage the full power and rich features of Kubernetes. Among these are those that help take advantage of features, options, and plugins for configuring Kubernetes networking to run efficiently and securely. Take this theoretical and practical course to learn about some of the chief Kubernetes networking components and the features of container network interface (CNI) plugins that implement the Kubernetes networking model. Practice along with demonstrations configuring Flannel and Multus CNI plugins to enable advanced multi-homed pods in Kubernetes. Learn how Kubernetes leverages iptables and routing tables for managing traffic and how load balancing is implemented on Kubernetes clusters. Furthermore, practice configuring network ingress and load balancing in Kubernetes. When you've completed this course, you'll have advanced your Kubernetes networking skills both in theory and in practice.
14 videos | 1h 14m has Assessment available Badge
Advanced Kubernetes Skills: Security Considerations
While Kubernetes introduces many capabilities, if developers aren't prudent, it can also introduce security risks. Use this course to learn the top security considerations with Kubernetes deployments and how to tackle them. Explore traditional application security as well as the 4C's of cloud-native security. Investigate the most crucial security concerns when migrating to the cloud. See the security vulnerabilities related to Kubernetes clusters, containers, scalability, and automation as well as those related to software code. Moving on, discover the security features in Amazon Elastic Kubernetes Service and Azure Kubernetes Service. Learn how Packer and Ansible can be used to security-harden your Kubernetes deployments and Calico to manage security policies. Also, explore several security design patterns. Upon completion, you'll be able to ensure your Kubernetes deployments pose a low-security risk to your organization.
14 videos | 1h 41m has Assessment available Badge
Advanced Kubernetes Skills: Designing & Building Kubernetes Solutions
If the security of your containerized systems and networks is important to you, then you need to implement appropriate security measures throughout the design and build of your Kubernetes solutions. Use this course to learn how to do this. Examine common Kubernetes security issues and exploits. Learn how Pods and clusters are secured. Additionally, explore security considerations and procedures related to Kubernetes deployments and the Kubernetes API. As you advance, learn how to audit a Kubernetes-based deployment, determine security risks, and design a security plan for new deployments. Practice configuring a security context and security policy for a Pod. Use role-based access control with Kubernetes. And restrict a container's access to resources by using AppArmor. Upon completion, you'll be able to greatly reduce your Kubernetes environment's vulnerability to unauthorized access and security attacks.
14 videos | 1h 53m has Assessment available Badge
Extending Kubernetes: Kubernetes Extension Principles
Kubernetes provides several methods for augmenting functionality through addons, plugins, and API extensions. If you work with Kubernetes, knowing how to extend it will elevate its power. Use this thorough course to learn why and how to extend Kubernetes. Examine operators and the operator pattern. Explore how Kubernetes controllers function relative to customization and extensions. And investigate the Kubernetes object model, controller objects, API extensions, user types, resources, and access extensions. Next, learn about the Kubernetes API and infrastructure extensions. And discover several plugins and addons used to extend the functionality of Kubernetes. As you advance, practice extending the Kubernetes API, implementing multiple schedulers, and configuring an HTTP proxy server. Install a network plugin to extend Kubernetes. And show how device plugins are used. When you're done, you'll know the best way to extend Kubernetes for your needs.
15 videos | 1h 24m has Assessment available Badge
Extending Kubernetes: Implementing Kubernetes Extensions
Kubernetes provides an extensibility framework that can be used to provide new functions and features to the system. This allows Kubernetes to grow and provide custom functionality to this platform. Use this course to learn about specific methods for extending Kubernetes and follow practical demonstrations of how this is done. Begin by exploring methods for extending Kubernetes on the client side and server side. Learn how to extend Kubernetes using customer resource definitions and the Service Catalog. Discover how container platforms such as RedHat's OpenShift are used to provide additional functionality for Kubernetes. Moving on, practice how to install the Service Catalog using Helm, write and install kubectl plugins, perform debugging on pods, create and use CustomResourceDefinitions (CRDs), and create an application in the OpenShift platform using the command-line interface (CLI) and the web console interface. When you're done, you'll know the best ways to implement and leverage methods available for extending Kubernetes.
14 videos | 1h 17m has Assessment available Badge
Final Exam: Advanced Kubernetes Skills
Final Exam: Advanced Kubernetes Skills will test your knowledge and application of the topics presented throughout the Advanced Kubernetes Skills track of the Skillsoft Aspire Building Advanced Kubernetes Skills Journey.
1 video | 32s has Assessment available Badge

EARN A DIGITAL BADGE WHEN YOU COMPLETE THESE TRACKS

Skillsoft is providing you the opportunity to earn a digital badge upon successful completion on some of our courses, which can be shared on any social network or business platform.

Digital badges are yours to keep, forever.

YOU MIGHT ALSO LIKE

Rating 4.5 of 139 users Rating 4.5 of 139 users (139)
Rating 5.0 of 6 users Rating 5.0 of 6 users (6)
Rating 4.6 of 4717 users Rating 4.6 of 4717 users (4717)