17 OCT 2024 - Welcome Back to TorrentFunk! Get your pirate hat back out. Streaming is dying and torrents are the new trend. Account Registration works again and so do Torrent Uploads. We invite you all to start uploading torrents again!
TORRENT DETAILS
Deploy And Run Apps With Docker, Kubernetes, Helm, Rancher
TORRENT SUMMARY
Status:
All the torrents in this section have been verified by our verification system
In this course we will take a simple Angular Client application that talks to a Node.JS server and deploy and run it as Docker containers. We will learn how to build both development and production Docker images for these types of applications. We will then be introduced to basic container orchestration with Docker Compose.
After this we will refactor the application to be more decoupled, resilient and scalable by using a Microservice architecture, making the app more Cloud native. We will learn how we can build Docker images and publish them to Docker hub automatically with Travis CI. We will deploy the containerized application to the Cloud with the help of Amazon Elastic Beanstalk service. We will also look at automating the deployment to Elastic Beanstalk with Travis CI. When we deploy the application to Elastic Beanstalk we will also see how we can use AWS services such as AWS RDS, AWS Elasticsearch and AWS Elasticache instead of running these as our own containers.
Then it’s time for Kubernetes. We will spend a lot of time on Kubernetes as it is the preferred choice for most people when they want to run a container workload in Production. We will write Kubernetes manifest files (YAML) to deploy the application to a Kubernetes cluster. We will look at deploying both to a local Docker for Desktop single node Kubernetes cluster and to a multi node Kubernetes cluster in the Cloud (Google GKE, Amazon Kops, Amazon EKS).
Then we will look at Kubernetes Helm that can be used to package the Kubernetes manifest files so they can be versioned and released as one entity. Learn how to use Travis CI to build docker images and deploy automatically to Kubernetes clusters. Finally see how you can manage multiple Kubernetes clusters with Rancher. Who this course is for:
Developers Architects DevOps IT
Requirements
Students should be interested in learning more about how to build, run, and deploy apps as containers Students should be interested in Kubernetes and wanting to learn more about it both locally and in the cloud Students should have command line experience (can be Linux, Windows or Mac) Should have a PC, Mac, or Linux Desktop
Last Updated 1/2020
VISITOR COMMENTS (0 )
FILE LIST
Filename
Size
TutsNode.net.txt
63 B
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/1. Introduction/1. Introduction.srt
19.1 KB
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/10. Creating an Automated Build (CI) and Push Production Images to Docker Hub/4. Enable Travis CI (.travis.yml) in GitHub Project.srt
13.3 KB
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/10. Creating an Automated Build (CI) and Push Production Images to Docker Hub/6. Commit changes and Watch Travis CI Build.srt
15 KB
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/11. Creating an Automated Deployment (CD) to Amazon Elastic Beanstalk/1. Introduction.srt
9.2 KB
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/11. Creating an Automated Deployment (CD) to Amazon Elastic Beanstalk/11. Create AWS PEM File and access Elastic Beanstalk EC2 instance.srt
6.7 KB
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/11. Creating an Automated Deployment (CD) to Amazon Elastic Beanstalk/13. Create Elastic Beanstalk Deployment file (Dockerrun.aws.json).srt
7.6 KB
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/11. Creating an Automated Deployment (CD) to Amazon Elastic Beanstalk/19. Troubleshooting Deployments to Elastic Beanstalk.srt
7.2 KB
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/12. Kubernetes - Getting Started/1. Introduction.srt
20.8 KB
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/12. Kubernetes - Getting Started/11. Ingress - consolidate access to services.srt
20.8 KB
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/12. Kubernetes - Getting Started/13. ConfigMap - configure your application.srt
12 KB
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/12. Kubernetes - Getting Started/16. Liveness and Readiness Probes - check the health of your application.srt
20.6 KB
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/12. Kubernetes - Getting Started/18. Persistent Volumes (PV) and Persistent Volume Claims (PVC).srt
24 KB
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/12. Kubernetes - Getting Started/2. Taking it for a test run.srt
16.2 KB
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/12. Kubernetes - Getting Started/20. StatefulSets - running stateful containers.srt
15 KB
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/12. Kubernetes - Getting Started/3. Hardware representation CPU and RAM.srt
9.3 KB
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/12. Kubernetes - Getting Started/4. Hardware representation Storage.srt
8 KB
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/12. Kubernetes - Getting Started/5. Hardware representation Network.srt
17.8 KB
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/12. Kubernetes - Getting Started/6. Namespaces - partition your applications.srt
11.5 KB
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/12. Kubernetes - Getting Started/7. Pods and ReplicaSets - package your applications.srt
14.8 KB
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/12. Kubernetes - Getting Started/8. Deployments - controlling pods.srt
18.5 KB
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/12. Kubernetes - Getting Started/9. Services - make your apps available externally.srt
22.9 KB
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/13. Kubernetes - Running the Todo App in a local K8s cluster/1. Introduction.srt
9.3 KB
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/13. Kubernetes - Running the Todo App in a local K8s cluster/10. Troubleshooting Kubernetes Deployments.srt
13.1 KB
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/13. Kubernetes - Running the Todo App in a local K8s cluster/2. Introducing Kompose.srt
9.4 KB
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/13. Kubernetes - Running the Todo App in a local K8s cluster/5. Walkthrough and Update Todo Kubernetes YAML.mp4
240.5 MB
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/13. Kubernetes - Running the Todo App in a local K8s cluster/5. Walkthrough and Update Todo Kubernetes YAML.srt
20.1 KB
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/13. Kubernetes - Running the Todo App in a local K8s cluster/8. Running the Todo App Solution in Kubernetes.srt
20.8 KB
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/14. Kubernetes - using Dynamic Storage Provisioning locally/3. Run and see the PVs being dynamically provisioned.srt
6.8 KB
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/16. Helm - Package and Release the Application/1. Introduction.srt
16.1 KB
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/16. Helm - Package and Release the Application/3. Installing Kubernetes Dashboard with Helm.srt
10.7 KB
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/16. Helm - Package and Release the Application/4. Create Helm Chart for Todo App.srt
14.7 KB
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/17. Helm - Setting up your own Repository to host Charts/3. Publish the Todo App Chart to the Repository.srt
6.8 KB
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/17. Helm - Setting up your own Repository to host Charts/8. Publish Charts automatically with Travis CI.srt
13.9 KB
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/18. Kubernetes in AWS - Introduction/1. Introduction.srt
13.6 KB
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/18. Kubernetes in AWS - Introduction/2. Provision EC2 Instance to install from.srt
11.4 KB
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/19. Kubernetes in AWS - Create Cluster with Kops/10. Fix Elastic data permissions and Postgres data location.srt
8.3 KB
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/19. Kubernetes in AWS - Create Cluster with Kops/13. Deploy Todo App with Helm.srt
7.4 KB
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/19. Kubernetes in AWS - Create Cluster with Kops/14. Upgrade Todo App with Helm - change chart.srt
7.3 KB
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/19. Kubernetes in AWS - Create Cluster with Kops/6. Define a cluster with kops.srt
13.1 KB
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/19. Kubernetes in AWS - Create Cluster with Kops/7. Create a cluster with kops.srt
8.3 KB
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/2. Docker/1. What is Docker.srt
10.9 KB
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/2. Docker/10. Docker Container Logs.srt
1.9 KB
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/2. Docker/12. Stopping a Docker Container.srt
2.3 KB
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/2. Docker/13. Listing Stopped Docker Containers.srt
1.2 KB
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/2. Docker/14. Removing a Stopped Docker Container.srt
2.5 KB
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/2. Docker/15. Docker Networks and Multiple Containers.srt
9.4 KB
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/2. Docker/2. Installing Docker and Kubernetes on Mac.srt
10.3 KB
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/2. Docker/3. Installing Docker and Kubernetes on Windows Professional and Enterprise editions.srt
10.5 KB
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/2. Docker/4. Installing Docker and Kubernetes on Linux.srt
9.1 KB
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/2. Docker/4.1 MicroK8s Docs.html
86 B
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/2. Docker/5. Running a Docker Container.srt
8.4 KB
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/2. Docker/7. Docker Volumes.srt
8.1 KB
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/2. Docker/8. Looking inside a Docker Container.srt
2.7 KB
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/20. Kubernetes in AWS - Auto Deploying with Travis CI/3. Update .travis.yml to Tag with Build Number and deploy to AWS k8s cluster.srt
6.8 KB
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/20. Kubernetes in AWS - Auto Deploying with Travis CI/4. Update Travis CI my-todo-cloud-k8s project with new Env Vars and Deploy.srt
11.9 KB
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/21. Kubernetes in AWS - Create Cluster with EKS/1. Introduction.srt
9.9 KB
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/21. Kubernetes in AWS - Create Cluster with EKS/7. Create a cluster with eksctl.srt
13.8 KB
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/22. Kubernetes in Google Cloud Platform (GCP) - GKE/1. Introduction.srt
8.7 KB
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/22. Kubernetes in Google Cloud Platform (GCP) - GKE/4. Install and Configure gcloud CLI.srt
10.1 KB
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/22. Kubernetes in Google Cloud Platform (GCP) - GKE/5. Create GKE cluster from UI and gcloud CLI.srt
7.2 KB
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/22. Kubernetes in Google Cloud Platform (GCP) - GKE/9. Deploy Todo App with Helm.srt
6.8 KB
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/23. Kubernetes Cluster Management with Rancher/1. What is Rancher.srt
16.3 KB
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/23. Kubernetes Cluster Management with Rancher/12. Install Helm Server (Tiller).srt
6.7 KB
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/23. Kubernetes Cluster Management with Rancher/17. Deploy Todo App to Multiple Clusters.srt
7.9 KB
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/23. Kubernetes Cluster Management with Rancher/4. Install Rancher and Access UI.srt
7.5 KB
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/23. Kubernetes Cluster Management with Rancher/9. Inspect the imported Google GKE Cluster.srt
6.9 KB
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/3. Course Application/1. Application Architecture Overview.srt
8.7 KB
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/3. Course Application/2.1 Todo App Solution Starter Project.html
104 B
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/3. Course Application/4. Walkthrough of Source Code.srt
12.6 KB
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/4. Run the Course Application/1. Introduction and Development Framework installations.srt
2.9 KB
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/4. Run the Course Application/1.1 Installation of Node.js with snap on linux.html
137 B
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/4. Run the Course Application/1.2 Node.js Downloads.html
92 B
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/4. Run the Course Application/2. Check available ports.html
2.6 KB
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/4. Run the Course Application/3. Create a Docker Network.srt
2.8 KB
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/4. Run the Course Application/5. Start a Redis Cache Container.srt
2.1 KB
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/4. Run the Course Application/6. Start an Elasticsearch Search Container.srt
2.8 KB
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/4. Run the Course Application/7. Start the App Backend (API).srt
8.2 KB
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/5. DockerizingContainerizing the App Solution/10. Commit and push changes to GitHub.srt
1006 B
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/5. DockerizingContainerizing the App Solution/2. Creating a Dev Dockerfile for the App Backend (API).srt
9.9 KB
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/5. DockerizingContainerizing the App Solution/3. Change App Backend (API) to use Docker Network.srt
899 B
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/5. DockerizingContainerizing the App Solution/4. Building an App Backend (API) Docker Image.srt
1.8 KB
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/5. DockerizingContainerizing the App Solution/6. Change App Client (Angular) to use Proxy.srt
2.1 KB
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/5. DockerizingContainerizing the App Solution/7. Building an App Client (Angular) Docker Image.srt
722 B
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/5. DockerizingContainerizing the App Solution/8. Creating a Dev Dockerfile for the Proxy (Nginx) including Custom Configuration.srt
6.7 KB
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/5. DockerizingContainerizing the App Solution/9. Building a Proxy (Nginx) Docker Image.srt
1.9 KB
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/6. Run the fully containerized App Solution/3. Start the Proxy (Nginx) Container.srt
1.1 KB
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/6. Run the fully containerized App Solution/4. Test it out (also changing code).srt
2.5 KB
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/6. Run the fully containerized App Solution/5. Stop everything and clean up.srt
2.9 KB
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/7. Basic Container Orchestration (Docker Compose) and Initial App Redesign/11. Add Named Volumes for Persistent Data.srt
6.8 KB
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/7. Basic Container Orchestration (Docker Compose) and Initial App Redesign/2. Writing a Docker Compose file for App Solution.srt
12.4 KB
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/7. Basic Container Orchestration (Docker Compose) and Initial App Redesign/4. Source Code for API Server Update.html
8.2 KB
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/8. Re-design of App to be Cloud Native (Microservices)/1. Introduction.srt
8.8 KB
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/8. Re-design of App to be Cloud Native (Microservices)/4. Walkthrough of Source Code.srt
7.4 KB
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/8. Re-design of App to be Cloud Native (Microservices)/5. Docker Compose file Walkthrough.srt
8.4 KB
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/8. Re-design of App to be Cloud Native (Microservices)/7. Start the App Solution with Initial Build and Test.srt
10.4 KB
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/9. Create Production Images and Push to Docker Hub/3. Creating a Production Dockerfile for the App Backend Services (Node.JS).srt
9 KB
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/9. Create Production Images and Push to Docker Hub/4. Creating a Production Dockerfile for the App Client (Angular).srt
12.7 KB
[TutsNode.net] - Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher/9. Create Production Images and Push to Docker Hub/7. Create Production Docker Compose File.srt