Published by : Baturi | Views: 6 | Category: Tutorials
Containerization with Docker and Kubernetes Mastery
Free Download Containerization with Docker and Kubernetes Mastery
Published 9/2023
Created by Stefan Toshkov Zhelyazkov
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English | Duration: 48 Lectures ( 7h 53m ) | Size: 3.9 GB



Read More     
Published by : Baturi | Views: 0 | Category: Tutorials
Real–World Kubernetes In Action
Published 9/2023
Created by Michael Levan
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English | Duration: 42 Lectures ( 4h 1m ) | Size: 3.56 GB
Your Go-To Production Kubernetes Resource



Read More     
Published by : Baturi | Views: 1 | Category: Tutorials
Kubernetes – Provisioning with kind
Free Download Kubernetes – Provisioning with kind
Released: 09/2023
Duration: 1h 7m | .MP4 1280x720, 30 fps(r) | AAC, 48000 Hz, 2ch | 128 MB
Level: Intermediate | Genre: eLearning | Language: English
If you're looking for a reliable tool to run local Kubernetes clusters using Docker container nodes, you'll find that using kind is a great option. In this course, cloud and software consultant Carlos Nunez provides a focused reference describing how to provision Kubernetes clusters with kind. Explore the challenges of installing Kubernetes and its prerequisites: Vagrant, Docker, and kubectl, polishing your skills as you go. Along the way, Carlos shows you how to deploy Kubernetes in Docker using K3s, in the form of both single- and multinode clusters.



Read More     
Published by : Baturi | Views: 1 | Category: Tutorials
Kubernetes – Provisioning with Terraform and kOps
Free Download Kubernetes – Provisioning with Terraform and kOps
Released 9/2023
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Skill Level: Intermediate | Genre: eLearning | Language: English + srt | Duration: 1h 22m | Size: 165 MB
kOps is one of the easiest and most effective ways to get a Kubernetes cluster up and running. It can generate Terraform configurations, too, which can then be applied with the terraform plan and terraform apply tools. In this course, cloud and software consultant Carlos Nunez provides a focused reference describing how to provision and manage Kubernetes clusters with the integrated power of Terraform and kOps. Explore the challenges of installing Kubernetes and its prerequisites: Docker, kubectl, and Terraform. Along the way, Carlos gives detailed instructions for deploying Kubernetes into the cloud, including how to define AWS resources with Terraform, prepare AWS for kOps, correctly install kOps, create a cluster with kOps, apply the cluster configuration file for kOps, and perform smoke tests for quality assurance.



Read More     
Published by : Baturi | Views: 1 | Category: Tutorials
Kubernetes – Provisioning with Terraform and Kubespray
Free Download Kubernetes – Provisioning with Terraform and Kubespray
Released: 09/2023
Duration: 1h 34m | .MP4 1280x720, 30 fps(r) | AAC, 48000 Hz, 2ch | 282 MB
Level: Intermediate | Genre: eLearning | Language: English
Kubespray is a community-driven project that provides a set of Ansible playbooks for deploying a production-ready Kubernetes cluster. It's also an incredibly helpful tool for deploying a cluster on OpenStack because it lets you use Terraform and Ansible at the same time. In this course, cloud and software consultant Carlos Nunez provides a focused reference describing how to provision Kubernetes clusters with Terraform and Kubespray. Explore the challenges of installing Kubernetes and its prerequisites: Docker and kubectl. Along the way, Carlos shows you how to deploy Kubernetes into the cloud, including how to inspect the compute configuration; create, configure, and confirm access to Kubernetes nodes; install Kubespray; deploy a Kubernetes cluster with Kubespray; and perform smoke tests on the cluster as you go.



