FileMood

Download UD93

UD93

Name

UD93

  DOWNLOAD Copy Link

Trouble downloading? see How To

Total Size

8.5 GB

Total Files

196

Hash

A032BD235A34583BF85CBF0D1C7B5C9D40BCFB05

/01 About the Course/

001 Lab Guide.html

1.1 KB

002 Gitter Chat Room for the Course.html

1.3 KB

/02 Introduction to Kubernetes/

003 The need for a Container Orchestration Engine.mp4

80.7 MB

004 Battles of COEs which one to choose.mp4

87.1 MB

005 Key Features of a COE.mp4

85.9 MB

006 What makes Kubernetes the de facto COE choice.mp4

96.4 MB

007 Negatives of using Kubernetes.mp4

61.1 MB

008 Exercise.html

2.1 KB

/03 Path to Automation with Kubernetes/

009 Section Intro - Path to Automation with Kubernetes.mp4

14.3 MB

010 Namespaces.mp4

80.7 MB

011 Pods.mp4

102.7 MB

012 Replication Controller Replica Sets and Deployments.mp4

151.4 MB

013 Service Discovery and Load Balancing.mp4

40.6 MB

014 Applying kubernetes primitives to your Application Stack.mp4

86.0 MB

015 Configmaps and Storage Network RBAC etc.mp4

126.1 MB

016 Daemonsets Statefulsets Crons and Jobs.mp4

88.8 MB

017 Kubernetes Architecture Run Down.mp4

112.9 MB

018 Building production grade Hight Available Kubernetes Cluster.mp4

84.3 MB

019 Exercise.html

2.3 KB

external-assets-links.txt

0.1 KB

/04 Just Enough Docker for a Kubernetes Practitioner/

020 Who is this section for.html

1.4 KB

021 Setting up and validating docker environment.mp4

60.4 MB

022 Running your first container.mp4

40.6 MB

023 Making containers persist with -idt options.mp4

42.2 MB

024 Essential Container Operations - list logs exec cp inspect stop rm.mp4

47.2 MB

025 Publishing containers using port mapping.mp4

60.7 MB

026 Using docker instead of VMs to create development environments.mp4

17.8 MB

027 Portainer - Web console to managing Docker Environemnts.mp4

62.4 MB

028 Launching Application Stack with Docker Compose.mp4

45.1 MB

029 Building an image manually with docker commit.mp4

53.5 MB

030 Automatiing image builds with a Dockerfile.mp4

42.1 MB

031 Dockerfile Primer.mp4

56.1 MB

/05 Setting up a Kubernetes environment/

032 Section Intro- Setting up Environment.mp4

58.7 MB

033 LAB Option 1 Setting up single node kubernetes with Minikube.html

3.3 KB

034 LAB Option 2 Provisioning 3 nodes for Kubernetes with Vagrant and VirtualBox.html

2.1 KB

035 Provisioning and configuring Digital Ocean Nodes.mp4

45.3 MB

036 Initialise Cluster with Kubeadm.mp4

83.6 MB

037 Setting up Weave CNI.mp4

58.8 MB

038 Launching Kubernetes Dashboard.mp4

70.4 MB

039 LAB Setup Kubernetes Cluster with Kubeadm.html

10.4 KB

040 Setting up a kubernetes Visualizer.mp4

59.5 MB

041 LAB Setting up Kubernetes Visualiser.html

2.5 KB

042 Troubleshooting Resetting cluster created with kubeadm.mp4

83.0 MB

043 Exercise.html

4.1 KB

external-assets-links.txt

0.1 KB

/06 Building Blocks - Pods/

044 Section Intro - Pods.mp4

21.2 MB

045 Pod-and-Containers-Spec.pdf

2.7 MB

045 Writing pod Specification.mp4

44.6 MB

046 Launching and Operating Pods.mp4

59.2 MB

047 LAB Writing Pod Spec Launching and Operating a Pod.html

6.3 KB

048 Troubleshooting Pods Issues.mp4

60.6 MB

049 LAB Troubleshooting Pod Issues.html

2.9 KB

050 Attaching a volume to a Pod.mp4

74.7 MB

051 LAB Attaching a volume to the Pod.html

2.2 KB

052 Launching Multi-Container Pods.mp4

40.5 MB

053 Connecting to Individual Containers.mp4

55.8 MB

054 LAB Multi Container Pods.html

2.4 KB

055 Exercise.html

5.8 KB

/07 Replication Controllers and Replica Sets/

056 Section Intro - Replication Controllers.mp4

25.9 MB

057 Setting up namespace and switching context.mp4

42.6 MB

058 LAB Creating a Namespace and switching to it.html

2.3 KB

059 Writing Replica Set Specification.mp4

97.8 MB

060 LAB Writing Replica Set Specs.html

2.5 KB

061 Launching Replica Set and Fault Tolerance.mp4

50.3 MB

