磁力搜索 BT种子搜索利器 免费下载BT种子,超4000万条种子数据
为您找到约 662 个磁力链接/BT种子,耗时 1 毫秒。
排序: 相关程度 热度 文件大小 添加时间 最近访问

Udemy - The Complete DevSecOps Course with Docker and Kubernetes

  • 5. Docker Security/1. Docker Security Principals.mp4 189.0 MB
  • 6. Docker Host Decurity/3. Docker Bench Security.mp4 158.5 MB
  • 7. Docker Images Security/3. Analyzing Docker Images with Anchore.mp4 156.0 MB
  • 4. Managing Containers and Docker Images/4. Optimizing Docker Images.mp4 140.7 MB
  • 3. Container Platforms/3. Podman and Container Management.mp4 132.0 MB
  • 13. Kubernetes Security/2. Kubernetes Security Best Practices.mp4 130.0 MB
  • 11. Docker Container Administration/1. Administration with Portainer.mp4 115.0 MB
  • 1. DevOps Architecture/1. Introducing DevOps in IT Delivery.mp4 107.1 MB
  • 12. Kubernetes Architecture/3. Tools for Deploying Kubernetes.mp4 102.4 MB
  • 9. Managing Docker Secrets and Networks/4. Creating and Managing Docker Networks.mp4 101.3 MB
  • 12. Kubernetes Architecture/2. Kubernetes Objects.mp4 96.2 MB
  • 5. Docker Security/4. Docker Registry.mp4 90.5 MB
  • 6. Docker Host Decurity/1. Daemin Security.mp4 84.7 MB
  • 5. Docker Security/3. Docker Content Thrust.mp4 80.4 MB
  • 4. Managing Containers and Docker Images/1. Managing Docker Images.mp4 79.7 MB
  • 4. Managing Containers and Docker Images/2. Dockerfile Commands.mp4 79.3 MB
  • 7. Docker Images Security/1. Docker Hub Repository and Security Scanning.mp4 78.9 MB
  • 6. Docker Host Decurity/2. Apparmor and Seccomp Profiles.mp4 78.5 MB
  • 9. Managing Docker Secrets and Networks/2. Container Networking and Managing in Docker.mp4 77.0 MB
  • 1. DevOps Architecture/2. Creating a Basic Architecture.mp4 76.5 MB
[磁力链接] 添加时间:2023-12-17 大小:3.6 GB 最近下载:2025-06-23 热度:21202