Read More     
Published by : Baturi | Views: 1 | Category: Tutorials
Kubernetes – Provisioning with Minikube
Free Download Kubernetes – Provisioning with Minikube
Released: 09/2023
Duration: 1h 3m | .MP4 1280x720, 30 fps(r) | AAC, 48000 Hz, 2ch | 124 MB
Level: Intermediate | Genre: eLearning | Language: English
The minikube tool is a lightweight Kubernetes implementation that creates a virtual machine on your local machine and deploys a simple cluster with only one node. It's also a viable alternative to using kind, which could come in handy in trickier computing situations. In this course, cloud and software consultant Carlos Nunez provides a focused reference describing how to provision Kubernetes clusters using minkube. Explore the challenges of installing Kubernetes and its prerequisites: Docker and kubectl. Along the way, Carlos shows you how to deploy Kubernetes in Docker with minikube, creating both single- and multimode clusters and performing smoke tests for QA as you go.



Read More     
Published by : Baturi | Views: 1 | Category: Tutorials
Kubernetes – Provisioning with Kubeadm
Free Download Kubernetes – Provisioning with Kubeadm
Released 9/2023
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Skill Level: Intermediate | Genre: eLearning | Language: English + srt | Duration: 1h 44m | Size: 214 MB
Kubeadm is a tool to set up a minimum viable Kubernetes cluster without much complex configuration. In this course, cloud and software consultant Carlos Nunez presents a focused reference describing how to provision Kubernetes clusters using kubeadm. Find out what makes installing Kubernetes so challenging and review what you should have installed before you install Kubernetes. Step through the full process of deploying Kubernetes locally with kubeadm. Then wrap up with detailed directions on choosing a strategy, considering a managed Kubernetes offering, and considering using an enterprise Kubernetes distribution for provisioning highly compliant Kubernetes clusters.



Read More     
Published by : Baturi | Views: 1 | Category: Tutorials
Kubernetes – Provisioning with K3s
Free Download Kubernetes – Provisioning with K3s
Released: 09/2023
Duration: 1h 23m | .MP4 1280x720, 30 fps(r) | AAC, 48000 Hz, 2ch | 158 MB
Level: Intermediate | Genre: eLearning | Language: English
K3s is a lightweight Kubernetes distribution that's fully certified by the Cloud Native Computing Foundation (CNCF). It's highly available and production ready due to its small binary size and low resource requirements, making it extremely reliable for scenarios where more robust computing options are unavailable. In this course, cloud and software consultant Carlos Nunez offers a focused reference describing how to provision Kubernetes clusters using K3s. Explore the challenges of installing Kubernetes and its prerequisites: Vagrant, Docker, and kubectl. Along the way, Carlos shows you how to deploy Kubernetes locally using K3s, in the form of both single- and multinode clusters.



Read More     
Published by : Baturi | Views: 1 | Category: Tutorials
Kubernetes – Provisioning with Cluster API
Free Download Kubernetes – Provisioning with Cluster API
Released 9/2023
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Skill Level: Beginner | Genre: eLearning | Language: English + srt | Duration: 1h 7m | Size: 127 MB
Cluster API is a Kubernetes subproject focused on providing declarative APIs and tooling to simplify the process of provisioning, upgrading, and operating multiple Kubernetes clusters. In this course, cloud and software consultant Carlos Nunez provides a focused reference describing how to provision Kubernetes clusters with Cluster API. Explore the challenges of installing Kubernetes and its prerequisites: Docker and kubectl. Along the way, Carlos shows you how to deploy Kubernetes declaratively with Cluster API, including downloading the management tool clusterctl, creating the Cluster API management cluster, initializing the Docker provider, joining a workload cluster into the management cluster, installing and configuring a Container Network Interface, and performing smoke tests for QA as you go.



Read More     
Published by : Baturi | Views: 0 | Category: Tutorials
Grafana And Prometheus Monitoring Tool For Kubernetes
Free Download Grafana And Prometheus Monitoring Tool For Kubernetes
Published 9/2023
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 759.11 MB | Duration: 1h 21m
Created multiple Grafana Dashboard based on Kubernetes Production Env | added few troubleshooting during grafana dash



Read More     
← Previous    1 2 3 4 5 6 7 8 9 10 ... 39    Next →

To Page :

Recent

Searches