FileMood

Download UD104

UD104

Name

UD104

 DOWNLOAD Copy Link

Total Size

2.6 GB

Total Files

134

Hash

BBE83E3D65E4A0D7BF9605CE3ABC74F10291BF1C

/01 Introduction/

001 Introduction.mp4

52.6 MB

002 Course-Kubernetes-Commands-and-YAML.txt

20.2 KB

002 kubernetes-pdf.pdf

6.5 MB

002 Source Code and PDFs.html

1.0 KB

003 CKA Test Prep.html

1.0 KB

004 Why Is Kubernetes So Hot Right Now.mp4

4.6 MB

005 Containers vs. Virtual Machines.mp4

7.8 MB

006 What Is Docker.mp4

4.2 MB

007 What Is Kubernetes.mp4

6.1 MB

/02 Getting Started With Kubernetes/

008 Getting Started With the GCP.html

1.2 KB

009 Setting Up A GCP Account.mp4

68.8 MB

010 Using The Cloud Shell.mp4

57.8 MB

011 An end-to-end example Kubernetes on the GKE.mp4

72.8 MB

/03 Kubernetes and the Cloud Ecosystem/

012 How Kubernetes Works.mp4

7.4 MB

013 The Role of the Master Node.mp4

10.9 MB

014 Nodes Kube-proxy Kubelet.mp4

9.0 MB

015 What Is A Pod.mp4

9.4 MB

016 LabCreating pods imperatively.mp4

49.3 MB

017 Where Do Pods Run.mp4

4.4 MB

018 Can Pods Have Multiple Containers.mp4

5.9 MB

019 LabMulti-container Pods.mp4

50.0 MB

020 How Do Master Nodes Communicate.mp4

5.9 MB

021 Where Can We Run Kubernetes.mp4

4.0 MB

022 Kubernetes for a Hybrid Multi-cloud World.mp4

8.0 MB

023 Cloud Controllers.mp4

4.2 MB

024 Interacting with Kubernetes.mp4

8.1 MB

/04 Pods/

025 LabCreating pods declaratively.mp4

37.2 MB

026 Imperative or Declarative.mp4

10.4 MB

027 How Declarative Files are Applied.mp4

4.8 MB

028 The Pros and Cons of Declarative and Imperative Object Management.mp4

2.8 MB

029 Names and UIDs.mp4

2.3 MB

030 Namespaces.mp4

3.4 MB

031 Labels.mp4

1.6 MB

032 Label Selectors Loose Coupling.mp4

4.9 MB

033 Annotations.mp4

1.7 MB

034 LabDeletion of pods.mp4

25.2 MB

035 LabEditing the configuration information of the deployment.mp4

29.3 MB

036 Lab Scaling The Number of Pods using Deployments.mp4

12.5 MB

/05 Volumes and Storage/

037 Volumes.mp4

4.2 MB

038 LabVolumes and the emptydir volume.mp4

38.4 MB

039 Types Of Volumes.mp4

1.6 MB

040 Persistent_Volumes.mp4

3.2 MB

041 Cloud Specific Persistent Volumes.mp4

4.0 MB

042 LabPersistent Volumes.mp4

24.0 MB

043 Secrets ConfigMaps and Other Volume Types.mp4

7.2 MB

044 LabUse of secrets pass information to pods.mp4

39.4 MB

045 LabCreate secrets directly from files.mp4

20.1 MB

046 Lab ConfigMaps.mp4

46.1 MB

/06 More on Pods and Containers/

047 Containers in a Pod.mp4

4.7 MB

048 Labkubectl apply.mp4

85.8 MB

049 What Environment Do Containers See.mp4

4.9 MB

050 LabSetting Environment Variables in Containers.mp4

22.6 MB

051 LabDownward API Passing information from pod to container.mp4

64.7 MB

052 How Can Containers React To Lifecycle Events.mp4

2.3 MB

053 LabHandling Container Lifecycle Events.mp4

19.8 MB

054 Pod Node Matching.mp4

6.2 MB

055 LabAssociating Pods with Nodes using nodeSelector.mp4

37.1 MB

056 Taints.mp4

4.3 MB

057 Labkubectl_taint.mp4

29.0 MB

058 LabTolerations.mp4

29.8 MB

059 Init Containers.mp4

4.6 MB

060 LabInit containers Setting up the state of the pods.mp4

47.0 MB

061 Pod Lifecycle.mp4

5.1 MB

062 Container Probes.mp4

5.8 MB

063 LabUse of Liveness and Readiness Probes.mp4

38.8 MB

064 LabLiveness probes Using HTTP and TCP.mp4

64.8 MB

