Please note that this page does not hosts or makes available any of the listed filenames. You
cannot download any of those files from here.
|
01-01 Why Use Docker.mkv |
2.87MB |
01-02 What is Docker.mkv |
2.03MB |
01-03 Docker for Mac and Windows.mkv |
1.43MB |
01-04 Installing Docker on MacOS.mkv |
3.74MB |
01-05 Docker Setup on Windows.mkv |
1.36MB |
01-06 More Windows Setup.mkv |
419.01KB |
01-07 One Last Piece of Windows Setup.mkv |
723.93KB |
01-08 Using the Docker Client.mkv |
4.62MB |
01-09 But Really...Whats a Container.mkv |
6.16MB |
01-10 Hows Docker Running on Your Computer.mkv |
2.06MB |
02-01 Docker Run in Detail.mkv |
1.41MB |
02-02 Overriding Default Commands.mkv |
3.48MB |
02-03 Listing Running Containers.mkv |
3.49MB |
02-04 Container Lifecycle.mkv |
4.00MB |
02-05 Restarting Stopped Containers.mkv |
2.75MB |
02-06 Removing Stopped Containers.mkv |
1.23MB |
02-07 Retrieving Log Outputs.mkv |
1.73MB |
02-08 Stopping Containers.mkv |
3.91MB |
02-09 Multi-Command Containers.mkv |
3.15MB |
02-10 Executing Commands in Running Containers.mkv |
2.10MB |
02-11 The Purpose of the IT Flag.mkv |
2.98MB |
02-12 Getting a Command Prompt in a Container.mkv |
2.88MB |
02-13 Starting with a Shell.mkv |
1.50MB |
02-14 Container Isolation.mkv |
1.97MB |
03-01 Creating Docker Images.mkv |
1.76MB |
03-02 Building a Dockerfile.mkv |
3.45MB |
03-03 Dockerfile Teardown.mkv |
2.24MB |
03-04 Whats a Base Image.mkv |
4.01MB |
03-05 The Build Process in Detail.mkv |
10.19MB |
03-06 A Brief Recap.mkv |
2.62MB |
03-07 Rebuilds with Cache.mkv |
6.31MB |
03-08 Tagging an Image.mkv |
3.19MB |
03-09 Manual Image Generation with Docker Commit.mkv |
3.60MB |
04-01 Project Outline.mkv |
1.68MB |
04-02 Node Server Setup.mkv |
3.25MB |
04-03 Server Code.html |
1.63KB |
04-05 A Few Planned Errors.mkv |
3.53MB |
04-06 Base Image Issues.mkv |
6.23MB |
04-07 A Few Missing Files.mkv |
2.73MB |
04-08 Copying Build Files.mkv |
3.57MB |
04-09 Container Port Mapping.mkv |
5.32MB |
04-10 Specifying a Working Directory.mkv |
5.40MB |
04-11 Unnecessary Rebuilds.mkv |
3.08MB |
04-12 Minimizing Cache Busting and Rebuilds.mkv |
3.89MB |
05-01 App Overview.mkv |
2.54MB |
05-02 App Server Code.mkv |
4.02MB |
05-03 Assembling a Dockerfile.mkv |
2.25MB |
05-04 Introducing Docker Compose.mkv |
4.17MB |
05-05 Docker Compose Files.mkv |
3.93MB |
05-06 Networking with Docker Compose.mkv |
3.72MB |
05-07 Docker Compose Commands.mkv |
4.07MB |
05-08 Stopping Docker Compose Containers.mkv |
1.73MB |
05-09 Container Maintenance with Compose.mkv |
2.36MB |
05-10 Automatic Container Restarts.mkv |
7.74MB |
05-11 Container Status with Docker Compose.mkv |
1.89MB |
06-01 Development Workflow.mkv |
850.89KB |
06-02 Flow Specifics.mkv |
4.55MB |
06-03 Dockers Purpose.mkv |
1.31MB |
06-04 Project Generation.mkv |
2.34MB |
06-05 More on Project Generation.mkv |
1.09MB |
06-06 Necessary Commands.mkv |
3.65MB |
06-07 Creating the Dev Dockerfile.mkv |
2.51MB |
06-08 Duplicating Dependencies.mkv |
1.10MB |
06-09 Starting the Container.mkv |
2.40MB |
06-10 Quick Note for Windows Users.html |
1.63KB |
06-11 Docker Volumes.mkv |
4.79MB |
06-12 Bookmarking Volumes.mkv |
3.62MB |
06-13 Shorthand with Docker Compose.mkv |
2.83MB |
06-14 Overriding Dockerfile Selection.mkv |
1.42MB |
06-15 Do We Need Copy.mkv |
1.95MB |
06-16 Executing Tests.mkv |
2.47MB |
06-17 Live Updating Tests.mkv |
3.45MB |
06-18 Docker Compose for Running Tests.mkv |
4.42MB |
06-19 Shortcomings on Testing.mkv |
6.70MB |
06-20 Need for Nginx.mkv |
2.06MB |
06-21 Multi-Step Docker Builds.mkv |
5.18MB |
06-22 Implementing Multi-Step Builds.mkv |
5.40MB |
06-23 Running Nginx.mkv |
1.94MB |
07-01 Services Overview.mkv |
1.96MB |
07-02 Github Setup.mkv |
3.25MB |
07-03 Travis CI Setup.mkv |
3.19MB |
07-04 Travis YML File Configuration.mkv |
5.00MB |
07-05 A Touch More Travis Setup.mkv |
2.80MB |
07-06 Automatic Build Creation.mkv |
3.05MB |
07-07 AWS Elastic Beanstalk.mkv |
3.42MB |
07-08 More on Elastic Beanstalk.mkv |
1.69MB |
07-09 Travis Config for Deployment.mkv |
6.44MB |
07-10 Automated Deployments.mkv |
5.94MB |
07-11 Exposing Ports Through the Dockerfile.mkv |
3.15MB |
07-12 Build Still Failing.html |
1.09KB |
07-13 Workflow With Github.mkv |
3.12MB |
07-14 Redeploy on Pull Request Merge.mkv |
1.71MB |
07-15 Deployment Wrapup.mkv |
1.68MB |
07-16 Environment Cleanup.html |
1.97KB |
08-01 Single Container Deployment Issues.mkv |
1.99MB |
08-02 Application Overview.mkv |
3.14MB |
08-03 A Quick Note.html |
1.20KB |
08-04 Application Architecture.mkv |
3.65MB |
08-05 Worker Process Setup.mkv |
7.98MB |
08-06 Express API Setup.mkv |
3.16MB |
08-07 Connecting to Postgres.mkv |
5.08MB |
08-08 More Express API Setup.mkv |
8.84MB |
08-09 Generating the React App.mkv |
1.28MB |
08-10 Fetching Data in the React App.mkv |
4.33MB |
08-11 Rendering Logic in the App.mkv |
6.69MB |
08-12 Exporting the Fib Class.mkv |
487.02KB |
08-13 Routing in the React App.mkv |
3.82MB |
08-14 Tiny Fixes.mkv |
1.01MB |
09-01 Checkpoint.7z |
109.35KB |
09-01 Checkpoint Files.html |
1.03KB |
09-02 Checkpoint Catchup.mkv |
1.91MB |
09-03 Dockerizing a React App - Again.mkv |
4.59MB |
09-04 Dockerizing Generic Node Apps.mkv |
2.94MB |
09-05 Adding Postgres as a Service.mkv |
5.66MB |
09-06 Docker-compose Config.mkv |
4.94MB |
09-07 Environment Variables with Docker Compose.mkv |
8.93MB |
09-08 The Worker and Client Services.mkv |
2.91MB |
09-09 Nginx Path Routing.mkv |
7.50MB |
09-10 Routing with Nginx.mkv |
7.80MB |
09-11 Building a Custom Nginx Image.mkv |
4.39MB |
09-12 Starting Up Docker Compose.mkv |
1.66MB |
09-13 Troubleshooting Startup Bugs.mkv |
3.06MB |
09-14 Opening Websocket Connections.mkv |
3.30MB |
10-01 Production Multi-Container Deployments.mkv |
3.85MB |
10-02 Production Dockerfiles.mkv |
3.79MB |
10-03 Multiple Nginx Instances.mkv |
3.80MB |
10-04 Altering Nginxs Listen Port.mkv |
3.09MB |
10-05 Cleaning Up Tests.mkv |
809.88KB |
10-06 Github and Travis CI Setup.mkv |
3.07MB |
10-07 Travis Configuration Setup.mkv |
5.68MB |
10-08 Pushing Images to Docker Hub.mkv |
5.59MB |
10-09 Successful Image Building.mkv |
1.76MB |
11-01 Multi-Container Definition Files.mkv |
3.32MB |
11-02 Finding Docs on Container Definitions.mkv |
2.89MB |
11-03 Adding Container Definitions to DockerRun.mkv |
3.79MB |
11-04 More Container Definitions.mkv |
3.72MB |
11-05 Forming Container Links.mkv |
6.15MB |
11-06 Creating the EB Environment.mkv |
3.18MB |
11-07 Managed Data Service Providers.mkv |
7.75MB |
11-08 Overview of AWS VPCs and Security Groups.mkv |
7.10MB |
11-09 RDS Database Creation.mkv |
5.36MB |
11-10 ElastiCache Redis Creation.mkv |
3.18MB |
11-11 Creating a Custom Security Group.mkv |
3.51MB |
11-12 Applying Security Groups to Resources.mkv |
4.76MB |
11-13 Setting Environment Variables.mkv |
7.04MB |
11-14 IAM Keys for Deployment.mkv |
4.73MB |
11-15 Travis Deploy Script.mkv |
2.77MB |
11-16 Container Memory Allocations.mkv |
3.71MB |
11-17 Verifying Deployment.mkv |
3.86MB |
11-18 A Quick App Change.mkv |
1.31MB |
11-19 Making Changes.mkv |
768.72KB |
11-20 Cleaning Up AWS Resources.mkv |
4.54MB |
12-01 The Whys and Whats of Kubernetes.mkv |
5.73MB |
12-02 Kubernetes in Development and Production.mkv |
4.05MB |
12-03 Setup on MacOS.mkv |
4.02MB |
12-04 Mapping Existing Knowledge.mkv |
5.56MB |
12-05 Adding Configuration Files.mkv |
4.44MB |
12-06 Object Types and API Versions.mkv |
5.05MB |
12-07 Running Containers in Pods.mkv |
6.55MB |
12-08 Service Config Files in Depth.mkv |
9.86MB |
12-09 Connecting to Running Containers.mkv |
7.77MB |
12-10 The Entire Deployment Flow.mkv |
11.55MB |
12-11 Imperative vs Declarative Deployments.mkv |
10.96MB |
13-01 Updating Existing Objects.mkv |
4.46MB |
13-02 Declarative Updates in Action.mkv |
5.80MB |
13-03 Limitations in Config Updates.mkv |
3.05MB |
13-04 Running Containers with Deployments.mkv |
4.65MB |
13-05 Deployment Configuration Files.mkv |
2.12MB |
13-06 Walking Through the Deployment Config.mkv |
3.20MB |
13-07 Applying a Deployment.mkv |
4.36MB |
13-08 Why Use Services.mkv |
3.60MB |
13-09 Scaling and Changing Deployments.mkv |
4.90MB |
13-10 Updating Deployment Images.mkv |
2.75MB |
13-11 Rebuilding the Client Image.mkv |
2.57MB |
13-12 Triggering Deployment Updates.mkv |
10.57MB |
13-13 Imperatively Updating a Deployments Image.mkv |
5.87MB |
13-14 Multiple Docker Installations.mkv |
5.91MB |
13-15 Reconfiguring Docker CLI.mkv |
4.81MB |
13-16 Why Mess with Docker in the Node.mkv |
4.21MB |
14-01 The Path to Production.mkv |
3.59MB |
14-02 Checkpoint Files.html |
1.31KB |
14-02 complex.7z |
110.64KB |
14-03 A Quick Checkpoint.mkv |
3.50MB |
14-04 Recreating the Deployment.mkv |
2.86MB |
14-05 NodePort vs ClusterIP Services.mkv |
2.77MB |
14-06 The ClusterIP Config.mkv |
2.67MB |
14-07 Applying Multiple Files with Kubectl.mkv |
3.01MB |
14-08 Express API Deployment Config.mkv |
4.04MB |
14-09 Cluster IP for the Express API.mkv |
2.29MB |
14-10 Combining Config Into Single Files.mkv |
4.97MB |
14-11 The Worker Deployment.mkv |
3.14MB |
14-12 Reapplying a Batch of Config Files.mkv |
3.88MB |
14-13 Creating and Applying Redis Config.mkv |
5.03MB |
14-14 Last Set of Boring Config.mkv |
4.62MB |
14-15 The Need for Volumes with Databases.mkv |
5.50MB |
14-16 Kubernetes Volumes.mkv |
3.84MB |
14-17 Volumes vs Persistent Volumes.mkv |
2.37MB |
14-18 Persistent Volumes vs Persistent Volume Claims.mkv |
7.04MB |
14-19 Claim Config Files.mkv |
2.03MB |
14-20 Persistent Volume Access Modes.mkv |
2.66MB |
14-21 Where Does Kubernetes Allocate Persistent Volumes.mkv |
6.10MB |
14-22 Designating a PVC in a Pod Template.mkv |
4.76MB |
14-23 Applying a PVC.mkv |
2.09MB |
14-24 Defining Environment Variables.mkv |
3.11MB |
14-25 Adding Environment Variables to Config.mkv |
4.41MB |
14-26 Creating an Encoded Secret.mkv |
7.30MB |
14-27 Passing Secrets as Environment Variables.mkv |
5.22MB |
14-28 Environment Variables as Strings.mkv |
1.98MB |
15-01 Load Balancer Services.mkv |
3.25MB |
15-02 A Quick Note on Ingresses.mkv |
3.33MB |
15-03 One Other Quick Note.mkv |
1.14MB |
15-04 Behind the Scenes of Ingress.mkv |
3.86MB |
15-05 More Behind the Scenes of Ingress.mkv |
5.56MB |
15-06 Optional Reading on Ingress Nginx.html |
1.33KB |
15-07 Setting up Ingress Locally.mkv |
6.33MB |
15-08 Creating the Ingress Config.mkv |
4.99MB |
15-09 Testing Ingress Locally.mkv |
1.92MB |
15-10 The Minikube Dashboard.mkv |
2.91MB |
16-01 The Deployment Process.mkv |
4.18MB |
16-02 Google Cloud vs AWS for Kubernetes.mkv |
3.27MB |
16-03 Creating a Git Repo.mkv |
3.02MB |
16-04 Linking the Github Repo to Travis.mkv |
1.38MB |
16-05 Creating a Google Cloud Project.mkv |
1.66MB |
16-06 Linking a Billing Account.mkv |
1.63MB |
16-07 Kubernetes Engine Init.mkv |
1.23MB |
16-08 Creating a Cluster with Google Cloud.mkv |
3.34MB |
16-10 Kubernetes Dashboard on Google Cloud.mkv |
3.66MB |
16-11 Travis Deployment Overview.mkv |
3.48MB |
16-12 Installing the Google Cloud SDK.mkv |
3.31MB |
16-13 Generating a Service Account.mkv |
4.35MB |
16-14 Running Travis CLI in a Container.mkv |
7.15MB |
16-15 Encrypting a Service Account File.mkv |
5.88MB |
16-16 More Google Cloud CLI Config.mkv |
3.81MB |
16-17 Running Tests with Travis.mkv |
5.11MB |
16-18 Custom Deployment Providers.mkv |
2.99MB |
16-19 Unique Deployment Images.mkv |
6.29MB |
16-20 Unique Tags for Built Images.mkv |
5.80MB |
16-21 Updating the Deployment Script.mkv |
6.34MB |
16-22 Configuring the GCloud CLI on Cloud Console.mkv |
4.67MB |
16-23 Creating a Secret on Google Cloud.mkv |
2.19MB |
16-24 Helm Setup.mkv |
9.05MB |
16-25 Kubernetes Security with RBAC.mkv |
6.23MB |
16-26 Assigning Tiller a Service Account.mkv |
3.85MB |
16-27 Ingress-Nginx with Helm.mkv |
2.06MB |
16-28 The Result of Ingress-Nginx.mkv |
3.06MB |
16-29 Finally - Deployment.mkv |
3.36MB |
16-30 Did I Really Type That.mkv |
1.03MB |
16-31 Verifying Deployment.mkv |
4.61MB |
16-32 A Workflow for Changing in Prod.mkv |
3.54MB |
16-33 Merging a PR for Deployment.mkv |
927.76KB |
16-34 That's It. What's Next.mkv |
1.30MB |
17-01 HTTPS Setup Overview.mkv |
3.85MB |
17-02 Domain Purchase.mkv |
1.61MB |
17-03 Domain Name Setup.mkv |
2.95MB |
17-04 Cert Manager Install.mkv |
2.01MB |
17-05 How to Wire Up Cert Manager.mkv |
4.49MB |
17-06 Issuer Config File.mkv |
3.40MB |
17-07 Certificate Config File.mkv |
3.72MB |
17-08 Deploying Changes.mkv |
2.73MB |
17-09 Verifying the Certificate.mkv |
3.10MB |
17-10 Ingress Config for HTTPS.mkv |
5.25MB |
17-11 It Worked.mkv |
2.28MB |
Files.7z |
564.75KB |