5MinStudy
Loading...
Loading...
An introduction to Kubernetes and its core concepts.
Learn about the high-level architecture of a Kubernetes cluster.
Learn about the different ways to set up a Kubernetes cluster.
Learn about Pods, the smallest deployable units of computing that you can create and manage in Kubernetes.
Learn how to use Services to expose your applications running on a set of Pods.
Learn how to manage your application deployments with Kubernetes Deployments.
Learn how to use ReplicaSets to ensure that a specified number of Pod replicas are running at any given time.
Learn how to use Namespaces to organize and isolate cluster resources.
Learn how to use ConfigMaps and Secrets to manage configuration data and sensitive information.
Learn how to manage persistent storage for your stateful applications in Kubernetes.
Learn how to expose your services to the outside world with Ingress and manage network policies.
Learn how to control which nodes your Pods are scheduled on using taints and tolerations.
Learn how to secure your cluster and applications using Role-Based Access Control (RBAC).
Learn how to manage your Kubernetes applications with Helm, the package manager for Kubernetes.
Learn how to monitor the health of your cluster and applications, and how to effectively manage logs.
Learn how to troubleshoot common issues in your Kubernetes cluster.
Learn about some of the more advanced topics in Kubernetes.
Learn how companies are using Kubernetes to solve real-world problems.
Prepare for your next interview with this list of common Kubernetes questions and answers.