Backend Master Class [Golang + Postgres + Kubernetes + gRPC]

  • [TutsNode.net] - 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
  • [TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/03 - Deploying the application to production [Docker + Kubernetes + AWS]/007 Store & retrieve production secrets with AWS secrets manager.mp4 179.3 MB
  • [TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/02 - Building RESTful HTTP JSON API [Gin + JWT + PASETO]/012 Implement authentication middleware and authorization rules in Golang using Gin.mp4 176.3 MB
  • [TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/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
  • [TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/01 - Working with database [Postgres + SQLC]/009 Deeply understand transaction isolation levels & read phenomena.mp4 152.2 MB
  • [TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/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
  • [TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/01 - Working with database [Postgres + SQLC]/002 Install & use Docker + Postgres + TablePlus to create DB schema.mp4 138.5 MB
  • [TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/01 - Working with database [Postgres + SQLC]/004 Generate CRUD Golang code from SQL Compare dbsql, gorm, sqlx & sqlc.mp4 134.6 MB
  • [TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/01 - Working with database [Postgres + SQLC]/005 Write unit tests for database CRUD with random data in Golang.mp4 131.8 MB
  • [TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/03 - Deploying the application to production [Docker + Kubernetes + AWS]/005 Auto build & push docker image to AWS ECR with Github Actions.mp4 129.8 MB
  • [TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/04 - Advanced Backend Topics [Sessions + gRPC]/013 Partial update DB record with SQLC nullable arguments.mp4 129.5 MB
  • [TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/01 - Working with database [Postgres + SQLC]/007 DB transaction lock & How to handle deadlock in Golang.mp4 123.3 MB
  • [TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/03 - Deploying the application to production [Docker + Kubernetes + AWS]/009 How to use kubectl & k9s to connect to a kubernetes cluster on AWS EKS.mp4 120.3 MB
  • [TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/04 - Advanced Backend Topics [Sessions + gRPC]/007 gRPC Gateway write code once, serve both gRPC & HTTP requests.mp4 119.0 MB
  • [TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/04 - Advanced Backend Topics [Sessions + gRPC]/016 Write structured logs for gRPC APIs.mp4 115.4 MB
  • [TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/03 - Deploying the application to production [Docker + Kubernetes + AWS]/013 Auto issue & renew TLS certificates with cert-manager and Let's Encrypt.mp4 114.9 MB
  • [TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/03 - Deploying the application to production [Docker + Kubernetes + AWS]/014 Automatic deploy to Kubernetes with Github Action.mp4 114.4 MB
  • [TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/01 - Working with database [Postgres + SQLC]/010 Setup Github Actions for Golang + Postgres to run automated tests.mp4 114.4 MB
  • [TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/01 - Working with database [Postgres + SQLC]/006 A clean way to implement database transaction in Golang.mp4 112.3 MB
  • [TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/04 - Advanced Backend Topics [Sessions + gRPC]/004 Define gRPC API and generate Go code with protobuf.mp4 106.3 MB
[磁力链接] 添加时间:2023-12-17 大小:5.4 GB 最近下载:2025-06-23 热度:14726

Red Hat Certified Specialist in Containers and Kubernetes (EX180) and OpenShift Administration (EX280)

  • [TutsNode.com] - Red Hat Certified Specialist/64 - 7.7 Using Services to Access Pods.mp4 506.0 MB
  • [TutsNode.com] - Red Hat Certified Specialist/28 - 4.3 Attaching Storage to Containers.mp4 500.8 MB
  • [TutsNode.com] - Red Hat Certified Specialist/60 - 7.3 Deploying an Application in OpenShift.mp4 462.6 MB
  • [TutsNode.com] - Red Hat Certified Specialist/118 - 1.6 Performing a Code Ready Containers-Based Installation.mp4 447.6 MB
  • [TutsNode.com] - Red Hat Certified Specialist/73 - 8.4 Providing Persistent Storage.mp4 430.3 MB
  • [TutsNode.com] - Red Hat Certified Specialist/59 - 7.2 Exploring the API.mp4 391.6 MB
  • [TutsNode.com] - Red Hat Certified Specialist/180 - 8.1 Controlling Pod Placement.mp4 352.3 MB
  • [TutsNode.com] - Red Hat Certified Specialist/58 - 7.1 Understanding OpenShift Resources.mp4 349.0 MB
  • [TutsNode.com] - Red Hat Certified Specialist/12 - 2.1 Running Containers on Podman_CRI-o.mp4 344.0 MB
  • [TutsNode.com] - Red Hat Certified Specialist/71 - 8.2 Using ConfigMaps for Decoupling.mp4 339.7 MB
  • [TutsNode.com] - Red Hat Certified Specialist/19 - 3.1 Using Registries.mp4 321.6 MB
  • [TutsNode.com] - Red Hat Certified Specialist/90 - 10.3 Troubleshooting OpenShift Application Startup.mp4 317.6 MB
  • [TutsNode.com] - Red Hat Certified Specialist/133 - 3.4 Exploring API Information.mp4 305.4 MB
  • [TutsNode.com] - Red Hat Certified Specialist/206 - 10.5 Task 3 - Creating a Project Template.mp4 284.5 MB
  • [TutsNode.com] - Red Hat Certified Specialist/139 - 4.3 Decoupling Storage with Persistent Volumes.mp4 281.2 MB
  • [TutsNode.com] - Red Hat Certified Specialist/159 - 6.3 Using Secrets to Manage Sensitive Information.mp4 275.8 MB
  • [TutsNode.com] - Red Hat Certified Specialist/74 - 8.5 Using Templates.mp4 268.8 MB
  • [TutsNode.com] - Red Hat Certified Specialist/39 - 5.6 Managing Images with buildah and skopeo.mp4 268.7 MB
  • [TutsNode.com] - Red Hat Certified Specialist/26 - 4.1 Getting Container Status Information.mp4 266.0 MB
  • [TutsNode.com] - Red Hat Certified Specialist/142 - 4.6 Using the Local Storage Operator.mp4 265.9 MB
[磁力链接] 添加时间:2023-12-17 大小:28.5 GB 最近下载:2025-06-21 热度:11876

Udemy - Istio Hands-On for Kubernetes

  • 13. Customizing and Installing Istio with Istioctl/4. IstioOperator Files.mp4 202.7 MB
  • 10. Fault Injection/1. Fault Injection.mp4 186.2 MB
  • 9. Dark Releases/3. Dark Releases for all Microservices.mp4 179.7 MB
  • 3. Hands on Demo/2. Getting Istio Running (Version 1.5 onwards).mp4 173.2 MB
  • 11. Circuit Breaking/2. Configuring Outlier Detection.mp4 172.4 MB
  • 11. Circuit Breaking/3. Testing Circuit Breakers.mp4 166.5 MB
  • 8. Gateways/1. Why do I need an Ingress Gateway.mp4 163.6 MB
  • 7. Load Balancing/2. What is Consistent Hashing useful for.mp4 161.9 MB
  • 8. Gateways/2. Edge Proxies and Gateways.mp4 159.9 MB
  • 5. Telemetry/3. Kiali Deeper Dive.mp4 151.7 MB
  • 7. Load Balancing/1. Session Affinity (Stickiness).mp4 145.7 MB
  • 5. Telemetry/6. Using Jaeger UI.mp4 143.7 MB
  • 13. Customizing and Installing Istio with Istioctl/6. Default vs Demo Profiles - CPU and Memory Requests.mp4 139.0 MB
  • 5. Telemetry/7. Why you need to Propagate Headers.mp4 130.5 MB
  • 12. Mutual TLS/4. STRICT vs PERMISSIVE mTLS.mp4 128.0 MB
  • 6. Traffic Management/7. What is an Istio DestinationRule.mp4 123.5 MB
  • 6. Traffic Management/4. Elegant Canaries and Staged Releases.mp4 122.4 MB
  • 4. Istio Architecture/5. Going Deeper into Envoy (Optional Video).mp4 121.5 MB
  • 8. Gateways/4. Prefix based routing.mp4 119.6 MB
  • 3. Hands on Demo/4. Visualizing the System with Kiali.mp4 118.5 MB
[磁力链接] 添加时间:2023-12-17 大小:5.2 GB 最近下载:2025-06-23 热度:6172

[FreeCourseSite.com] Udemy - Kubernetes Certified Application Developer CKAD with Tests

  • 3 - Configuration/49 - Demo Encrypting Secret Data at Rest.mp4 221.1 MB
  • 8 - State Persistence/120 - Solution Persistent Volume and Persistent Volume Claims Optional.mp4 177.9 MB
  • 7 - Services Networking/110 - Solution Ingress Networking 2.mp4 149.2 MB
  • 9 - Updates for Sep 2021 Changes/142 - Solution Role Based Access Controls.mp4 142.8 MB
  • 6 - POD Design/93 - Demo Deployments.mp4 137.7 MB
  • 12 - Lightning Labs/175 - Solution Lightning Lab1.mp4 123.0 MB
  • 7 - Services Networking/114 - Solution Network Policies optional.mp4 113.4 MB
  • 2 - Core Concepts/34 - Solution Imperative Commands optional.mp4 112.3 MB
  • 1 - Introduction/1 - Introduction.mp4 111.4 MB
  • 7 - Services Networking/104 - Ingress Networking.mp4 110.8 MB
  • 2 - Core Concepts/24 - Solution ReplicaSets optional.mp4 110.1 MB
  • 3 - Configuration/53 - Solution Security Contexts.mp4 108.8 MB
  • 4 - MultiContainer PODs/74 - Solution MultiContainer Pods Optional.mp4 108.3 MB
  • 3 - Configuration/40 - Solution Commands and Arguments Optional.mp4 104.5 MB
  • 3 - Configuration/48 - Solution Secrets Optional.mp4 103.2 MB
  • 1 - Introduction/2 - Kubernetes Series.mp4 103.1 MB
  • 3 - Configuration/54 - Service Account.mp4 97.8 MB
  • 13 - Mock Exams/179 - Mock Exam 1 Solution.mp4 88.8 MB
  • 13 - Mock Exams/181 - Mock Exam 2 Solution.mp4 88.8 MB
  • 12 - Lightning Labs/177 - Solution Lightning Lab 2.mp4 76.9 MB
[磁力链接] 添加时间:2023-12-17 大小:5.1 GB 最近下载:2025-06-22 热度:6894

[CourseClub.Me] O’REILLY - Kubernetes and Cloud Native Associate (KCNA)

  • Lesson 4 Orchestrating Containers/006. 4.5 Managing Container Storage.mp4 42.0 MB
  • Lesson 7 Providing Access to Scalable Applications/005. 7.4 Understanding Application Access Options.mp4 41.0 MB
  • Lesson 3 Running Containers/007. 3.6 Building Container Images.mp4 40.3 MB
  • Lesson 5 Understanding Kubernetes/002. 5.1 Exploring Kubernetes Architecture.mp4 34.2 MB
  • Lesson 3 Running Containers/006. 3.5 Running Docker Containers.mp4 33.8 MB
  • Lesson 9 Delivering Applications to Cloud Native/004. 9.3 CICD and Pipelines.mp4 32.0 MB
  • Lesson 7 Providing Access to Scalable Applications/004. 7.3 Configuring Autoscaling.mp4 30.9 MB
  • Lesson 4 Orchestrating Containers/003. 4.2 Container Networking and the CNI.mp4 26.9 MB
  • Lesson 8 Integrating Applications in Cloud Native/002. 8.1 Understanding Decoupling.mp4 25.7 MB
  • Lesson 11 Using Observability Solutions/005. 11.4 Monitoring Kubernetes with Prometheus.mp4 24.7 MB
  • Lesson 3 Running Containers/004. 3.3 Container Runtimes.mp4 24.2 MB
  • Lesson 2 Understanding Cloud Native/002. 2.1 Cloud Native Architecture.mp4 23.8 MB
  • Lesson 8 Integrating Applications in Cloud Native/006. 8.5 Using ConfigMaps and Secrets.mp4 23.4 MB
  • Lesson 5 Understanding Kubernetes/006. 5.5 How Containers Run on Kubernetes.mp4 22.7 MB
  • Lesson 11 Using Observability Solutions/004. 11.3 Monitoring with Prometheus.mp4 22.4 MB
  • Lesson 5 Understanding Kubernetes/004. 5.3 Running Kubernetes in Minikube.mp4 21.4 MB
  • Lesson 7 Providing Access to Scalable Applications/006. 7.5 Using Services.mp4 21.3 MB
  • Lesson 9 Delivering Applications to Cloud Native/003. 9.2 Git.mp4 21.2 MB
  • Lesson 6 Running Kubernetes Applications/004. 6.3 Using kubectl.mp4 20.1 MB
  • Lesson 4 Orchestrating Containers/005. 4.4 Service Mesh.mp4 19.4 MB
[磁力链接] 添加时间:2023-12-17 大小:1.1 GB 最近下载:2025-06-23 热度:5074

Udemy - Hashicorp vault on Kubernetes cluster

  • 1. Vault on Azure Kubernetes Cluster/4. Vault Status, Init & Unseal - CLI.mp4 80.4 MB
  • 4. Vault Policies/8. Create & attach policy via API.mp4 62.3 MB
  • 3. Vault Github Authentication/2. Configure Github organisation id and login.mp4 61.8 MB
  • 4. Vault Policies/1. Create KV secret engine - UI.mp4 54.7 MB
  • 4. Vault Policies/2. Create first policy to view secret engine.mp4 51.9 MB
  • 1. Vault on Azure Kubernetes Cluster/2. Deploy VAULT as a service on cluster via HELM.mp4 49.4 MB
  • 4. Vault Policies/4. Create WRITEDELETEUPDATE policy for users.mp4 43.7 MB
  • 3. Vault Github Authentication/3. Create Github Vault auth via CURL.mp4 41.5 MB
  • 3. Vault Github Authentication/1. Enable Github authentication.mp4 37.8 MB
  • 2. Vault Authentication & Authorization- UserPass/6. Create user via API.mp4 37.7 MB
  • 2. Vault Authentication & Authorization- UserPass/9. Login via CLI & API.mp4 37.3 MB
  • 2. Vault Authentication & Authorization- UserPass/3. Create auth method via CLI for loop.mp4 36.8 MB
  • 2. Vault Authentication & Authorization- UserPass/2. Create auth method via CLI.mp4 33.2 MB
  • 1. Vault on Azure Kubernetes Cluster/1. Create an Azure Kubernetes Cluster - via UI.mp4 32.7 MB
  • 4. Vault Policies/6. Enable & attach secret enginepolicy via CLI.mp4 32.2 MB
  • 4. Vault Policies/7. Enable KV secret engine via API.mp4 30.4 MB
  • 1. Vault on Azure Kubernetes Cluster/3. Vault Unseal - UI.mp4 29.9 MB
  • 2. Vault Authentication & Authorization- UserPass/7. Enable userpass via API.mp4 29.6 MB
  • 2. Vault Authentication & Authorization- UserPass/8. for loop to create multiple users via CURL.mp4 28.0 MB
  • 4. Vault Policies/3. List path based folder in KV secret engine.mp4 27.8 MB
[磁力链接] 添加时间:2023-12-17 大小:932.4 MB 最近下载:2025-06-22 热度:12694

Docker and Kubernetes The Complete Developers Guide

  • 6 - Multi Containers and Network Communications/38 - Optimizing Our Workflow with Volumes.mp4 106.4 MB
  • 16 - Ingress Service to Network Into the Cluster/114 - Manually Testing Out Our App.mp4 95.2 MB
  • 9 - Automating Our Workflows with a CICD Pipeline/66 - Building and Pushing Our Image to ECR.mp4 93.7 MB
  • 9 - Automating Our Workflows with a CICD Pipeline/65 - Setting Up AWS Credentials in GitHub Actions.mp4 87.9 MB
  • 8 - Deploying to AWS with ECS/50 - Create an Image Repository and Downloading the AWS CLI.mp4 86.7 MB
  • 9 - Automating Our Workflows with a CICD Pipeline/68 - Downloading and Updating the taskdefinitionjson File.mp4 81.8 MB
  • 15 - Environment Variables ConfigMaps and Secrets/110 - Hide Environment Variables With Secrets.mp4 79.8 MB
  • 8 - Deploying to AWS with ECS/51 - IAM for Access Management.mp4 69.6 MB
  • 19 - Building a CD Pipeline for Our EKS Cluster/133 - Starting Our Deployment Workflow.mp4 69.1 MB
  • 7 - Docker Compose for Multi Container Apps/44 - Setting Up the Backend Container.mp4 68.9 MB
  • 9 - Automating Our Workflows with a CICD Pipeline/63 - Building the Integration Pipeline.mp4 66.9 MB
  • 4 - Optional Challenge Dockerizing an App/21 - The Solution.mp4 62.1 MB
  • 14 - Deployments to Manage Our Pods/104 - Deployment for the Notifications API.mp4 61.9 MB
  • 16 - Ingress Service to Network Into the Cluster/111 - The Need for an Ingress Service.mp4 60.4 MB
  • 15 - Environment Variables ConfigMaps and Secrets/108 - Defining Environment Variables.mp4 58.7 MB
  • 9 - Automating Our Workflows with a CICD Pipeline/69 - Deploying the Task Definition.mp4 58.0 MB
  • 9 - Automating Our Workflows with a CICD Pipeline/57 - Redeploying Changes in the Codebase.mp4 57.5 MB
  • 5 - Deploying a Containerized Application/24 - Pushing Our Image to an Image Repository.mp4 57.2 MB
  • 12 - Understanding Pods/91 - Understanding the Rest of the Manifest File.mp4 55.7 MB
  • 16 - Ingress Service to Network Into the Cluster/115 - Understanding the Ingress Configuration.mp4 55.6 MB
[磁力链接] 添加时间:2023-12-17 大小:4.6 GB 最近下载:2025-06-22 热度:8472

Kubernetes Package Administration with Helm

  • 04. Configuring Helm Repositories/06. Demo- Creating a Local Helm Repository.mp4 19.4 MB
  • 04. Configuring Helm Repositories/04. Demo- Packaging a Helm Chart.mp4 15.3 MB
  • 04. Configuring Helm Repositories/08. Demo- Creating a Remote Helm Repository.mp4 9.7 MB
  • 04. Configuring Helm Repositories/03. Packaging a Helm Chart.mp4 9.6 MB
  • 03. Exploring Helm Releases/05. Demo- Retrieving Information on Helm Releases.mp4 9.1 MB
  • 04. Configuring Helm Repositories/07. Creating a Remote Helm Repository.mp4 8.6 MB
  • 04. Configuring Helm Repositories/05. Creating a Local Helm Repository.mp4 8.0 MB
  • 03. Exploring Helm Releases/07. Demo- Upgrading a Release.mp4 7.5 MB
  • 02. Installing and Configuring Helm/02. Helm Overview.mp4 7.2 MB
  • 03. Exploring Helm Releases/03. Demo- Deploying a Chart to Kubernetes.mp4 6.8 MB
  • 02. Installing and Configuring Helm/05. Demo- Installing Helm.mp4 6.5 MB
  • 03. Exploring Helm Releases/10. Exploring a Chart.mp4 5.6 MB
  • 03. Exploring Helm Releases/09. Demo- Rolling Back a Release.mp4 5.4 MB
  • 02. Installing and Configuring Helm/06. Configuring Helm.mp4 4.2 MB
  • 03. Exploring Helm Releases/06. Upgrading a Release.mp4 4.0 MB
  • 01. Course Overview/01. Course Overview.mp4 3.5 MB
  • 02. Installing and Configuring Helm/07. Demo- Configuring Helm.mp4 2.5 MB
  • kubernetes-package-administration-helm.zip 2.3 MB
  • 03. Exploring Helm Releases/08. Rolling Back a Release.mp4 2.1 MB
  • 03. Exploring Helm Releases/04. Retrieving Information on Helm Releases.mp4 2.1 MB
[磁力链接] 添加时间:2023-12-17 大小:148.5 MB 最近下载:2025-06-22 热度:12569

[FreeCourseSite.com] Udemy - Azure Kubernetes Service with Azure DevOps and Terraform

  • 33 - Using Terraform Azure DevOps Provision Azure AKS cluster/210 - Step09 Write Pipeline code to Provision Dev AKS Cluster.mp4 265.9 MB
  • 1 - Introduction/1 - Introduction.mp4 253.4 MB
  • 22 - Azure DevOps Create Pieplines from scratch using Starter Pipeline/122 - Step03 Create using Starter Pipeline for Build Push Docker Image to ACR and P.mp4 194.7 MB
  • 31 - Azure AKS Production grade cluster design with az aks cli/164 - Step06 Create Azure AKS Cluster using az aks cli.mp4 193.7 MB
  • 32 - Provision Azure AKS Cluster with Terraform/175 - Step03 Understand Terraform Providers and Terraform Init Command.mp4 193.1 MB
  • 33 - Using Terraform Azure DevOps Provision Azure AKS cluster/212 - Step11 Create QA envionment related Pipeline code and Provision QA environment.mp4 173.3 MB
  • 32 - Provision Azure AKS Cluster with Terraform/176 - Step04 Understand Terraform plan validate and apply commands.mp4 163.9 MB
  • 11 - Ingress Context Path based Routing/69 - Step02 Review CPR k8s manifests.mp4 163.5 MB
  • 32 - Provision Azure AKS Cluster with Terraform/188 - Step16 Migrate Terraform Local State to Azure Storage Account.mp4 160.3 MB
  • 22 - Azure DevOps Create Pieplines from scratch using Starter Pipeline/121 - Step02 Create Semi customized Pipeline for Build Push Docker Image to ACR and.mp4 159.9 MB
  • 4 - Kubernetes Fundamentals with kubectl Imperative Approach/31 - Step14 Understand how to Update Deployments in Kubernetes.mp4 156.1 MB
  • 32 - Provision Azure AKS Cluster with Terraform/185 - Step13 Understand Terraform Input Variables Part2.mp4 155.1 MB
  • 32 - Provision Azure AKS Cluster with Terraform/194 - Step21 Create AKS Cluster Manifest Part2.mp4 155.0 MB
  • 21 - Azure DevOps Build Docker Image Push to ACR and Deploy to Azure AKS/115 - Step02 Create Prebuilt pipeline named Deploy to AKS.mp4 153.5 MB
  • 20 - Azure DevOps Build Docker Image and Push to Azure Container Registry/113 - Step07 Review Docker Build and Push Pipeline code on a high level.mp4 151.0 MB
  • 32 - Provision Azure AKS Cluster with Terraform/198 - Step25 Create Windows and Linux Nodepools.mp4 149.6 MB
  • 4 - Kubernetes Fundamentals with kubectl Imperative Approach/35 - Step18 Services Demo with Cluster IP and Load Balancer Services.mp4 148.8 MB
  • 32 - Provision Azure AKS Cluster with Terraform/178 - Step06 Understand Terraform refresh command in combination with tfstate files.mp4 146.5 MB
  • 21 - Azure DevOps Build Docker Image Push to ACR and Deploy to Azure AKS/118 - Step05 Review Pipeline code for Build and Deploy Stages.mp4 145.9 MB
  • 25 - Azure AKS Access to Multiple AKS Clusters/137 - Step03 Configure Access to aksdemo3 cluster Understand kubectl config view an.mp4 141.2 MB
[磁力链接] 添加时间:2023-12-17 大小:16.1 GB 最近下载:2025-06-23 热度:13592

[ TutSala.com ] Kubernetes Security - Attacking and Defending Kubernetes

  • ~Get Your Files Here !/00001 Kubernetes_Security_-_Attacking_and_Defending_Kubernetes_Part_1.mp4 275.1 MB
  • ~Get Your Files Here !/00003 Kubernetes_Security_-_Attacking_and_Defending_Kubernetes_Part_3.mp4 176.3 MB
  • ~Get Your Files Here !/00004 Kubernetes_Security_-_Attacking_and_Defending_Kubernetes_Part_4.mp4 157.5 MB
  • ~Get Your Files Here !/00002 Kubernetes_Security_-_Attacking_and_Defending_Kubernetes_Part_2.mp4 136.1 MB
  • ~Get Your Files Here !/00005 Kubernetes_Security_-_Attacking_and_Defending_Kubernetes_Part_5.mp4 103.7 MB
  • ~Get Your Files Here !/Bonus Resources.txt 386 Bytes
  • Get Bonus Downloads Here.url 177 Bytes
[磁力链接] 添加时间:2023-12-17 大小:848.6 MB 最近下载:2025-06-23 热度:2533

[GigaCourse.Com] Udemy - Docker and Kubernetes The Complete Guide

  • 12 - Onwards to Kubernetes!/016 The Entire Deployment Flow.mp4 126.8 MB
  • 03 - Building Custom Images Through Docker Server/006 The Build Process in Detail.mp4 118.6 MB
  • 12 - Onwards to Kubernetes!/017 Imperative vs Declarative Deployments.mp4 97.1 MB
  • 12 - Onwards to Kubernetes!/014 Service Config Files in Depth.mp4 95.7 MB
  • 16 - Kubernetes Production Deployment/031 Helm Setup.mp4 94.3 MB
  • 09 - Dockerizing Multiple Services/012 Nginx Path Routing.mp4 84.7 MB
  • 09 - Dockerizing Multiple Services/009 Environment Variables with Docker Compose.mp4 81.2 MB
  • 09 - Dockerizing Multiple Services/013 Routing with Nginx.mp4 78.3 MB
  • 05 - Docker Compose with Multiple Local Containers/010 Automatic Container Restarts.mp4 76.9 MB
  • 12 - Onwards to Kubernetes!/015 Connecting to Running Containers.mp4 76.0 MB
  • 14 - A Multi-Container App with Kubernetes/027 Creating an Encoded Secret.mp4 74.9 MB
  • 11 - Multi-Container Deployments to AWS/010 Overview of AWS VPC's and Security Groups.mp4 70.3 MB
  • 03 - Building Custom Images Through Docker Server/008 Rebuilds with Cache.mp4 69.8 MB
  • 08 - Building a Multi-Container Application/012 Rendering Logic in the App.mp4 68.3 MB
  • 16 - Kubernetes Production Deployment/025 Unique Deployment Images.mp4 67.6 MB
  • 16 - Kubernetes Production Deployment/018 Running Travis CLI in a Container.mp4 66.4 MB
  • 08 - Building a Multi-Container Application/005 Worker Process Setup.mp4 65.6 MB
  • 14 - A Multi-Container App with Kubernetes/022 Where Does Kubernetes Allocate Persistent Volumes.mp4 64.2 MB
  • 07 - Continuous Integration and Deployment with AWS/011 Travis Config for Deployment.mp4 63.8 MB
  • 06 - Creating a Production-Grade Workflow/019 Shortcomings on Testing.mp4 63.3 MB
[磁力链接] 添加时间:2023-12-17 大小:7.5 GB 最近下载:2025-06-21 热度:4353

CBTNuggets - Certified Kubernetes Security Specialist (CKS)

  • 70. Intro to Container Image Verification in Kubernetes .mp4 622.6 MB
  • 13. Intro to Securing Kubernetes GUIs .mp4 610.6 MB
  • 88. Intro to Kyverno Policy Management for Kubernetes .mp4 599.4 MB
  • 113. Implement Warning for Baseline Pod Security Standard on Namespace .mp4 575.2 MB
  • 103. Intro to Container Image Scanning with GitHub Actions .mp4 553.5 MB
  • 57. Intro to Auditing in Kubernetes .mp4 545.9 MB
  • 53. Intro to Kubernetes Admission Controllers .mp4 543.7 MB
  • 58. Understanding Kubernetes Audit Policy Configuration .mp4 520.7 MB
  • 35. Build and Digitally Sign Container Image with Cosign .mp4 493.2 MB
  • 73. Build and Test Signed Container Image .mp4 487.4 MB
  • 32. Intro to Signing Container Images .mp4 471.6 MB
  • 23. Learn Kubernetes Policy CIS Benchmarks .mp4 464.3 MB
  • 78. Intro to Falco Open Source Event Detection .mp4 462.7 MB
  • 21. Understand Etcd and Control Plane Authentication Recommendations .mp4 456.6 MB
  • 37. Understand Open Service Mesh Installation Process .mp4 455.7 MB
  • 59. Install K3S and Enable Audit Logging .mp4 450.0 MB
  • 112. Intro to Pod Security Standards .mp4 445.1 MB
  • 19. Intro to CIS Benchmarks for Kubernetes .mp4 437.5 MB
  • 129. Intro to Open Policy Agent (OPA) Concepts .mp4 422.5 MB
  • 25. Deploy Bitnami Sealed Secrets to Kubernetes Cluster .mp4 422.0 MB
[磁力链接] 添加时间:2023-12-17 大小:42.1 GB 最近下载:2025-06-23 热度:6461

[ FreeCourseWeb.com ] Udemy - Kubernetes MasterClass for Absolute Beginners - Kubernetes.zip

  • [ FreeCourseWeb.com ] Udemy - Kubernetes MasterClass for Absolute Beginners - Kubernetes.zip 6.7 GB
[磁力链接] 添加时间:2023-12-17 大小:6.7 GB 最近下载:2025-06-20 热度:688

[Илья Феоктистов, Дмитрий Зайцев] [Skillbox] Инфраструктурная платформа на основе Kubernetes (2021)

  • 12. Эксплуатация кластера/12.1 Установка и обновление кластера.mp4 160.7 MB
  • 12. Эксплуатация кластера/12.2 Обновление и бэкап кластера.mp4 153.2 MB
  • 4. Безопасность и управление доступом/4.4 Безопасность, Capabilities и Pod Security Policies.mp4 83.1 MB
  • 10. Service mesh. Знакомство с Istio и Envoy/10.3 Istio управление трафиком.mp4 79.8 MB
  • 4. Безопасность и управление доступом/4.2 Аутентификация в кластере Kubernetes.mp4 71.9 MB
  • 9. Мониторинг компонентов кластера и приложений, работающих в нем/9.3 Prometheus exporters, Alert Manager и Grafana.mp4 70.9 MB
  • 11. Kubernetes для непрерывной поставки. Интеграция с CI-сервисом/11.3 Интеграция с GitLab CICD.mp4 64.6 MB
  • 10. Service mesh. Знакомство с Istio и Envoy/10.2 Istio установка и основные объекты.mp4 64.1 MB
  • 7. Шаблоны- Helm и его аналоги (Jsonnet, Kustomize)/7.3 Helm в качестве шаблонизатора.mp4 63.8 MB
  • 10. Service mesh. Знакомство с Istio и Envoy/10.4 Наблюдаемость с Kiali и Jaeger.mp4 63.4 MB
  • 9. Мониторинг компонентов кластера и приложений, работающих в нем/9.4 Prometheus.mp4 63.2 MB
  • 12. Эксплуатация кластера/12.3 Диагностика и устранение неисправностей.mp4 61.2 MB
  • 8. Requests, Limits и Load Balancing в кластере/8.1 Запросы и лимиты.mp4 59.7 MB
  • 6. Хранение данных в Kubernetes/6.4 Vault.mp4 58.3 MB
  • 8. Requests, Limits и Load Balancing в кластере/8.4 Типы автомасштабирования в Kubernetes.mp4 56.4 MB
  • 2. Знакомство с Kubernetes- основные понятия и архитектура/2.3 Установка кластера.mp4 52.3 MB
  • 8. Requests, Limits и Load Balancing в кластере/8.3 Введение в автомасштабирование. Metrics-server и PDB.mp4 50.8 MB
  • 2. Знакомство с Kubernetes- основные понятия и архитектура/2.4 Pods. Запускаем первое приложение.mp4 50.2 MB
  • 7. Шаблоны- Helm и его аналоги (Jsonnet, Kustomize)/7.2 Helm в качестве менеджера пакетов.mp4 48.8 MB
  • 5. Сетевая подсистема Kubernetes/5.3 Сервисы Deep Dive.mp4 47.5 MB
[磁力链接] 添加时间:2023-12-17 大小:2.2 GB 最近下载:2025-06-22 热度:7910

GetFreeCourses.Co-Udemy-Docker Kubernetes MasterClass Hands-On DevOps from Scratch

  • 3. Creating Docker Containers Start Like a Beginner/2. Run Your First Container.mp4 212.8 MB
  • 26. Package & Deploy on Kubernetes HELM/4. Create & Deploy HELM Chart on Cluster.mp4 212.4 MB
  • 24. Self Managed K8s on GCP/2. Spin K8s Self-Managed Cluster in GCP.mp4 189.3 MB
  • 8. Docker Containers Manage Data/5. Assignment Answer Data Volumes.mp4 177.7 MB
  • 28. Micro Services in Kubernetes/4. Demo Istio Enabled Application.mp4 176.8 MB
  • 10. Docker Swarm Introduction Swarm Orchestration/4. Create Docker Swarm Cluster.mp4 166.5 MB
  • 3. Creating Docker Containers Start Like a Beginner/3. Stop-Remove the Containers.mp4 162.0 MB
  • 9. Docker Compose Multi Container Tool/5. Docker Compose Build Application From Scratch.mp4 154.5 MB
  • 28. Micro Services in Kubernetes/2. Install Istio on Kubernetes.mp4 153.8 MB
  • 7. Docker Container Images Build Images/3. Create Custom Docker Image.mp4 148.1 MB
  • 27. Serverless Functions on Kubernetes/3. Install Kubeless and Deploy Functions.mp4 140.4 MB
  • 12. Docker Swarm Stack Deployment Multi Service Deployment/1. Docker Swarm Stacks.mp4 137.9 MB
  • 26. Package & Deploy on Kubernetes HELM/2. Installing and Running HELM on Kubernetes.mp4 132.3 MB
  • 28. Micro Services in Kubernetes/5. Canary Deployments With Istio.mp4 131.1 MB
  • 9. Docker Compose Multi Container Tool/4. Run MYSQL & WORDPRESS via Docker Compose.mp4 130.4 MB
  • 22. Kubernetes Services/7. Lab Manage Access via Ingress Controller.mp4 129.2 MB
  • 12. Docker Swarm Stack Deployment Multi Service Deployment/2. Docker Swarm Stack Scale Application.mp4 128.4 MB
  • 12. Docker Swarm Stack Deployment Multi Service Deployment/4. Swarm Deploy Distributed Application.mp4 128.0 MB
  • 7. Docker Container Images Build Images/2. Docker File Instructions.mp4 123.1 MB
  • 20. Deployments in Kubernetes/7. Lab Deployments in Kubernetes II.mp4 120.8 MB
[磁力链接] 添加时间:2023-12-17 大小:10.4 GB 最近下载:2025-06-20 热度:4251

PacktPub - Docker, DevOps, and Kubernetes for Absolute Beginner [Video]

  • 03.05-docker_compose.mkv 183.3 MB
  • 06.06-google_kubernetes_engine.mkv 168.3 MB
  • 05.05-kubernetes_lab.mkv 165.2 MB
  • 06.05-azure_kubernetes.mkv 161.6 MB
  • 02.06-monitoring_in_docker.mkv 156.7 MB
  • 06.04-aws_ecr.mkv 156.0 MB
  • 03.01-what_is_a_docker_file.mkv 148.5 MB
  • 02.04-docker_engine.mkv 148.1 MB
  • 01.01-what_is_devops.mkv 147.5 MB
  • 01.03-what_is_docker.mkv 146.8 MB
  • 06.07-docker_networking.mkv 133.4 MB
  • 05.03-architecture_of_kubernetes.mkv 132.4 MB
  • 02.03-docker_installation_and_configuration.mkv 129.8 MB
  • 06.08-volume_in_kubernetes.mkv 129.5 MB
  • 04.02-cloud_native.mkv 129.4 MB
  • 01.02-different_stages_in_devops.mkv 129.2 MB
  • 05.01-what_is_kubernetes.mkv 128.0 MB
  • 04.03-microservices_overview.mkv 127.1 MB
  • 02.01-images_and_containers.mkv 125.4 MB
  • 01.05-os_virtualization_in_docker.mkv 123.1 MB
[磁力链接] 添加时间:2023-12-17 大小:5.6 GB 最近下载:2025-06-22 热度:10872

[ DevCourseWeb.com ] Udemy - Symfony Messenger With Rabbitmq And Kubernetes

  • ~Get Your Files Here !/2 - Game Service Setup and Implementation/8 - Implementing GameEnded command and the event.mp4 68.6 MB
  • ~Get Your Files Here !/2 - Game Service Setup and Implementation/7 - Installing Sqlite and creating first entity and migration.mp4 63.6 MB
  • ~Get Your Files Here !/3 - Guesses Service Setup and Implementation/11 - Guesses entity and command creation.mp4 61.5 MB
  • ~Get Your Files Here !/4 - Stats Service Setup and Implementation/18 - Messenger config and handler implementations.mp4 57.1 MB
  • ~Get Your Files Here !/5 - Query Service Setup and Implementation/22 - StadsUpdatedHandler and final test.mp4 55.4 MB
  • ~Get Your Files Here !/5 - Query Service Setup and Implementation/21 - First handler and full test of the services.mp4 48.5 MB
  • ~Get Your Files Here !/5 - Query Service Setup and Implementation/20 - Creating entities and events of query service.mp4 45.7 MB
  • ~Get Your Files Here !/3 - Guesses Service Setup and Implementation/13 - Handling GameEnded event on Guess service.mp4 43.6 MB
  • ~Get Your Files Here !/2 - Game Service Setup and Implementation/5 - Lets install xebug and setup with docker.mp4 42.9 MB
  • ~Get Your Files Here !/3 - Guesses Service Setup and Implementation/10 - Guess service setup.mp4 42.8 MB
  • ~Get Your Files Here !/2 - Game Service Setup and Implementation/6 - Dispatching first event and reading it from RabbitMQ.mp4 38.3 MB
  • ~Get Your Files Here !/2 - Game Service Setup and Implementation/2 - Basic setup for games service and start using an external AMQP service.mp4 35.5 MB
  • ~Get Your Files Here !/2 - Game Service Setup and Implementation/4 - Add first Command to CommandBus and Dispatch the message.mp4 30.8 MB
  • ~Get Your Files Here !/1 - Introduction/1 - Creating all services with help of Symfony CLI.mp4 27.4 MB
  • ~Get Your Files Here !/2 - Game Service Setup and Implementation/9 - Improve game setup.mp4 25.0 MB
  • ~Get Your Files Here !/5 - Query Service Setup and Implementation/19 - Setup query service.mp4 24.9 MB
  • ~Get Your Files Here !/6 - Kubernetes Configuration/23 - K8s Development and Service Config.mp4 24.1 MB
  • ~Get Your Files Here !/2 - Game Service Setup and Implementation/3 - Installing AMQP drivers and commandevent bus definitions.mp4 22.2 MB
  • ~Get Your Files Here !/4 - Stats Service Setup and Implementation/17 - Bundle installation for stats service.mp4 21.9 MB
  • ~Get Your Files Here !/3 - Guesses Service Setup and Implementation/12 - Dispatching GameGuessed event and transport config.mp4 19.9 MB
[磁力链接] 添加时间:2023-12-17 大小:852.1 MB 最近下载:2025-06-23 热度:3042

[CourseClub.Me] Pluralsight - Kubernetes Administration - Learning Paths

  • [CourseClub.Me] Pluralsight - Kubernetes Administration - Learning Paths.zip 2.9 GB
  • 0. Websites you may like/[CourseClub.Me].url 122 Bytes
  • [CourseClub.Me].url 122 Bytes
  • 0. Websites you may like/[GigaCourse.Com].url 49 Bytes
  • [GigaCourse.Com].url 49 Bytes
[磁力链接] 添加时间:2023-12-17 大小:2.9 GB 最近下载:2025-06-22 热度:3075

[ DevCourseWeb.com ] Udemy - Demystifying Docker And Kubernetes For Beginner'S

  • ~Get Your Files Here !/3 - Containers and Kubernetes demystifying/5 - Working with Containers and Kubernetes.mp4 1.1 GB
  • ~Get Your Files Here !/1 - Introduction To Docker/2 - Docker installation.mp4 64.8 MB
  • ~Get Your Files Here !/2 - Docker images/4 - Play with Docker.mp4 21.6 MB
  • ~Get Your Files Here !/2 - Docker images/3 - How to pull Docker images.mp4 5.1 MB
  • ~Get Your Files Here !/1 - Introduction To Docker/1 - Docker Architecture.mp4 3.6 MB
  • ~Get Your Files Here !/Bonus Resources.txt 386 Bytes
  • Get Bonus Downloads Here.url 182 Bytes
[磁力链接] 添加时间:2023-12-17 大小:1.2 GB 最近下载:2025-06-20 热度:4564


共34页 上一页 12 13 14 15 16 17 18 19 20 下一页