062 LAB ReplicaSet in Action.html

2.8 KB

063 Exercises.html

5.8 KB

/08 Service Discovery and Load Balancing/

064 Section intro - Services.mp4

29.7 MB

065 Writing Service Specification.mp4

48.8 MB

066 Exposing services outside the Cluster.mp4

65.9 MB

067 LAB Creating a Service and exposing it with NodePort.html

3.9 KB

068 LAB Exposing Sevice with ExternalIPs.html

1.9 KB

069 Service Discovery.mp4

46.5 MB

070 LAB Intetnal Service Discovery with ClusterIP.html

4.6 KB

071 Exercise.html

2.6 KB

/09 Application Deployments and Updates/

072 Section Intro - Deployments.mp4

32.1 MB

073 Writing Deployment Specification.mp4

50.9 MB

074 Rolling Out a Deployment.mp4

42.3 MB

075 LAB Create and rollout a Deployment.html

3.2 KB

076 Update and Rollback.mp4

57.2 MB

077 Rollbacks.mp4

60.9 MB

078 Lab Scale Rollout and Rollback.html

2.8 KB

079 MINI PROJECT Deploy instavote app stack with Kubernetes.html

3.9 KB

080 Solution part I - Deploying a worker App.mp4

55.5 MB

081 Solution part II - Deploying DB service.mp4

36.3 MB

082 Solutions part III - Results App.mp4

43.3 MB

083 Exercise.html

2.2 KB

/10 Managing Application Configurations with ConfigMaps and Secrets/

084 Section intro - Coonfigmaps and Secrets.mp4

39.2 MB

085 Creating Config Map for Vote app Options.mp4

67.0 MB

086 LAB Injecting env variables with configmaps.html

2.7 KB

087 Setting up Environment Specific Configs.mp4

38.4 MB

088 LAB Providing environment Specific Configs.html

3.1 KB

089 Adding Configs from Files.mp4

37.3 MB

090 LAB Configuration file as ConfigMap.html

2.6 KB

091 Creating Secrets to Encrypt Database Credentials.mp4

31.0 MB

092 Setting Environment vars using Secrets.mp4

42.2 MB

093 LAB Using Secrets to encrypt sensitive data.html

4.2 KB

094 Exercise.html

2.3 KB

/11 Persisting data and dynamic volumes provisioning/

095 Section Intro- Persistent Volumes.mp4

33.2 MB

096 Setting up RBAC for NFS Provisioner.mp4

37.5 MB

097 Setting up NFS provisioner with Statefulset.mp4

59.8 MB

098 LAB Setting up NFS using StatefuleSets.html

1.5 KB

099 Creating storage class for NFS.mp4

13.6 MB

100 Claiming a persistent volume and mounting it.mp4

26.5 MB

101 Dynamically provisioning of persistent volumes.mp4

74.4 MB

102 LAB Creating and mounting PersistentVolumeClaim.html

2.8 KB

103 Exercise.html

2.1 KB

/12 Creating Release Strategies - BlueGreen Canary/

104 Section Intro- Release Strategies.mp4

16.6 MB

105 Defining Recreate as a Release Strategy.mp4

61.9 MB

106 LAB Releases with downtime using Recreate Strategy.html

2.7 KB

107 Canary Releases.mp4

44.5 MB

108 LAB Rolling out a Canary Release.html

3.4 KB

109 Blue Green Deployments.mp4

70.0 MB

110 LAB Deploying a Blue-Green Release.html

11.7 KB

111 Pausing and fixing rollouts.mp4

35.2 MB

112 LAB Pause and Resume a Release.html

2.6 KB

113 Exercise.html

1.5 KB

/13 Dynamically scaling apps with Horizontal Pod Autoscaler/

114 Section Intro HPA.mp4

32.4 MB

115 Setting up code monitoring with Metrics Server.mp4

60.4 MB

116 LAB Deploy Metrics Server for feeding in core metrics to HPA.html

3.9 KB

117 Defining Resource Requests and Limits.mp4

78.2 MB

118 LAB Defining Resource Requests and Limits.html

1.7 KB

119 Creating a Horizontal Pod Autoscaler.mp4

78.7 MB

120 LAB Create a HorizontalPodAutoscaler.html

1.6 KB

121 Writing load test Job definition.mp4

65.3 MB

122 Laying a siege with loadtest jobs.mp4

86.6 MB

123 Autoscaling in action with HPA.mp4

117.8 MB

124 LAB Running load test as a kubernetes Job.html

3.0 KB

125 Exercise.html

3.3 KB

/14 Application routing with Ingress Controllers/

126 Section Intro Ingress.mp4

25.3 MB

127 Ingress Controllers and Ingress.mp4

85.7 MB

128 Choosing Traefik as a ingress controller and DaemonSet as a deployment type.mp4

85.0 MB

129 Creating DaemonSet for Traefik.mp4

127.3 MB

130 LAB Create a Ingress Controller.html

