Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/labex-labs/kubernetes-free-tutorials

[Kubernetes Free Tutorials]-Kubernetes is an open-source container orchestration system for automating deployment, scaling, and management of containerized applications. In this skill tree, you'll learn how to use Kubernetes to deploy and manage applications on a cluster of machines.
https://github.com/labex-labs/kubernetes-free-tutorials

List: kubernetes-free-tutorials

awesome awesome-list education free free-tutorials hands-on kubernetes labex programming tutorials

Last synced: about 1 month ago
JSON representation

[Kubernetes Free Tutorials]-Kubernetes is an open-source container orchestration system for automating deployment, scaling, and management of containerized applications. In this skill tree, you'll learn how to use Kubernetes to deploy and manage applications on a cluster of machines.

Awesome Lists containing this project

README

        

# Kubernetes Free Tutorials



Kubernetes is an open-source container orchestration system for automating deployment, scaling, and management of containerized applications. In this skill tree, you'll learn how to use Kubernetes to deploy and manage applications on a cluster of machines.

| Index | Name | Difficulty | Tutorial Link |
|---------|-------------------------------------------------------------------------------------------------------------------------------------------------|--------------|------------------------------------------------------------------------------------------------------|
| 01 | [📖 Your First Kubernetes Lab](https://labex.io/tutorials/kubernetes-your-first-kubernetes-lab-92733) | ★☆☆ | [🔗 View](https://labex.io/tutorials/kubernetes-your-first-kubernetes-lab-92733) |
| 02 | [📖 Display Cluster Info](https://labex.io/tutorials/kubernetes-display-cluster-info-8426) | ★☆☆ | [🔗 View](https://labex.io/tutorials/kubernetes-display-cluster-info-8426) |
| 03 | [📖 Examine Nodes with Kubectl](https://labex.io/tutorials/kubernetes-examine-nodes-with-kubectl-9790) | ★☆☆ | [🔗 View](https://labex.io/tutorials/kubernetes-examine-nodes-with-kubectl-9790) |
| 04 | [📖 Kubernetes Client and Server Version](https://labex.io/tutorials/kubernetes-kubernetes-client-and-server-version-9197) | ★☆☆ | [🔗 View](https://labex.io/tutorials/kubernetes-kubernetes-client-and-server-version-9197) |
| 05 | [📖 Running Containers in Pods](https://labex.io/tutorials/kubernetes-running-containers-in-pods-14998) | ★☆☆ | [🔗 View](https://labex.io/tutorials/kubernetes-running-containers-in-pods-14998) |
| 06 | [📖 Scaling and Managing Pods with Deployments](https://labex.io/tutorials/kubernetes-scaling-and-managing-pods-with-deployments-9675) | ★☆☆ | [🔗 View](https://labex.io/tutorials/kubernetes-scaling-and-managing-pods-with-deployments-9675) |
| 07 | [📖 Connecting Pods with Kubernetes Services](https://labex.io/tutorials/kubernetes-connecting-pods-with-kubernetes-services-15815) | ★☆☆ | [🔗 View](https://labex.io/tutorials/kubernetes-connecting-pods-with-kubernetes-services-15815) |
| 08 | [📖 Networking With Ingress on Kubernetes](https://labex.io/tutorials/kubernetes-networking-with-ingress-on-kubernetes-9681) | ★☆☆ | [🔗 View](https://labex.io/tutorials/kubernetes-networking-with-ingress-on-kubernetes-9681) |
| 09 | [📖 Isolating Workloads With Namespaces](https://labex.io/tutorials/kubernetes-isolating-workloads-with-namespaces-9199) | ★★☆ | [🔗 View](https://labex.io/tutorials/kubernetes-isolating-workloads-with-namespaces-9199) |
| 10 | [📖 Configuring Apps with Secrets](https://labex.io/tutorials/kubernetes-configuring-apps-with-secrets-8448) | ★☆☆ | [🔗 View](https://labex.io/tutorials/kubernetes-configuring-apps-with-secrets-8448) |
| 11 | [📖 Storing Application Data with Persistentvolumes](https://labex.io/tutorials/kubernetes-storing-application-data-with-persistentvolumes-9685) | ★★☆ | [🔗 View](https://labex.io/tutorials/kubernetes-storing-application-data-with-persistentvolumes-9685) |
| 12 | [📖 Kubernetes Create Command](https://labex.io/tutorials/kubernetes-kubernetes-create-command-8506) | ★☆☆ | [🔗 View](https://labex.io/tutorials/kubernetes-kubernetes-create-command-8506) |
| 13 | [📖 Kubernetes Expose Command](https://labex.io/tutorials/kubernetes-kubernetes-expose-command-8452) | ★☆☆ | [🔗 View](https://labex.io/tutorials/kubernetes-kubernetes-expose-command-8452) |
| 14 | [📖 Kubernetes Run Command](https://labex.io/tutorials/kubernetes-kubernetes-run-command-8456) | ★☆☆ | [🔗 View](https://labex.io/tutorials/kubernetes-kubernetes-run-command-8456) |
| 15 | [📖 Kubernetes Set Command](https://labex.io/tutorials/kubernetes-kubernetes-set-command-8424) | ★☆☆ | [🔗 View](https://labex.io/tutorials/kubernetes-kubernetes-set-command-8424) |
| 16 | [📖 Kubernetes Cluster Architecture Exploration](https://labex.io/tutorials/kubernetes-kubernetes-cluster-architecture-exploration-8450) | ★☆☆ | [🔗 View](https://labex.io/tutorials/kubernetes-kubernetes-cluster-architecture-exploration-8450) |
| 17 | [📖 Running Pod with Daemonsets](https://labex.io/tutorials/kubernetes-running-pod-with-daemonsets-8454) | ★☆☆ | [🔗 View](https://labex.io/tutorials/kubernetes-running-pod-with-daemonsets-8454) |
| 18 | [📖 Scheduing with Node Affinity](https://labex.io/tutorials/kubernetes-scheduing-with-node-affinity-18468) | ★☆☆ | [🔗 View](https://labex.io/tutorials/kubernetes-scheduing-with-node-affinity-18468) |
| 19 | [📖 Scheduing with Node Selectors](https://labex.io/tutorials/kubernetes-scheduing-with-node-selectors-15001) | ★☆☆ | [🔗 View](https://labex.io/tutorials/kubernetes-scheduing-with-node-selectors-15001) |
| 20 | [📖 Modify Kubeconfig Files](https://labex.io/tutorials/kubernetes-modify-kubeconfig-files-11297) | ★☆☆ | [🔗 View](https://labex.io/tutorials/kubernetes-modify-kubeconfig-files-11297) |
| 21 | [📖 Role-Based Access Control on Kubernetes](https://labex.io/tutorials/kubernetes-role-based-access-control-on-kubernetes-9203) | ★★☆ | [🔗 View](https://labex.io/tutorials/kubernetes-role-based-access-control-on-kubernetes-9203) |
| 22 | [📖 Kubernetes Proxy Command](https://labex.io/tutorials/kubernetes-kubernetes-proxy-command-8097) | ★☆☆ | [🔗 View](https://labex.io/tutorials/kubernetes-kubernetes-proxy-command-8097) |
| 23 | [📖 Kubernetes Logs Command](https://labex.io/tutorials/kubernetes-kubernetes-logs-command-8099) | ★☆☆ | [🔗 View](https://labex.io/tutorials/kubernetes-kubernetes-logs-command-8099) |
| 24 | [📖 Using HorizontalPodAutoscaler in Kubernetes](https://labex.io/tutorials/kubernetes-using-horizontalpodautoscaler-in-kubernetes-34031) | ★★☆ | [🔗 View](https://labex.io/tutorials/kubernetes-using-horizontalpodautoscaler-in-kubernetes-34031) |
| 25 | [📖 Kubernetes Cordon and Uncordon Command](https://labex.io/tutorials/kubernetes-kubernetes-cordon-and-uncordon-command-9664) | ★☆☆ | [🔗 View](https://labex.io/tutorials/kubernetes-kubernetes-cordon-and-uncordon-command-9664) |
| 26 | [📖 Kubernetes Dashboard Deployment and Management](https://labex.io/tutorials/kubernetes-kubernetes-dashboard-deployment-and-management-15042) | ★★☆ | [🔗 View](https://labex.io/tutorials/kubernetes-kubernetes-dashboard-deployment-and-management-15042) |
| 27 | [📖 Kubernetes Display Resource Usage](https://labex.io/tutorials/kubernetes-kubernetes-display-resource-usage-11358) | ★☆☆ | [🔗 View](https://labex.io/tutorials/kubernetes-kubernetes-display-resource-usage-11358) |
| 28 | [📖 Kubernetes Taint Command](https://labex.io/tutorials/kubernetes-kubernetes-taint-command-9195) | ★☆☆ | [🔗 View](https://labex.io/tutorials/kubernetes-kubernetes-taint-command-9195) |
| 29 | [📖 Kubernetes Describe Command](https://labex.io/tutorials/kubernetes-kubernetes-describe-command-8101) | ★☆☆ | [🔗 View](https://labex.io/tutorials/kubernetes-kubernetes-describe-command-8101) |
| 30 | [📖 Kubernetes Resource Quota Management](https://labex.io/tutorials/kubernetes-kubernetes-resource-quota-management-15823) | ★☆☆ | [🔗 View](https://labex.io/tutorials/kubernetes-kubernetes-resource-quota-management-15823) |
| 31 | [📖 Containerprobe in Kubernetes](https://labex.io/tutorials/kubernetes-containerprobe-in-kubernetes-12263) | ★★☆ | [🔗 View](https://labex.io/tutorials/kubernetes-containerprobe-in-kubernetes-12263) |
| 32 | [📖 Kubernetes LimitRange Resource Management](https://labex.io/tutorials/kubernetes-kubernetes-limitrange-resource-management-15819) | ★☆☆ | [🔗 View](https://labex.io/tutorials/kubernetes-kubernetes-limitrange-resource-management-15819) |
| 33 | [📖 Kubernetes Exec Command](https://labex.io/tutorials/kubernetes-kubernetes-exec-command-8502) | ★☆☆ | [🔗 View](https://labex.io/tutorials/kubernetes-kubernetes-exec-command-8502) |
| 34 | [📖 Run Pods with Jobs and Cronjobs](https://labex.io/tutorials/kubernetes-run-pods-with-jobs-and-cronjobs-11300) | ★☆☆ | [🔗 View](https://labex.io/tutorials/kubernetes-run-pods-with-jobs-and-cronjobs-11300) |
| 35 | [📖 Kubernetes Annotate Command](https://labex.io/tutorials/kubernetes-kubernetes-annotate-command-9679) | ★☆☆ | [🔗 View](https://labex.io/tutorials/kubernetes-kubernetes-annotate-command-9679) |
| 36 | [📖 Use Statefulsets Controller](https://labex.io/tutorials/kubernetes-use-statefulsets-controller-9205) | ★☆☆ | [🔗 View](https://labex.io/tutorials/kubernetes-use-statefulsets-controller-9205) |
| 37 | [📖 Kubernetes Port Forward Command](https://labex.io/tutorials/kubernetes-kubernetes-port-forward-command-18494) | ★☆☆ | [🔗 View](https://labex.io/tutorials/kubernetes-kubernetes-port-forward-command-18494) |
| 38 | [📖 Configuring Apps with Configmaps](https://labex.io/tutorials/kubernetes-configuring-apps-with-configmaps-9689) | ★☆☆ | [🔗 View](https://labex.io/tutorials/kubernetes-configuring-apps-with-configmaps-9689) |
| 39 | [📖 Taints and Tolerations](https://labex.io/tutorials/kubernetes-taints-and-tolerations-34029) | ★☆☆ | [🔗 View](https://labex.io/tutorials/kubernetes-taints-and-tolerations-34029) |

## More Free Tutorials

- [Practice Linux Free Tutorials](https://github.com/labex-labs/linux-free-tutorials)
- [Practice Python Free Tutorials](https://github.com/labex-labs/python-free-tutorials)
- [Practice DevOps Free Tutorials](https://github.com/labex-labs/devops-free-tutorials)
- [Practice Web Development Free Tutorials](https://github.com/labex-labs/web-development-free-tutorials)
- [Practice Data Science Free Tutorials](https://github.com/labex-labs/data-science-free-tutorials)
- [Practice Big Data Free Tutorials](https://github.com/labex-labs/bigdata-free-tutorials)
- [Practice Cyber Security Free Tutorials](https://github.com/labex-labs/cysec-free-tutorials)
- [Practice Machine Learning Free Tutorials](https://github.com/labex-labs/ml-free-tutorials)
- [Practice Docker Free Tutorials](https://github.com/labex-labs/docker-free-tutorials)
- [Practice Kubernetes Free Tutorials](https://github.com/labex-labs/kubernetes-free-tutorials)
- [Practice Git Free Tutorials](https://github.com/labex-labs/git-free-tutorials)
- [Practice Ansible Free Tutorials](https://github.com/labex-labs/ansible-free-tutorials)
- [Practice Jenkins Free Tutorials](https://github.com/labex-labs/jenkins-free-tutorials)
- [Practice Shell Free Tutorials](https://github.com/labex-labs/shell-free-tutorials)
- [Practice Java Free Tutorials](https://github.com/labex-labs/java-free-tutorials)
- [Practice Hadoop Free Tutorials](https://github.com/labex-labs/hadoop-free-tutorials)
- [Practice C++ Free Tutorials](https://github.com/labex-labs/cpp-free-tutorials)
- [Practice C Free Tutorials](https://github.com/labex-labs/c-free-tutorials)
- [Practice MySQL Free Tutorials](https://github.com/labex-labs/mysql-free-tutorials)
- [Practice Go Free Tutorials](https://github.com/labex-labs/go-free-tutorials)
- [Practice Rust Free Tutorials](https://github.com/labex-labs/rust-free-tutorials)
- [Practice OpenCV Free Tutorials](https://github.com/labex-labs/opencv-free-tutorials)
- [Practice Django Free Tutorials](https://github.com/labex-labs/django-free-tutorials)
- [Practice Pandas Free Tutorials](https://github.com/labex-labs/pandas-free-tutorials)
- [Practice NumPy Free Tutorials](https://github.com/labex-labs/numpy-free-tutorials)
- [Practice scikit-learn Free Tutorials](https://github.com/labex-labs/sklearn-free-tutorials)
- [Practice Matplotlib Free Tutorials](https://github.com/labex-labs/matplotlib-free-tutorials)
- [Practice Algorithm Free Tutorials](https://github.com/labex-labs/algorithm-free-tutorials)
- [Practice HTML Free Tutorials](https://github.com/labex-labs/html-free-tutorials)
- [Practice CSS Free Tutorials](https://github.com/labex-labs/css-free-tutorials)
- [Practice JavaScript Free Tutorials](https://github.com/labex-labs/javascript-free-tutorials)
- [Practice React Free Tutorials](https://github.com/labex-labs/react-free-tutorials)
- [Practice jQuery Free Tutorials](https://github.com/labex-labs/jquery-free-tutorials)

## More

- 🔗 [Kubernetes Programming Courses](https://github.com/labex-labs/awesome-programming-courses)
- 🔗 [Kubernetes Programming Projects](https://github.com/labex-labs/awesome-programming-projects)