kingers Posted March 29 Report Share Posted March 29 7.79 GB | 25min 42s | mp4 | 1280X720 | 16:9Genre:eLearning |Language:EnglishFiles Included :1 -Course Introduction.mp4 (46.12 MB)1 -Helm Introduction.mp4 (10.97 MB)10 -Deploy ingress controller using helm and testing app.mp4 (63.22 MB)2 -Install Helm.mp4 (24.48 MB)3 -Using helm to install packages.mp4 (89.28 MB)4 -Configure highly available mongodb using helm.mp4 (197.17 MB)5 -Helm Chart directory structure.mp4 (33.26 MB)6 -Create Helm Chart for backend.mp4 (146.12 MB)7 -Create Helm chart for frontend.mp4 (56.76 MB)8 -Creating helm package and deploy client and backend.mp4 (91.52 MB)9 -if and range action in helm & helm chart for ingress.mp4 (92.76 MB)1 -Deployment process on AWS EKS.mp4 (13.98 MB)10 -Delete EKS cluster - IMPORTANT.mp4 (12.59 MB)11 -Deploy mongodb stateful application to EKS using EBS for Persistent Volume.mp4 (280.39 MB)2 -Configure aws cli and secret key.mp4 (55.62 MB)3 -Install eksctl.mp4 (11.76 MB)4 -uninstall helm releases from local.mp4 (18.27 MB)5 -using mongodb atlas for eks.mp4 (31.86 MB)6 -login as IAM and create EKS Cluster.mp4 (63.35 MB)7 -Deploy application to EKS Cluster.mp4 (102.36 MB)8 -Making change and redeploying.mp4 (72.81 MB)9 -Automate deployment using github actions.mp4 (207.44 MB)1 -Section Introduction.mp4 (5.79 MB)10 -Launch EC2 instance, configure SG and NACL (practical).mp4 (179.63 MB)11 -Private Subnet and NAT gateway (practical).mp4 (233.14 MB)2 -What is VPC and Subnet (Theory).mp4 (24.91 MB)3 -IP Address and CIDR Block (Theory).mp4 (112.47 MB)4 -Route Table and Internet Gateway (Theory).mp4 (46.12 MB)5 -Security Groups (Theory).mp4 (52.8 MB)6 -NACL and NACL vs Security Group (Theory).mp4 (50.93 MB)7 -NAT Gateway (Theory).mp4 (21.26 MB)8 -Creating IAM User for ourself (practical).mp4 (27.71 MB)9 -Create VPC, Public Subnet, Route Table and IGW (practical).mp4 (117.84 MB)1 -Github Actions Introduction.mp4 (27.48 MB)10 -composite action - reusing duplicate steps.mp4 (120.18 MB)11 -Deploy react app to github pages using github actions.mp4 (142.95 MB)12 -Sonar cloud integration to check code quality.mp4 (98.52 MB)2 -Project Overview.mp4 (21.01 MB)3 -Create Workflow to print hello world.mp4 (80.84 MB)4 -Clone project code to remote runner & checkout action.mp4 (100.86 MB)5 -Setup node js and run test cases.mp4 (76.61 MB)6 -Parallel and sequential job and skip workflow on push.mp4 (106.34 MB)7 -Cache dependencies to speed up the workflow run.mp4 (114.22 MB)8 -Upload and download artifact.mp4 (67.53 MB)9 -Adding filter to push event.mp4 (57.22 MB)1 -why do we need docker.mp4 (13.28 MB)10 -pushing image to docker hub.mp4 (36.16 MB)11 -using docker compose to automate image build and container spin-up.mp4 (84.96 MB)12 -docker compose develop watch for hot reloading.mp4 (40.63 MB)2 -what is dockerfile, image & container.mp4 (24.75 MB)3 -Installing docker.mp4 (36.05 MB)4 -Creating Dockerfile.mp4 (79.68 MB)5 -building images and running in a container.mp4 (91.04 MB)6 -access application using port mapping.mp4 (45.64 MB)7 -Leveraging Docker cache to speed up build.mp4 (64.52 MB)8 -persisting data using named volumes.mp4 (73.27 MB)9 -Difference between entrypoint and cmd.mp4 (43.91 MB)1 -Our goal for this section.mp4 (3.09 MB)10 -using managed service for database container - mongodb atlas.mp4 (81.1 MB)2 -communication using local environment (host docker internal).mp4 (53.33 MB)3 -communication using containers IP.mp4 (32.91 MB)4 -create network & communication using containers name.mp4 (45.8 MB)5 -create docker compose for multi container app.mp4 (83.48 MB)6 -adding environment variable for mongodb admin user.mp4 (71.57 MB)7 -adding client service in docker compose.mp4 (118.96 MB)8 -multistage dockerfile.mp4 (128.36 MB)9 -create separate docker compose for prod and provide API URL from env.mp4 (107.75 MB)1 -Deployment options & ECS introduction.mp4 (21.6 MB)2 -Understanding ECS components - task definition, service & cluster.mp4 (32.24 MB)3 -Deploy API container (backend) on ECS.mp4 (216.07 MB)4 -Deploy Client container (frontend) on ECS.mp4 (121.65 MB)5 -Fix nginx 404 issue for admin route.mp4 (59.43 MB)1 -Create workflow and job to build and push image to dockerhub.mp4 (256.32 MB)2 -Creating job for deploying image to ECS.mp4 (180.8 MB)3 -Fixing typos and testing deployment workflow.mp4 (90.72 MB)4 -Delete ECS Cluster - IMPORTANT!.mp4 (24.27 MB)1 -Why & What is kubernetes.mp4 (33.15 MB)10 -Rolling updates and Rollback.mp4 (64.76 MB)11 -Autoscaling Pod using HPA.mp4 (219.04 MB)12 -liveness and readiness probes.mp4 (172.98 MB)2 -Kubernetes Architecture.mp4 (64.28 MB)3 -Enable kubernetes in docker desktop.mp4 (8.31 MB)4 -Understanding POD & creating manifest file for pod.mp4 (74.2 MB)5 -Create POD and using kubectl.mp4 (55.15 MB)6 -Using Nodeport service to access application.mp4 (72.76 MB)7 -Namespace in k8s.mp4 (54.19 MB)8 -Self healing.mp4 (21.53 MB)9 -Using Deployment to solve downtime problem.mp4 (101.72 MB)1 -Goal of this section.mp4 (15.77 MB)10 -Configure Ingress controller and ingress rules.mp4 (100.79 MB)11 -Applying Ingress and testing our application.mp4 (111.87 MB)2 -Creating StatefulSet & Persistent volume.mp4 (163.91 MB)3 -Creating manifest for backend deployment.mp4 (65.14 MB)4 -Pod to Pod communication using ClusterIP service.mp4 (134.56 MB)5 -Nodeport service downsides using Loadbalancer service.mp4 (54.6 MB)6 -ClusterIP vs NodePort VS LoadBalancer Service.mp4 (25.2 MB)7 -Using environment variable, ConfigMap and Secret.mp4 (229.02 MB)8 -Ingress introduction & networking diagram.mp4 (30.52 MB)9 -Create deployment & service for frontend.mp4 (136.75 MB)]ScreenshotTurboBithttps://turbobit.net/1lxtaxgo22pp.htmlhttps://turbobit.net/g4p5zf7lp519.htmlhttps://turbobit.net/hqaqk82kuh8o.htmlhttps://turbobit.net/8i3xpgeq4yxv.htmlhttps://turbobit.net/d79xo169b7oo.htmlhttps://turbobit.net/2ujfk1xnrjg3.htmlhttps://turbobit.net/c2p4copc2sm3.htmlhttps://turbobit.net/hfjlbdoytxet.htmlRapidGatorhttps://rapidgator.net/file/d23eeac722e45d07a9c8ae6b4dd0e3a5/https://rapidgator.net/file/0d5175160e2d8c654d913de8ffb78e76/https://rapidgator.net/file/767bb03cdbdcd0d782911059ff1e1942/https://rapidgator.net/file/a4b7bfcc10c6df1917b79078c2c7be81/https://rapidgator.net/file/093a7a6221512f61d39833a87cb1aed5/https://rapidgator.net/file/b40742ebcdf473ae1430473e0ff3d1bb/https://rapidgator.net/file/08da3ec58d903ad5a17fab8f81e8b649/https://rapidgator.net/file/12ccd1aead95bc44d7f1566389b294a2/ Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now