4.2 KB

131 Writing Ingress definition for vote app with named based routing.mp4

90.3 MB

132 Testing ingress and accessing the application.mp4

71.0 MB

133 LAB Adding Named Based Routing.html

5.5 KB

134 Annotations and setting up basic auth for vote app.mp4

104.6 MB

135 LAB Using Annotations to enable HTTP Auth.html

4.2 KB

136 Exercise.html

2.1 KB

/15 Setting up firewall with Network Policies/

137 Creating default network policy for instavote namespace.mp4

86.2 MB

138 Exposing public facing apps and allowing inter namespace communication.mp4

93.2 MB

139 LAB Creating firewall with Network Policies.html

9.2 KB

/16 High Available Production Cluster setup with Kubespray/

140 From dev to production with High Available kubernetes Cluster.mp4

45.5 MB

141 Introduction to Kubespray.mp4

60.1 MB

142 HA Design.mp4

76.2 MB

143 Preparing Nodes to setup Kubernetes.mp4

51.8 MB

144 Ansible control node and inventory setup.mp4

56.0 MB

145 Running ansible kubespray playbooks to configure etcd master and nodes.mp4

78.9 MB

146 Adding a new node to cluster with kubespray.mp4

27.4 MB

147 Enabling additional kubernetes features with with Kubespray.mp4

39.5 MB

148 Understanding HA setup mapping services to nodes.mp4

69.5 MB

149 Kubernetes configurations quick dive.mp4

77.4 MB

150 Configuring kubectl locally to conenct with multiple clusters.mp4

74.3 MB

151 Deploying instavote app on prod cluster.mp4

53.6 MB

152 Accessing kubernetes dashboard.mp4

33.0 MB

/17 Access Control and RBAC Policies - Authenticaion and Authorization/

153 Access Control with Kubernetes.mp4

139.9 MB

154 RBAC Concepts.mp4

241.6 MB

155 Defining Users Groups and Authorizations.mp4

74.8 MB

156 Creating Users and Groups using x509 Certificates.mp4

47.4 MB

157 LAB Creating users and groups using x509 certificates.html

8.5 KB

158 Setting credentials and contexts.mp4

51.1 MB

159 Creating Roles and RoleBindings for interns.mp4

92.2 MB

160 Binding to existing ClusterRole using ClusterRoleBinding for Ops.mp4

42.4 MB

161 LAB Defining authorisation rules with Roles and ClusterRoles.html

2.8 KB

162 Exercise.html

2.0 KB

/18 Advanced Pod Scheduling/

163 Using nodeName to bind a pod to a node.mp4

28.5 MB

164 Selecting node based on labels with nodeSelector.mp4

65.3 MB

165 LAB Using NodeSelector.html

6.2 KB

166 Selecting nodes with nodeAffinity.mp4

102.2 MB

167 LAB Defining Node Affinity.html

4.2 KB

168 Using podAffinity and podAntiAffinity to ensure co locating applications.mp4

98.0 MB

169 LAB Defining affinity between applications with PodAffinity.html

5.7 KB

170 Using taints and tolerations to make nodes unschdulable or run only specific app.mp4

67.2 MB

171 LAB Using Taints and Tolerations.html

5.5 KB

172 Exercise.html

2.8 KB

/19 Using HELM Charts and Tiller to auto deploy application Stacks/

173 Introduction to HELM.mp4

113.6 MB

174 Setting up helm with tiller and launching prometheus.mp4

69.3 MB

175 Quick overview of helm Charts.mp4

122.9 MB

176 Launching wordpress with custom values.mp4

75.0 MB

177 Setting up prometheus with custom storageclass and ingress rules.mp4

100.6 MB

178 Deploying grafana and integrating it with prometheus.mp4

89.6 MB

179 LAB 1 Helm Package Manager.html

2.9 KB

180 LAB 2 Install Wordpress with Helm.html

1.6 KB

181 LAB 3 Install Prometheus with Helm.html

2.5 KB

182 Exercise.html

1.3 KB

/20 Just enough Istio/

183 Deploying Istio Cluster with Google Kubernetes Engine.mp4

82.0 MB

184 Setting up Google Cloud SDK.mp4

54.8 MB

185 Examine.mp4

49.8 MB

186 Validating Istio Telemetry Plugin.mp4

44.6 MB

187 Overview of Bookinfo app.mp4

53.7 MB

188 Deploying canary releases with intelligent routing.mp4

66.3 MB

189 Testing application resiliency by injecting a fault.mp4

98.8 MB

190 Zero downtime deployments with weight based routing.mp4

53.4 MB

191 Traffic Routing and Deployment - Kubernetes vs Istio.mp4

141.0 MB

192 Cleaning Up.mp4

20.1 MB

/

Torrent_downloaded_from_Demonoid.is_.txt

0.1 KB

 

Total files 196


Copyright © 2025 FileMood.com