搜索
为您找到约
658
个磁力链接/BT种子,耗时 1 毫秒。
排序:
相关程度
热度
文件大小
添加时间
最近访问
Kubernetes Network and Cluster Hardening
Lesson 1 Network Security Policies/004. 1.3 Segmentation.mp4
104.2 MB
Lesson 5 Restrict Access to Kubernetes API/005. 5.4 API Server Hardening.mp4
65.3 MB
Lesson 5 Restrict Access to Kubernetes API/006. 5.5 Verify Access Control Policies.mp4
54.8 MB
Lesson 3 Protect Node Metadata and Endpoints/004. 3.3 Node Metadata Protection.mp4
54.3 MB
Lesson 5 Restrict Access to Kubernetes API/004. 5.3 API Server Configuration.mp4
51.9 MB
Lesson 5 Restrict Access to Kubernetes API/003. 5.2 Kubernetes Access Control.mp4
44.6 MB
Lesson 4 Kubernetes Dashboard Security/003. 4.2 Dashboard Installation.mp4
42.1 MB
Lesson 1 Network Security Policies/003. 1.2 Pod Communication Policies.mp4
41.2 MB
Lesson 3 Protect Node Metadata and Endpoints/005. 3.4 Implement Kubelet Authentication.mp4
37.3 MB
Lesson 2 Properly Setup Ingress with TLS/005. 2.4 Testing Ingress Access.mp4
37.0 MB
Lesson 1 Network Security Policies/002. 1.1 Network Security Overview.mp4
34.6 MB
Lesson 6 Minimize External Access to the Network/003. 6.2 Finding Open Ports.mp4
32.0 MB
Lesson 3 Protect Node Metadata and Endpoints/003. 3.2 Network Policies.mp4
30.2 MB
Lesson 3 Protect Node Metadata and Endpoints/006. 3.5 Test Kubelet and Node Metadata Security.mp4
28.9 MB
Lesson 2 Properly Setup Ingress with TLS/004. 2.3 Ingress Security Options.mp4
27.9 MB
Lesson 6 Minimize External Access to the Network/005. 6.4 Test Host Firewall.mp4
27.7 MB
Lesson 3 Protect Node Metadata and Endpoints/002. 3.1 Understanding Kubelet.mp4
26.2 MB
Lesson 5 Restrict Access to Kubernetes API/002. 5.1 Kubernetes API Fundamentals.mp4
26.1 MB
Lesson 7 Verify Platform Binaries Before Deploying/004. 7.3 Verify Binary Checksum.mp4
25.4 MB
Lesson 4 Kubernetes Dashboard Security/004. 4.3 Role Based Access Control (RBAC).mp4
22.8 MB
[磁力链接]
添加时间:
2025-05-06
大小:
980.1 MB
最近下载:
2025-06-01
热度:
761
[ FreeCourseWeb.com ] Udemy - Helm 3 - Package Manager For Kubernetes
~Get Your Files Here !/13. Deep dive Chart Museum/1. Lets do some hands-on.mp4
151.7 MB
~Get Your Files Here !/3. HELM Basics/1. HELM Basics.mp4
124.0 MB
~Get Your Files Here !/14. Deploying Grafana with HELM/1. Grafana with HELM3.mp4
53.6 MB
~Get Your Files Here !/5. Chart deep dive/1. Lets dive into charts.mp4
47.0 MB
~Get Your Files Here !/8. Advance template with IF statement/1. Advance template with IF statement.mp4
43.6 MB
~Get Your Files Here !/7. Creating a template file and Access those templates/1. Creating a Template file and then accessing those Templates.mp4
30.8 MB
~Get Your Files Here !/15. Pull Grafana chart and play around/1. Grafana chart.mp4
27.7 MB
~Get Your Files Here !/6. How to work with multiple Values.yaml/1. Lets create our custom Values.yaml and use it.mp4
24.4 MB
~Get Your Files Here !/9. ELSE and ELSE IF statement/1. ELSE and ELSE IF statement.mp4
23.5 MB
~Get Your Files Here !/4. What if you stuck with some ERROR/1. ERROR.mp4
20.3 MB
~Get Your Files Here !/2. Setup/1. Setup your machine.mp4
11.3 MB
~Get Your Files Here !/1. Introduction/1. Introduction.mp4
5.5 MB
~Get Your Files Here !/11. Chart Museum/1. Chart Museum.mp4
3.6 MB
~Get Your Files Here !/12. Chart Museum part-2/1. Chart Museum.mp4
2.9 MB
~Get Your Files Here !/16. Final Section/1. Thank you.mp4
908.7 kB
~Get Your Files Here !/3. HELM Basics/1. HELM Basics.srt
18.6 kB
~Get Your Files Here !/13. Deep dive Chart Museum/1. Lets do some hands-on.srt
16.1 kB
~Get Your Files Here !/8. Advance template with IF statement/1. Advance template with IF statement.srt
8.4 kB
~Get Your Files Here !/14. Deploying Grafana with HELM/1. Grafana with HELM3.srt
7.2 kB
~Get Your Files Here !/7. Creating a template file and Access those templates/1. Creating a Template file and then accessing those Templates.srt
5.9 kB
[磁力链接]
添加时间:
2022-01-09
大小:
570.9 MB
最近下载:
2025-04-02
热度:
759
[GigaCourse.Com] Udemy - Backend Master Class [Golang + PostgreSQL + Kubernetes]
1. Working with database/9. Deeply understand transaction isolation levels & read phenomena.mp4
372.8 MB
2. Building RESTful HTTP JSON API/12. Implement authentication middleware and authorization rules in Golang using Gin.mp4
240.1 MB
1. Working with database/7. DB transaction lock & How to handle deadlock in Golang.mp4
233.2 MB
2. Building RESTful HTTP JSON API/3. Mock DB for testing HTTP API in Go and achieve 100% coverage.mp4
221.5 MB
2. Building RESTful HTTP JSON API/10. How to create and verify JWT & PASETO token in Golang.mp4
193.8 MB
3. Deploying the application to production/7. Store & retrieve production secrets with AWS secrets manager.mp4
188.0 MB
2. Building RESTful HTTP JSON API/1. Implement RESTful HTTP API in Go using Gin.mp4
173.4 MB
3. Deploying the application to production/10. How to deploy a web app to Kubernetes cluster on AWS EKS.mp4
158.0 MB
3. Deploying the application to production/5. Auto build & push docker image to AWS ECR with Github Actions.mp4
148.1 MB
3. Deploying the application to production/3. How to write docker-compose file and control service start-up orders.mp4
142.9 MB
1. Working with database/2. Install & use Docker + Postgres + TablePlus to create DB schema.mp4
138.5 MB
1. Working with database/4. Generate CRUD Golang code from SQL Compare dbsql, gorm, sqlx & sqlc.mp4
134.6 MB
1. Working with database/10. Setup Github Actions for Golang + Postgres to run automated tests.mp4
132.0 MB
1. Working with database/5. Write unit tests for database CRUD with random data in Golang.mp4
131.8 MB
3. Deploying the application to production/9. How to use kubectl & k9s to connect to a
kubernetes
cluster on AWS EKS.mp4
125.7 MB
2. Building RESTful HTTP JSON API/7. How to securely store passwords Hash password in Go with Bcrypt!.mp4
124.0 MB
2. Building RESTful HTTP JSON API/11. Implement login user API that returns PASETO or JWT access token in Go.mp4
123.7 MB
2. Building RESTful HTTP JSON API/8. How to write stronger unit tests with a custom gomock matcher.mp4
122.0 MB
3. Deploying the application to production/13. Auto issue & renew TLS certificates with cert-manager and Let's Encrypt.mp4
120.9 MB
3. Deploying the application to production/14. Automatic deploy to Kubernetes with Github Action.mp4
119.9 MB
[磁力链接]
添加时间:
2022-03-13
大小:
4.7 GB
最近下载:
2025-06-01
热度:
756
GetFreeCourses.Co-Udemy-Backend Master Class [Golang + Postgres + Kubernetes + gRPC]
02 - Building RESTful HTTP JSON API [Gin + JWT + PASETO]/010 How to create and verify JWT & PASETO token in Golang.mp4
184.5 MB
03 - Deploying the application to production [Docker + Kubernetes + AWS]/007 Store & retrieve production secrets with AWS secrets manager.mp4
179.3 MB
02 - Building RESTful HTTP JSON API [Gin + JWT + PASETO]/003 Mock DB for testing HTTP API in Go and achieve 100% coverage.mp4
166.4 MB
01 - Working with database [Postgres + SQLC]/009 Deeply understand transaction isolation levels & read phenomena.mp4
152.2 MB
03 - Deploying the application to production [Docker + Kubernetes + AWS]/010 How to deploy a web app to Kubernetes cluster on AWS EKS.mp4
149.4 MB
01 - Working with database [Postgres + SQLC]/002 Install & use Docker + Postgres + TablePlus to create DB schema.mp4
138.5 MB
01 - Working with database [Postgres + SQLC]/004 Generate CRUD Golang code from SQL Compare dbsql, gorm, sqlx & sqlc.mp4
134.6 MB
01 - Working with database [Postgres + SQLC]/005 Write unit tests for database CRUD with random data in Golang.mp4
131.8 MB
04 - Advanced Backend Topics [Sessions + gRPC]/013 Partial update DB record with SQLC nullable arguments.mp4
129.5 MB
01 - Working with database [Postgres + SQLC]/007 DB transaction lock & How to handle deadlock in Golang.mp4
123.3 MB
04 - Advanced Backend Topics [Sessions + gRPC]/007 gRPC Gateway write code once, serve both gRPC & HTTP requests.mp4
119.0 MB
04 - Advanced Backend Topics [Sessions + gRPC]/016 Write structured logs for gRPC APIs.mp4
115.4 MB
03 - Deploying the application to production [Docker + Kubernetes + AWS]/014 Automatic deploy to Kubernetes with Github Action.mp4
114.4 MB
01 - Working with database [Postgres + SQLC]/010 Setup Github Actions for Golang + Postgres to run automated tests.mp4
114.4 MB
01 - Working with database [Postgres + SQLC]/006 A clean way to implement database transaction in Golang.mp4
112.3 MB
04 - Advanced Backend Topics [Sessions + gRPC]/004 Define gRPC API and generate Go code with protobuf.mp4
106.3 MB
04 - Advanced Backend Topics [Sessions + gRPC]/009 Automatic generate & serve swagger documentation from Go server.mp4
105.8 MB
04 - Advanced Backend Topics [Sessions + gRPC]/001 How to manage user session with refresh token.mp4
102.6 MB
04 - Advanced Backend Topics [Sessions + gRPC]/012 Run DB migrations directly inside Golang code.mp4
97.6 MB
04 - Advanced Backend Topics [Sessions + gRPC]/015 Add authorization to protect gRPC API.mp4
96.9 MB
[磁力链接]
添加时间:
2024-02-07
大小:
4.4 GB
最近下载:
2025-05-30
热度:
754
[ DevCourseWeb.com ] Udemy - OCI Container Engine for Kubernetes deployed with Terraform
~Get Your Files Here !/1. OKE Features/5. Creating OKE Enhanced Cluster with Autoscaler OKE Add-on.mp4
253.2 MB
~Get Your Files Here !/1. OKE Features/1. Creating OKE Basic Cluster.mp4
171.8 MB
~Get Your Files Here !/2. OKE Deployments/4. Creating OKE Cluster with image taken from OCI Registry (OCIR).mp4
125.5 MB
~Get Your Files Here !/1. OKE Features/2. Creating OKE Enhanced Cluster.mp4
121.1 MB
~Get Your Files Here !/2. OKE Deployments/1. Creating OKE Cluster with OCI LoadBalancer as Kubernetes Service.mp4
115.0 MB
~Get Your Files Here !/2. OKE Deployments/3. Creating OKE Cluster with OCI File Storage Service as Kubernetes PVC.mp4
100.9 MB
~Get Your Files Here !/2. OKE Deployments/2. Creating OKE Cluster with OCI Block Volume as Kubernetes PVC.mp4
97.6 MB
~Get Your Files Here !/1. OKE Features/4. Creating OKE Enhanced Cluster with Virtual NodePool.mp4
84.3 MB
~Get Your Files Here !/1. OKE Features/3. Creating OKE Enhanced Cluster with OKE Add-Ons.mp4
81.2 MB
~Get Your Files Here !/Bonus Resources.txt
386 Bytes
Get Bonus Downloads Here.url
182 Bytes
[磁力链接]
添加时间:
2024-09-24
大小:
1.2 GB
最近下载:
2025-06-01
热度:
750
Linkedin - Deploying and Running Apache Kafka on Kubernetes
04. Apache Kafka brokers and their identity.mp4
101.9 MB
019. Deploying Apache Kafka with Strimzi Operators.mp4
86.9 MB
07. Deploying an Apache Kafka StatefulSet.mp4
82.0 MB
09. Multi-broker Apache Kafka cluster in containers.mp4
79.7 MB
011. Multi-broker Apache Kafka cluster on Kubernetes in practice.mp4
65.3 MB
013. Health probes in Kubernetes.mp4
61.1 MB
014. Readiness probes in Kubernetes.mp4
54.3 MB
012. Deploying ZooKeeper.mp4
52.6 MB
02. Running Apache Kafka on the command line.mp4
46.8 MB
03. Sending Apache Kafka events.mp4
45.4 MB
06. Installing Docker and Kubernetes.mp4
44.6 MB
017. High availability in Kubernetes.mp4
36.0 MB
016. Configuring Apache Kafka readiness.mp4
33.7 MB
010. Multi-broker Apache Kafka cluster on Kubernetes in theory.mp4
33.1 MB
018. Automation for deploying Apache Kafka on Kubernetes.mp4
32.3 MB
05. Kubernetes StatefulSets for brokers.mp4
29.5 MB
015. Configuring Apache Kafka health.mp4
28.6 MB
08. Listeners and advertised listeners.mp4
26.7 MB
01. Introduction to this course.mp4
5.1 MB
04. Apache Kafka brokers and their identity.en.srt
16.8 kB
[磁力链接]
添加时间:
2025-02-19
大小:
945.6 MB
最近下载:
2025-05-31
热度:
738
[ DevCourseWeb.com ] Udemy - Practical Kubernetes Guide
~Get Your Files Here !/2. Introduction to Kubernetes/1. Kubernetes architecture.mp4
365.1 MB
~Get Your Files Here !/5. Kubernetes Security/2. Securing AKS Secrets using Key Vault.mp4
282.0 MB
~Get Your Files Here !/8. CICD pipelines/6. [Demo] Complete pipelines for Kubernetes.mp4
222.5 MB
~Get Your Files Here !/5. Kubernetes Security/4. Whitelist Container Registries.mp4
146.2 MB
~Get Your Files Here !/11. Persist data in AKS with Azure File Share/1. Persist data in AKS with Azure File Share.mp4
125.9 MB
~Get Your Files Here !/7. Ingress Controllers/2. Configuring Https Ingress with TLS and SSL.mp4
122.1 MB
~Get Your Files Here !/12. GitOps with Kubernetes/1. GitOps with Argo-CD.mp4
122.0 MB
~Get Your Files Here !/7. Ingress Controllers/1. Nginx Ingress Controller.mp4
118.0 MB
~Get Your Files Here !/8. CICD pipelines/1. CICD pipelines for Kubernetes explained.mp4
116.4 MB
~Get Your Files Here !/3. Kubernetes operations/3. Schedule Node Restarts with Kured.mp4
113.6 MB
~Get Your Files Here !/3. Kubernetes operations/2. SSH into AKS node.mp4
106.3 MB
~Get Your Files Here !/9. Application Monitoring with Datadog/3. Collecting Application Custom Metrics using Datadog.mp4
90.5 MB
~Get Your Files Here !/4. Kubernetes Scalability/2. Horizontal Pod Autoscaler (HPA).mp4
87.2 MB
~Get Your Files Here !/13. Kubernetes Nodepools/1. Introduction to Nodepools.mp4
84.2 MB
~Get Your Files Here !/14. Cluster backup/2. [Demo] Volume Snapshot.mp4
74.8 MB
~Get Your Files Here !/6. Kubernetes Operators/2. Prometheus & Grafana Operators.mp4
73.0 MB
~Get Your Files Here !/5. Kubernetes Security/3. Kubernetes Policy using OPA Gatekeeper.mp4
71.1 MB
~Get Your Files Here !/13. Kubernetes Nodepools/4. Deploy System Pods to System Nodepool.mp4
71.0 MB
~Get Your Files Here !/6. Kubernetes Operators/3. Fluentd, Elasticsearch & Kibana Operators.mp4
63.6 MB
~Get Your Files Here !/8. CICD pipelines/3. [Demo] Basic YAML pipelines for Kubernetes.mp4
60.6 MB
[磁力链接]
添加时间:
2022-04-22
大小:
3.2 GB
最近下载:
2025-05-12
热度:
737
Getting Started with Kubernetes - LiveLessons
Lesson 9 Setting up Kubernetes for Production/68-9.5 Using kubeadm to Create a Physical Cluster.mp4
70.5 MB
Lesson 9 Setting up Kubernetes for Production/65-9.2 Running Kubernetes in Azure.mp4
36.9 MB
Lesson 1 Understanding Container Orchestration/2-1.1 What are Containers .mp4
35.8 MB
Lesson 3 Setting up a Lab Environment/19-3.2 Installing Minikube.mp4
33.6 MB
Lesson 9 Setting up Kubernetes for Production/67-9.4 Running Kubernetes in Google Cloud.mp4
32.6 MB
Lesson 2 Working with Containers/13-2.6 Docker Command Overview.mp4
31.7 MB
Lesson 8 Using Volumes/59-8.2 Understanding Volume Types.mp4
30.9 MB
Lesson 4 Using Kubernetes Components/27-4.1 Understanding Kubernetes Resource Types.mp4
30.9 MB
Lesson 2 Working with Containers/11-2.4 Operational Container Management.mp4
30.4 MB
Lesson 8 Using Volumes/61-8.4 Working with Persistent Volumes.mp4
29.9 MB
Lesson 1 Understanding Container Orchestration/5-1.4 Understanding Kubernetes Architecture.mp4
29.3 MB
Lesson 2 Working with Containers/10-2.3 Understanding Container Architecture.mp4
28.6 MB
Lesson 5 Scaling and Upgrades/36-5.1 Working with Object Properties.mp4
26.5 MB
Lesson 3 Setting up a Lab Environment/18-3.1 Installing Kubectl.mp4
25.5 MB
Lesson 5 Scaling and Upgrades/42-Lesson 5 Lab Scaling Deployments.mp4
25.1 MB
Lesson 8 Using Volumes/62-Lesson 8 Lab Configuring Storage.mp4
23.6 MB
Lesson 3 Setting up a Lab Environment/21-3.4 Working with Kubectl.mp4
22.9 MB
Lesson 1 Understanding Container Orchestration/3-1.2 What is Kubernetes .mp4
22.7 MB
Lesson 4 Using Kubernetes Components/34-Lesson 4 Lab Running a Deployment.mp4
20.7 MB
Lesson 6 Kubernetes Networking/46-6.3 Setting up Pod-to-pod Networking.mp4
20.1 MB
[磁力链接]
添加时间:
2022-04-04
大小:
1.1 GB
最近下载:
2025-06-01
热度:
734
[DMC.RIP] [OTUS] Инфраструктурная платформа на основе Kubernetes (2020)
[DMC.RIP] 30/[DMC.RIP] лекция.mkv
1.5 GB
[DMC.RIP] 13/[DMC.RIP] лекция.mkv
645.9 MB
[DMC.RIP] 11/[DMC.RIP] лекция.mkv
585.4 MB
[DMC.RIP] 18/[DMC.RIP] лекция.mkv
482.7 MB
[DMC.RIP] 10/[DMC.RIP] лекция.mkv
435.4 MB
[DMC.RIP] 5/[DMC.RIP] Kubernetes_Networking.mkv
424.7 MB
[DMC.RIP] 17/[DMC.RIP] Лекция.mkv
370.1 MB
[DMC.RIP] 9/[DMC.RIP] лекция.mkv
358.1 MB
[DMC.RIP] 15/[DMC.RIP] лекция.mkv
336.1 MB
[DMC.RIP] 25/[DMC.RIP] лекция.mkv
327.7 MB
[DMC.RIP] 22/[DMC.RIP] лекция.mkv
309.5 MB
[DMC.RIP] 2/[DMC.RIP] Знакомство с Kubernetes, основные понятия и архитектура.mkv
306.7 MB
[DMC.RIP] 21/[DMC.RIP] лекция.mkv
303.1 MB
[DMC.RIP] 8/[DMC.RIP] Шаблонизация манифестов.mkv
287.0 MB
[DMC.RIP] 7/[DMC.RIP] видео.mkv
281.2 MB
[DMC.RIP] 28/[DMC.RIP] лекция.mkv
275.5 MB
[DMC.RIP] 4/[DMC.RIP] Безопасность и управление доступом.mkv
261.8 MB
[DMC.RIP] 24/[DMC.RIP] лекция.mkv
259.9 MB
[DMC.RIP] 26/[DMC.RIP] лекция.mkv
250.1 MB
[DMC.RIP] 27/[DMC.RIP] лекция.mkv
246.3 MB
[磁力链接]
添加时间:
2022-04-06
大小:
11.4 GB
最近下载:
2025-03-16
热度:
734
Deploy Applications to Azure Kubernetes Service (AKS)
02. Deploying Applications/07. Demo- Deploying Applications with Argo CD.mp4
14.4 MB
03. Integrating with Azure Services/04. Demo- Configure Workload Identity Federation with AKS.mp4
14.2 MB
02. Deploying Applications/02. Demo- Deploy Applications Manually.mp4
12.7 MB
02. Deploying Applications/03. Demo- Applying Kustomizations.mp4
12.3 MB
aks-deploy-applications.zip
12.2 MB
02. Deploying Applications/04. Demo- Deploying Applications with Helm.mp4
11.8 MB
01. Preparing for Application Deployment/03. Demo- Build and Push Container Images.mp4
11.4 MB
03. Integrating with Azure Services/05. Demo- Use Azure Key Vault with AKS.mp4
11.3 MB
02. Deploying Applications/06. Demo- Deploying Applications with Flux.mp4
10.3 MB
03. Integrating with Azure Services/02. Demo- Use Azure Files with AKS.mp4
8.2 MB
01. Preparing for Application Deployment/02. Demo- Attach an Azure Container Registry.mp4
8.1 MB
03. Integrating with Azure Services/01. Kubernetes Storage Concepts.mp4
6.3 MB
02. Deploying Applications/01. Customizing Applications for Deployment.mp4
5.8 MB
01. Preparing for Application Deployment/01. Application Deployment Concepts.mp4
5.2 MB
03. Integrating with Azure Services/03. AKS Identity Concepts.mp4
4.4 MB
02. Deploying Applications/05. Automated Application Deployment Methods.mp4
3.5 MB
03. Integrating with Azure Services/04. Demo- Configure Workload Identity Federation with AKS.srt
13.6 kB
02. Deploying Applications/07. Demo- Deploying Applications with Argo CD.srt
11.9 kB
02. Deploying Applications/03. Demo- Applying Kustomizations.srt
10.2 kB
02. Deploying Applications/04. Demo- Deploying Applications with Helm.srt
10.2 kB
[磁力链接]
添加时间:
2025-02-14
大小:
152.3 MB
最近下载:
2025-06-01
热度:
724
Pluralsight - Deploying and Managing a Web Application in Kubernetes with Terraform 2023-3
01 Deploying and Managing a Web Application in Kubernetes with Terraform/005 Demo Provision a GKE Cluster with Terraform.mp4
267.9 MB
01 Deploying and Managing a Web Application in Kubernetes with Terraform/003 Demo Provision an AKS Cluster with Terraform.mp4
191.6 MB
01 Deploying and Managing a Web Application in Kubernetes with Terraform/007 Demo Create a Kubernetes Web Application.mp4
183.4 MB
01 Deploying and Managing a Web Application in Kubernetes with Terraform/004 Demo Provision an EKS Cluster with Terraform.mp4
168.2 MB
01 Deploying and Managing a Web Application in Kubernetes with Terraform/002 How to Provision a Kubernetes Cluster with Terraform.mp4
122.3 MB
01 Deploying and Managing a Web Application in Kubernetes with Terraform/008 Demo Manage Resources for a Kubernetes Web Application.mp4
109.4 MB
01 Deploying and Managing a Web Application in Kubernetes with Terraform/001 Course Introduction.mp4
96.4 MB
01 Deploying and Managing a Web Application in Kubernetes with Terraform/006 Kubernetes Web Application.mp4
78.2 MB
01 Deploying and Managing a Web Application in Kubernetes with Terraform/009 Course Wrap-Up.mp4
66.3 MB
01 Deploying and Managing a Web Application in Kubernetes with Terraform/003 Demo Provision an AKS Cluster with Terraform.en.srt
23.3 kB
01 Deploying and Managing a Web Application in Kubernetes with Terraform/005 Demo Provision a GKE Cluster with Terraform.en.srt
21.8 kB
01 Deploying and Managing a Web Application in Kubernetes with Terraform/007 Demo Create a Kubernetes Web Application.en.srt
19.0 kB
01 Deploying and Managing a Web Application in Kubernetes with Terraform/004 Demo Provision an EKS Cluster with Terraform.en.srt
14.8 kB
01 Deploying and Managing a Web Application in Kubernetes with Terraform/002 How to Provision a Kubernetes Cluster with Terraform.en.srt
13.9 kB
01 Deploying and Managing a Web Application in Kubernetes with Terraform/006 Kubernetes Web Application.en.srt
9.4 kB
01 Deploying and Managing a Web Application in Kubernetes with Terraform/008 Demo Manage Resources for a Kubernetes Web Application.en.srt
8.3 kB
01 Deploying and Managing a Web Application in Kubernetes with Terraform/001 Course Introduction.en.srt
3.9 kB
01 Deploying and Managing a Web Application in Kubernetes with Terraform/009 Course Wrap-Up.en.srt
2.9 kB
Read me.txt
162 Bytes
01 Deploying and Managing a Web Application in Kubernetes with Terraform/003 Course GitHub Repo.txt
116 Bytes
[磁力链接]
添加时间:
2024-06-07
大小:
1.3 GB
最近下载:
2025-06-01
热度:
717
[ CourseBoat.com ] Udemy - Learn DevOps - The Complete Kubernetes Course (updated 11 - 2021)
~Get Your Files Here !/5 - Kubernetes Administration/25 - Demo etcd Backup & Restore.mp4
197.0 MB
~Get Your Files Here !/9 - Serverless on Kubernetes/3 - Demo Creating Functions with Kubeless.mp4
141.0 MB
~Get Your Files Here !/6 - Packaging and Deploying on Kubernetes/5 - Demo nodejs app Helm Chart.mp4
128.1 MB
~Get Your Files Here !/4 - Advanced Topics/12 - Demo Wordpress With Volumes.mp4
125.2 MB
~Get Your Files Here !/4 - Advanced Topics/32 - Demo postgresql-operator.mp4
118.7 MB
~Get Your Files Here !/13 - On-Prem or Cloud Agnostic Kubernetes/3 - Demo Cert-Manager (Part II).mp4
108.0 MB
~Get Your Files Here !/10 - Microservices/12 - Demo End-user authentication with istio (JWT).mp4
107.5 MB
~Get Your Files Here !/10 - Microservices/8 - Demo Mutual TLS.mp4
96.9 MB
~Get Your Files Here !/9 - Serverless on Kubernetes/4 - Demo Triggering Kubeless Functions with Kafka.mp4
90.4 MB
~Get Your Files Here !/2 - Introduction to Kubernetes/12 - Demo Cluster setup on AWS using kops.mp4
87.6 MB
~Get Your Files Here !/11 - Installing Kubernetes using kubeadm/3 - Demo kubeadm (part II).mp4
83.9 MB
~Get Your Files Here !/8 - GitOps with Kubernetes/2 - Demo setting up flux.mp4
78.3 MB
~Get Your Files Here !/6 - Packaging and Deploying on Kubernetes/7 - Demo Building and Deploying Helm Charts with Jenkins.mp4
77.9 MB
~Get Your Files Here !/5 - Kubernetes Administration/8 - Demo RBAC.mp4
75.9 MB
~Get Your Files Here !/12 - Installing Kubernetes using EKS/4 - Demo IAM Roles for ServiceAccounts.mp4
74.4 MB
~Get Your Files Here !/5 - Kubernetes Administration/20 - Demo MutatingWebhook (part III).mp4
70.6 MB
~Get Your Files Here !/2 - Introduction to Kubernetes/5 - Demo Minikube.mp4
68.1 MB
~Get Your Files Here !/4 - Advanced Topics/2 - Demo Service Discovery.mp4
67.7 MB
~Get Your Files Here !/12 - Installing Kubernetes using EKS/2 - Demo EKS setup using eksctl.mp4
60.2 MB
~Get Your Files Here !/2 - Introduction to Kubernetes/10 - Demo Preparing AWS for kops install.mp4
60.0 MB
[磁力链接]
添加时间:
2022-04-16
大小:
4.3 GB
最近下载:
2025-05-04
热度:
714
[ FreeCourseWeb.com ] Udemy - Kubernetes for developers (Updated 7-2019).zip
[ FreeCourseWeb.com ] Udemy - Kubernetes for developers (Updated 7-2019).zip
2.4 GB
[磁力链接]
添加时间:
2021-04-22
大小:
2.4 GB
最近下载:
2025-05-29
热度:
707
[ CourseLala.com ] Acloud Guru - Certified Kubernetes Security Specialist (CKS).zip
[ CourseLala.com ] Acloud Guru - Certified Kubernetes Security Specialist (CKS).zip
2.3 GB
[磁力链接]
添加时间:
2022-03-18
大小:
2.3 GB
最近下载:
2025-05-19
热度:
700
[FreeCourseSite.com] Udemy - Azure Kubernetes Service AGIC Ingress 30 Real-World Demos
1. Introduction/1. Introduction.mp4
336.7 MB
2. Demo-01 Install AKS AGIC Add-On using Greenfield Method/1. Step-01 Introduction to Azure AKS AGIC.mp4
145.0 MB
3. Demo-02 Azure AGIC - Ingress with Default Backend/1. Step-01 Introduction to Ingress Default Backend.mp4
131.6 MB
23. Demo-22 Azure AGIC - Ingress SSL with Cert Manager and Lets Encrypt/2. Step-02 Install Cert Manager and Verify.mp4
130.0 MB
22. Demo-21 Azure AGIC - Ingress End to End SSL Implementation/3. Step-03 Implement End to End SSL Demo and CleanUp.mp4
127.0 MB
15. Demo-14 Azure AGIC - Install External DNS Controller/4. Step-04 Review and Deploy External DNS Controller.mp4
122.7 MB
27. Demo-26 Azure AGIC - Multiple Ingress Controllers (Nginx and AGIC)/3. Step-03 Install Nginx Ingress Controller using Helm.mp4
121.4 MB
2. Demo-01 Install AKS AGIC Add-On using Greenfield Method/3. Step-03 Assign network contributor role to AGIC addon Managed Identity.mp4
113.4 MB
2. Demo-01 Install AKS AGIC Add-On using Greenfield Method/4. Step-04 Verify AKS Cluster and Application Gateway.mp4
105.2 MB
29. Demo-28 Azure AGIC - Shared Application Gateway with other Azure Resources/2. Step-02 Enabled Shared equals true and Verify with sample app.mp4
100.0 MB
16. Demo-15 Azure AGIC - Ingress spec.rules.host + External DNS/2. Step-02 Implement External DNS Demo with Ingress Service.mp4
97.9 MB
5. Demo-04 Azure AGIC - Ingress URL Routing/2. Step-02 URL Routing demo with Default Backend in Ingress Service.mp4
96.5 MB
24. Demo-23 Azure AGIC - Ingress with Web Application Firewall (WAF) and OWASP/3. Step-03 Verify AppGw Logs and CleanUp.mp4
95.0 MB
29. Demo-28 Azure AGIC - Shared Application Gateway with other Azure Resources/3. Step-03 Create myaciapp1 and test.mp4
92.1 MB
15. Demo-14 Azure AGIC - Install External DNS Controller/2. Step-02 Create Role Assignment for Managed Identity.mp4
90.9 MB
22. Demo-21 Azure AGIC - Ingress End to End SSL Implementation/1. Step-01 Introduction to End to End SSL Demo.mp4
90.0 MB
21. Demo-20 Azure AGIC - Ingress End to End SSL Build Backend SSL Application/1. Step-01 Introduction to Building Backend SSL Application.mp4
89.8 MB
4. Demo-03 Azure AGIC - Ingress with HTTP Paths and Rules/3. Step-03 Deploy and Verify HTTP Root Path and app1 Path.mp4
89.7 MB
21. Demo-20 Azure AGIC - Ingress End to End SSL Build Backend SSL Application/2. Step-02 Implement Backend SSL Demo.mp4
89.2 MB
20. Demo-19 Azure AGIC - Ingress SSL Reference AppGw Certs in Ingress Service/2. Step-02 Implement AppGw SSL Certificate Annotation Demo.mp4
89.1 MB
[磁力链接]
添加时间:
2024-02-08
大小:
5.9 GB
最近下载:
2025-06-01
热度:
698
[ FreeCourseWeb ] Udemy - Kubernetes for the Absolute Beginners - Hands-on
~Get Your Course Here !/9. Microservices Architecture/3. Demo - Example Voting Application Improvised - v2.mp4
235.6 MB
~Get Your Course Here !/3. Setup Kubernetes/7. Demo - Kubeadm - Part 2 - Configure Cluster with kubeadm.mp4
196.1 MB
~Get Your Course Here !/10. Conclusion/2. Bonus Lecture Kubernetes Series of Courses.mp4
100.9 MB
~Get Your Course Here !/5. YAML Introduction/1. Introduction to YAML.mp4
68.4 MB
~Get Your Course Here !/9. Microservices Architecture/2. Demo - Deploying Microservices Application on GCP Kubernetes Cluster.mp4
54.8 MB
~Get Your Course Here !/2. Kubernetes Overview/1. Containers Overview.mp4
44.1 MB
~Get Your Course Here !/3. Setup Kubernetes/5. Demo - Kubeadm - Part 1 - Setup Virtual Machines and Pre-Requisites.mp4
43.4 MB
~Get Your Course Here !/6. Kubernetes Concepts - PODs, ReplicaSets, Deployments/31. Demo - Deployments - Update and Rollback.mp4
32.1 MB
~Get Your Course Here !/2. Kubernetes Overview/2. Demo - Setup Lab - VirtualBox.mp4
29.4 MB
~Get Your Course Here !/9. Microservices Architecture/1. Microservices Application.mp4
24.2 MB
~Get Your Course Here !/3. Setup Kubernetes/2. Demo - Minikube.mp4
22.4 MB
~Get Your Course Here !/6. Kubernetes Concepts - PODs, ReplicaSets, Deployments/13. Demo - ReplicaSets.mp4
22.2 MB
~Get Your Course Here !/6. Kubernetes Concepts - PODs, ReplicaSets, Deployments/12. Replication Controllers and ReplicaSets.mp4
21.0 MB
~Get Your Course Here !/8. Services/1. Services - NodePort.mp4
17.3 MB
~Get Your Course Here !/6. Kubernetes Concepts - PODs, ReplicaSets, Deployments/2. Tips & Tricks - YAML.mp4
15.9 MB
~Get Your Course Here !/4. Kubernetes Concepts/1. PODs.mp4
11.4 MB
~Get Your Course Here !/6. Kubernetes Concepts - PODs, ReplicaSets, Deployments/30. Deployments - Update and Rollback.mp4
11.1 MB
~Get Your Course Here !/3. Setup Kubernetes/8. Demo - Kubernetes on Google Cloud Platform.mp4
10.2 MB
~Get Your Course Here !/6. Kubernetes Concepts - PODs, ReplicaSets, Deployments/1. PODs with YAML.mp4
8.6 MB
~Get Your Course Here !/6. Kubernetes Concepts - PODs, ReplicaSets, Deployments/22. Demo - Deployments.mp4
8.6 MB
[磁力链接]
添加时间:
2022-01-31
大小:
1.1 GB
最近下载:
2025-05-31
热度:
697
[FreeTutorials.Us] Udemy - learn-devops-the-complete-
kubernetes
-course
001 Course Introduction/001 Course Introduction.mp4
3.4 MB
001 Course Introduction/001 Course Introduction-subtitle-en.srt
2.7 kB
001 Course Introduction/002 Support and Course Materials.mp4
1.5 MB
001 Course Introduction/002 Support and Course Materials-subtitle-en.srt
1.1 kB
001 Course Introduction/003 Procedure Document.html
10.5 kB
01 Introduction to Kubernetes/004 Kubernetes Introduction.mp4
5.1 MB
01 Introduction to Kubernetes/004 Kubernetes Introduction-subtitle-en.srt
3.9 kB
01 Introduction to Kubernetes/005 Containers Introduction.mp4
10.7 MB
01 Introduction to Kubernetes/005 Containers Introduction-subtitle-en.srt
8.2 kB
01 Introduction to Kubernetes/006 Kubernetes Setup.mp4
3.9 MB
01 Introduction to Kubernetes/006 Kubernetes Setup-subtitle-en.srt
2.8 kB
01 Introduction to Kubernetes/007 Local Setup with minikube.mp4
2.5 MB
01 Introduction to Kubernetes/007 Local Setup with minikube-subtitle-en.srt
1.7 kB
01 Introduction to Kubernetes/008 Demo_ Minikube.mp4
18.0 MB
01 Introduction to Kubernetes/008 Demo_ Minikube-subtitle-en.srt
8.8 kB
01 Introduction to Kubernetes/009 Introduction to Kops.mp4
3.2 MB
01 Introduction to Kubernetes/009 Introduction to Kops-subtitle-en.srt
2.2 kB
01 Introduction to Kubernetes/010 Demo_ Preparing kops install.mp4
6.6 MB
01 Introduction to Kubernetes/010 Demo_ Preparing kops install-subtitle-en.srt
3.7 kB
01 Introduction to Kubernetes/011 Demo_ Preparing AWS for kops install.mp4
21.3 MB
[磁力链接]
添加时间:
2018-02-08
大小:
640.6 MB
最近下载:
2025-05-25
热度:
696
[ FreeCourseWeb.com ] Hands-On Kubernetes on Azure - Automate management, scaling, and deployment of containerized applications, 2nd Edition.zip
[ FreeCourseWeb.com ] Hands-On Kubernetes on Azure - Automate management, scaling, and deployment of containerized applications, 2nd Edition.zip
99.9 MB
[磁力链接]
添加时间:
2021-03-07
大小:
99.9 MB
最近下载:
2025-05-17
热度:
695
[CourseClub.Me] O`REILLY - Kubernetes From Basics to Guru
Lesson 20 Creating Container-based Microservices in Kubernetes/006. 20.6 Providing Fixed DNS URLs Using Ingress.mp4
99.6 MB
Lesson 16 Managing Security Settings/006. 16.6 Creating Kubernetes User Accounts.mp4
63.1 MB
Lesson 11 Installing Kubernetes/009. 11.9 Building Your Own On-Premise Kubernetes Cluster.mp4
57.6 MB
Lesson 24 Running a GitOps Project/005. 24.5 Preparation Creating the YAML Files.mp4
55.1 MB
Lesson 6 Managing Container Storage/004. 6.4 Using Volumes for Persistent Storage.mp4
54.9 MB
Lesson 20 Creating Container-based Microservices in Kubernetes/002. 20.2 Organizing Pod Storage.mp4
54.6 MB
Lesson 16 Managing Security Settings/004. 16.4 Setting Up Role Based Access Control (RBAC).mp4
52.1 MB
Lesson 4 Managing Container Images/002. 4.2 Building Images with Dockerfile.mp4
50.1 MB
Lesson 9 Using Pipelines/006. 9.6 Exploring Pipelines in Jenkins.mp4
45.6 MB
Lesson 25 Automatically Updating Code to Applications/007. 25.7 Using Argo CD.mp4
44.3 MB
Lesson 20 Creating Container-based Microservices in Kubernetes/010. Lesson 20 Lab Solution Implementing the Course Project as a Full Microservice on Kubernetes.mp4
44.2 MB
Lesson 13 Providing Access to Applications/001. 13.1 Understanding Kubernetes Networking.mp4
43.3 MB
Lesson 20 Creating Container-based Microservices in Kubernetes/004. 20.4 Providing Flexible Parameters Using ConfigMaps and Secrets.mp4
42.4 MB
Lesson 21 Getting Started with Istio Service Mesh/004. 21.4 Running the Bookinfo Demo Application.mp4
42.4 MB
Lesson 11 Installing Kubernetes/007. 11.7 Using Kubernetes in Amazon.mp4
41.2 MB
Lesson 3 Running Containers/006. 3.6 Building Container Images.mp4
39.8 MB
Lesson 24 Running a GitOps Project/006. 24.6 Implamenting the CI Process.mp4
38.8 MB
Lesson 5 Building Container Images/004. 5.4 Using Webhooks to Automate Container Image Updates.mp4
38.4 MB
Lesson 20 Creating Container-based Microservices in Kubernetes/008. 20.8 Using Canary Deployments in Kubernetes.mp4
38.3 MB
Lesson 12 Running Applications in Kubernetes/004. 12.4 Running Applicaiton the Declarative Way.mp4
34.9 MB
[磁力链接]
添加时间:
2024-06-02
大小:
3.4 GB
最近下载:
2025-06-01
热度:
691
[ DevCourseWeb.com ] Linkedin - Spring on Kubernetes - Deploying and Managing Cloud-Native Applications
~Get Your Files Here !/02 - 1. Cloud Native Spring/09 - Metrics with Spring.mp4
20.5 MB
~Get Your Files Here !/02 - 1. Cloud Native Spring/03 - Preparing data access.mp4
18.3 MB
~Get Your Files Here !/03 - 2. Spring Images/03 - Building a custom Docker image.mp4
17.3 MB
~Get Your Files Here !/02 - 1. Cloud Native Spring/07 - Solution Cloud Native Spring.mp4
17.0 MB
~Get Your Files Here !/02 - 1. Cloud Native Spring/05 - Exposing as a webservice.mp4
13.3 MB
~Get Your Files Here !/04 - 3. Deploying to Kubernetes/03 - Building a deployment.mp4
13.0 MB
~Get Your Files Here !/01 - Introduction/03 - Setting up the Codespaces environment.mp4
13.0 MB
~Get Your Files Here !/02 - 1. Cloud Native Spring/08 - Logging with Spring.mp4
12.7 MB
~Get Your Files Here !/04 - 3. Deploying to Kubernetes/06 - Adding monitoring.mp4
10.9 MB
~Get Your Files Here !/02 - 1. Cloud Native Spring/04 - Building data access.mp4
9.8 MB
~Get Your Files Here !/02 - 1. Cloud Native Spring/01 - Cloud native applications.mp4
9.3 MB
~Get Your Files Here !/05 - 4. Additional Topics/01 - Testing strategies.mp4
8.9 MB
~Get Your Files Here !/04 - 3. Deploying to Kubernetes/05 - Adding ingress.mp4
8.8 MB
~Get Your Files Here !/04 - 3. Deploying to Kubernetes/02 - Building the initial scaffolding.mp4
8.7 MB
~Get Your Files Here !/02 - 1. Cloud Native Spring/02 - Creating the application.mp4
6.4 MB
~Get Your Files Here !/05 - 4. Additional Topics/02 - Automation in CICD.mp4
5.9 MB
~Get Your Files Here !/05 - 4. Additional Topics/03 - Security considerations.mp4
5.9 MB
~Get Your Files Here !/04 - 3. Deploying to Kubernetes/04 - Building a service.mp4
5.7 MB
~Get Your Files Here !/03 - 2. Spring Images/01 - Containerized workloads.mp4
5.6 MB
~Get Your Files Here !/06 - Conclusion/01 - Next steps.mp4
5.3 MB
[磁力链接]
添加时间:
2024-11-24
大小:
249.2 MB
最近下载:
2025-05-27
热度:
685
共33页
上一页
23
24
25
26
27
28
29
30
31
下一页