065 Pod Presets.mp4

1.3 MB

066 Pod Priorities.mp4

5.2 MB

/07 ReplicaSets/

067 Introducing Controllers.mp4

10.2 MB

068 What Are ReplicaSets.mp4

7.3 MB

069 LabReplicaSet object.mp4

34.5 MB

070 Working with ReplicaSets.mp4

8.0 MB

071 LabDeleting a ReplicaSet and its associated pods.mp4

21.9 MB

072 LabDeleting a ReplicaSet but not the associated pods.mp4

22.0 MB

073 ReplicaSets and Loose Coupling.mp4

7.3 MB

074 Horizontal Pod Autoscalers.mp4

5.2 MB

075 LabLoose coupling between ReplicaSet object and the pods.mp4

44.7 MB

076 LabScaling a ReplicaSet object.mp4

18.8 MB

/08 ReplicationControllers/

077 Replication Controllers.mp4

3.1 MB

078 LabReplication controller.mp4

19.8 MB

079 LabDeleting a replication controller and the associated pods.mp4

18.2 MB

080 LabDeleting a replication controller but not its pods.mp4

14.4 MB

081 LabLoose coupling between replication controller and its pods.mp4

42.0 MB

/09 Deployments/

082 Deployments.mp4

7.4 MB

083 When Use Deployments.mp4

3.9 MB

084 Creating a Deployment.mp4

9.6 MB

085 Labkubectl run Create deployments imperatively.mp4

52.6 MB

086 LabYAML files for Deployment objects.mp4

38.2 MB

087 Rolling Back Deployment.mp4

17.1 MB

088 PausingResuming Deployment.mp4

1.9 MB

089 Clean-up Policy.mp4

9.1 MB

090 Scaling Deployments.mp4

3.4 MB

091 LabScaling deployments by editing the YAML config.mp4

28.3 MB

092 LabChanging the image version associated with a deployment.mp4

35.0 MB

093 LabRolling back a deployment.mp4

9.0 MB

094 Labkubectl scale Scaling deployments imperatively.mp4

10.8 MB

095 LabRolling Deployments.mp4

40.8 MB

/10 Other Controllers/

096 StatefulSets.mp4

6.1 MB

097 LabStatefulsets.mp4

18.0 MB

098 DaemonSets.mp4

4.9 MB

099 Run To Completion Jobs.mp4

5.1 MB

100 Cron Jobs.mp4

1.6 MB

101 LabBatch Processing Job Objects.mp4

36.9 MB

/11 Services/

102 Services.mp4

7.8 MB

103 Types of Services.mp4.mp4

8.6 MB

104 Service Pod Endpoint.mp4

7.8 MB

105 Services Without Selectors.mp4

3.4 MB

106 Virtual IPs Service Proxies.mp4

5.1 MB

107 Multi-Port Services.mp4

824.1 KB

108 Service Discovery.mp4

5.7 MB

109 Headless Services.mp4

2.9 MB

110 NodePort Services.mp4

3.7 MB

111 LoadBalancer Services.mp4

6.1 MB

112 External IPs.mp4

760.5 KB

113 DNS For Services.mp4

4.2 MB

114 DNS For Pods.mp4

4.1 MB

115 Securing Services.mp4

1.7 MB

116 Federated Services.mp4

2.6 MB

117 Ingress Objects.mp4

3.0 MB

118 Labkubectl expose Service objects.mp4

19.3 MB

/12 Kubernetes on AWS and Azure/

119 Kubernetes on the cloud.mp4

14.9 MB

120 Lab AKS - the Azure Kubernetes Service.mp4

39.8 MB

121 Lab Jumping through hoops - kops and AWS.mp4

42.3 MB

122 Lab Play With Kubernetes (PWK).mp4

21.0 MB

/13 kubeadm Bootstrapping a Kubernetes Cluster on Ubuntu/

123 RBAC (Role-Based Access Control).mp4

38.5 MB

124 Roles and ClusterRoles.mp4

18.8 MB

125 RoleBindings and ClusterRoleBindings.mp4

35.6 MB

126 Pod Networks and Flannel.mp4

59.5 MB

127 Instantiating Ubuntu VMs.mp4

63.3 MB

128 Bootstrapping the Master Node.mp4

78.6 MB

129 Configuring the Worker Nodes.mp4

29.0 MB

/14 The CNCF Certified Kubernetes Administrator Test/

130 The CKA Test.mp4

47.1 MB

131 Test Day Mechanics.mp4

77.6 MB

132 Curriculum and Preparation Tips.mp4

54.9 MB

 

Total files 134


Copyright © 2024 FileMood.com