资源详情

返回首页 | 相关搜索
Udemy - The Definitive Helm Course From Beginner to Master
大小 6.04 GB
文件数 88
Info Hash: A4BC28E5B137E8B6879AFDD4A81B7448710C019D
收录时间 2025-12-20 02:57:07
更新时间 2025-12-20 02:57:07
文件列表 (88)
8 - Managing Chart Dependencies/9 -Integrate PostgreSQL into our Kubernetes resources.mp4
217.02 MB
1 - Introduction/2 -How to make the most of this course.mp4
51.37 MB
1 - Introduction/3 -Aligning expectations.mp4
11.08 MB
1 - Introduction/4 - Course resources.html
741 B
1 - Introduction/4 -helm-slides.pdf
864.37 KB
2 - What is Helm/1 -Section introduction.mp4
2.87 MB
2 - What is Helm/2 -The role of Helm in Kubernetes.mp4
51.91 MB
2 - What is Helm/3 -Benefits of using Helm.mp4
53.34 MB
2 - What is Helm/4 -Helm vs. Kustomize.mp4
43.36 MB
2 - What is Helm/5 -Helm architecture.mp4
29.62 MB
3 - Installing Tools/1 -[Windows Users] Installing Windows Subsystem for Linux (WSL).mp4
39.08 MB
3 - Installing Tools/2 -[Windows Users] Windows Subsystem for Linux Features.mp4
51.19 MB
3 - Installing Tools/3 -Installing Minikube.mp4
19.52 MB
3 - Installing Tools/4 -Installing Kubectl.mp4
29.43 MB
3 - Installing Tools/5 -Installing Helm.mp4
24.88 MB
3 - Installing Tools/6 -Installing and configuring VS Code.mp4
44.29 MB
4 - Helm Fundamentals/1 -Section introduction.mp4
5.42 MB
4 - Helm Fundamentals/2 -Exploring ArtifactHub.mp4
88.3 MB
4 - Helm Fundamentals/3 -Managing Helm repositories with the Helm CLI.mp4
116.31 MB
4 - Helm Fundamentals/4 -Installing the Wordpress Helm chart.mp4
79.89 MB
4 - Helm Fundamentals/5 -Exploring the default Wordpress chart configuration.mp4
71.9 MB
4 - Helm Fundamentals/6 -Uninstalling Helm charts.mp4
35.45 MB
4 - Helm Fundamentals/7 -Cleaning up Kubernetes resources.mp4
74.94 MB
4 - Helm Fundamentals/8 -Setting custom values via the Helm CLI.mp4
93.75 MB
4 - Helm Fundamentals/9 -Setting custom values via files.mp4
104.13 MB
4 - Helm Fundamentals/10 -Upgrading Helm releases Setting new values.mp4
75.69 MB
4 - Helm Fundamentals/11 -Upgrading Helm releases Setting new chart versions.mp4
39.09 MB
4 - Helm Fundamentals/12 -Rollbacks in Helm.mp4
61.07 MB
4 - Helm Fundamentals/13 -Upgrading Helm releases Useful CLI flags.mp4
125.36 MB
5 - Creating Our Own Helm Charts/1 -Section introduction.mp4
5.52 MB
5 - Creating Our Own Helm Charts/2 -Why create our own charts.mp4
15.77 MB
5 - Creating Our Own Helm Charts/3 -Helm chart structure and files.mp4
39.76 MB
5 - Creating Our Own Helm Charts/4 -Creating our first Helm chart.mp4
81.62 MB
5 - Creating Our Own Helm Charts/5 -Introduction to Go Templates Part 1.mp4
74.16 MB
5 - Creating Our Own Helm Charts/6 -Introduction to Go Templates Part 2.mp4
63.21 MB
5 - Creating Our Own Helm Charts/7 -Introduction to Go Templates Part 3.mp4
37 MB
5 - Creating Our Own Helm Charts/8 -Adding first values to our values.yaml file.mp4
86.01 MB
5 - Creating Our Own Helm Charts/9 -Using release and chart information in templates.mp4
81.92 MB
5 - Creating Our Own Helm Charts/10 -Conditionally deploy Kubernetes resources.mp4
35.17 MB
5 - Creating Our Own Helm Charts/11 -Packaging our Helm chart.mp4
39.12 MB
5 - Creating Our Own Helm Charts/12 -Publishing our Helm chart with GitHub Pages.mp4
68.04 MB
5 - Creating Our Own Helm Charts/13 -Installing our newly published Helm chart.mp4
29.3 MB
5 - Creating Our Own Helm Charts/14 -Leveraging the Helm CLI for creating new charts.mp4
48.05 MB
5 - Creating Our Own Helm Charts/15 -Recap Building, packaging, and publishing Helm charts.mp4
13.75 MB
6 - Go Template Deep-Dive/1 -Section introduction.mp4
4.94 MB
6 - Go Template Deep-Dive/2 -Template functions and pipelines.mp4
158.23 MB
6 - Go Template Deep-Dive/3 -Named templates.mp4
160.26 MB
6 - Go Template Deep-Dive/4 -If and If-Else statements.mp4
67.23 MB
6 - Go Template Deep-Dive/5 -Variables.mp4
85.89 MB
6 - Go Template Deep-Dive/6 -Variables' Scopes.mp4
49.37 MB
6 - Go Template Deep-Dive/7 -Using range to iterate over lists.mp4
120.57 MB
6 - Go Template Deep-Dive/8 -Using range to iterate over dictionaries.mp4
52.24 MB
6 - Go Template Deep-Dive/9 -Understanding the dot variable.mp4
63.33 MB
6 - Go Template Deep-Dive/10 -Using with blocks.mp4
116.02 MB
6 - Go Template Deep-Dive/11 -Validation functions.mp4
155.76 MB
6 - Go Template Deep-Dive/12 -Implementing custom validation logic.mp4
153.16 MB
7 - [Optional] Coding a Key-Value Store API/1 -Project setup.mp4
53.47 MB
7 - [Optional] Coding a Key-Value Store API/2 -Express app setup.mp4
120.9 MB
7 - [Optional] Coding a Key-Value Store API/3 -PostgreSQL setup.mp4
79.5 MB
7 - [Optional] Coding a Key-Value Store API/4 -Implement API routes.mp4
210.04 MB
7 - [Optional] Coding a Key-Value Store API/5 -Testing, building, and pushing the Docker images.mp4
78.46 MB
8 - Managing Chart Dependencies/1 -Section introduction.mp4
3.55 MB
8 - Managing Chart Dependencies/2 -What are Subcharts.mp4
28.58 MB
8 - Managing Chart Dependencies/3 -Bootstrap the Config Store Helm chart.mp4
127.26 MB
8 - Managing Chart Dependencies/4 -Add PostgreSQL subchart as chart dependency.mp4
96.51 MB
8 - Managing Chart Dependencies/5 -Passing values from parent to subchart.mp4
121.22 MB
8 - Managing Chart Dependencies/6 -Global values.mp4
107.17 MB
8 - Managing Chart Dependencies/7 -Including names templates from subchart in parent chart.mp4
80.65 MB
8 - Managing Chart Dependencies/8 -Conditionally enabling subcharts.mp4
57.01 MB
1 - Introduction/1 -Welcome to the course!.mp4
27.42 MB
9 - Advanced Topics/1 -Section introduction.mp4
7 MB
9 - Advanced Topics/2 -Accessing files Introduction.mp4
67.54 MB
9 - Advanced Topics/3 -Accessing files Glob patterns.mp4
55.01 MB
9 - Advanced Topics/4 -Accessing files ConfigMap and Secret utilities.mp4
25.9 MB
9 - Advanced Topics/5 -Chart hooks Introduction.mp4
32.97 MB
9 - Advanced Topics/6 -Chart hooks Working with hooks.mp4
120.34 MB
9 - Advanced Topics/7 -Chart hooks Hook weights.mp4
75.89 MB
9 - Advanced Topics/8 -Chart hooks Handling hook failures.mp4
140.77 MB
9 - Advanced Topics/9 -Chart hooks Cluster cleanup.mp4
13.54 MB
9 - Advanced Topics/10 -Library charts.mp4
127 MB
9 - Advanced Topics/11 -Test hook Introduction.mp4
84.96 MB
9 - Advanced Topics/12 -Test hook Extract and decouple testing script.mp4
70.36 MB
9 - Advanced Topics/13 -Test hook Update templates and Kubernetes resources.mp4
71.31 MB
9 - Advanced Topics/14 -Test hook Add configuration values to values.yaml.mp4
146.19 MB
9 - Advanced Topics/15 -Helm plugins Helm Dashboard.mp4
114.97 MB
9 - Advanced Topics/16 -Helm plugins Helm Diff.mp4
106.5 MB
9 - Advanced Topics/17 -Helm plugins Helm Unittest.mp4
187.74 MB
10 - Conclusion/1 - Congratulations!.html
425 B

免责声明

本网站仅提供DHT网络资源索引服务,不存储任何资源文件。所有资源均来自DHT网络,本站无法控制其内容。请遵守当地法律法规,合理使用网络资源。如涉及版权问题,请联系 fuckatgfw@protonmail.com。