* Cantinho Satkeys

Refresh History
  • j.s.: [link]
    Hoje às 16:31
  • j.s.: dgtgtr a todos  4tj97u<z
    Hoje às 16:31
  • j.s.: h7t45 ao convidado de Honra batatinha pela sua ajuda
    Hoje às 16:30
  • FELISCUNHA: ghyt74  pessoal   4tj97u<z
    04 de Julho de 2025, 11:58
  • JPratas: dgtgtr Pessoal  101041 Vamos Todos Ajudar na Manutenção do Forum, Basta 1 Euro a Cada Um  43e5r6
    03 de Julho de 2025, 19:02
  • cereal killa: Todos os anos e preciso sempre a pedir esmolas e um simples gesto de nem que seja 1€ que fosse dividido por alguns ajudava, uma coisa e certa mesmo continuando isto vai levar volta a como se tem acesso aos tópicos, nunca se quis implementar esta ideia mas quem não contribuir e basta 1 € por ano não terá acesso a sacar nada, vamos ver desenrolar disto mais ate dia 7,finalmente um agradecimento em nome do satkeys a quem já fez a sua doação, obrigada
    03 de Julho de 2025, 15:07
  • m1957: Por favor! Uma pequena ajuda, não deixem que o fórum ecerre. Obrigado!
    03 de Julho de 2025, 01:10
  • j.s.: [link]
    02 de Julho de 2025, 21:09
  • j.s.: h7t45 ao membro anónimo pela sua ajuda  49E09B4F
    02 de Julho de 2025, 21:09
  • j.s.: dgtgtr a todos  4tj97u<z
    01 de Julho de 2025, 17:18
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  4tj97u<z
    29 de Junho de 2025, 11:59
  • m1957: Foi de boa vontade!
    28 de Junho de 2025, 00:39
  • j.s.: passem f.v. por aqui [link]    h7t45
    27 de Junho de 2025, 17:20
  • j.s.: renovamos o nosso pedido para uma pequena ajuda para pagemento  do nosso forum
    27 de Junho de 2025, 17:19
  • j.s.: h7t45 aos convidados de honra Felizcunha e M1957 pela ajuda
    27 de Junho de 2025, 17:15
  • j.s.: dgtgtr a todos  4tj97u<z
    27 de Junho de 2025, 17:13
  • FELISCUNHA: ghyt74  pessoal  4tj97u<z
    27 de Junho de 2025, 11:51
  • JPratas: try65hytr A Todos  classic k7y8j0
    27 de Junho de 2025, 04:35
  • m1957: Por favor vaamos todos dar uma pequena ajuda, para não deixar encerrar o fórum! Obrigado.
    26 de Junho de 2025, 23:45
  • FELISCUNHA: j.s. enviei PM  101041
    26 de Junho de 2025, 21:33

Autor Tópico: Kubernetes On Aws Eks: Get Started For Developers & Devops  (Lida 107 vezes)

0 Membros e 1 Visitante estão a ver este tópico.

Offline mitsumi

  • Sub-Administrador
  • ****
  • Mensagens: 121842
  • Karma: +0/-0

Kubernetes On Aws Eks: Get Started For Developers & Devops
Published 5/2023
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 1.06 GB | Duration: 2h 3m

Hands on Get Started guide tailored for Developers, Cloud Engineers and DevOps Professionals

What you'll learn
You'll learn creating deploying multiple docker applications on Kubernetes
You'll learn basic security best practices of deploying applications on Kubernetes
You'll learn how to create Kubernetes cluster on Amazon / AWS EKS using Terraform
You'll learn creating necessary infrastructure such as VPC on AWS using Terraform
You'll learn creating RDS MySQL database using Terraform for a docker API application
You'll learn how to use Command Line Interface and Infrastructure Code instead of using AWS Management Console
Requirements
You are a web developer and understand the concepts of web programing
You have basic knowledge of Docker. If you have the experience building images, even for local development, that is a plus
You have or you will create AWS account and aware of the pricing beyond AWS free tier
Description
A Get Started and a practical course that is packed with learning content. We'll show you how to create a Kubernetes cluster and deploy Docker containers to K8S on AWS EKS, all at a quick pace. Plus, learn to code Cloud Infrastructure with Terraform.Learn about Infrastructure & Networking for Kubernetes setup on AWS:You will gain knowledge about the infrastructure requirements for running Kubernetes on AWS, including understanding the networking concepts and components involved in setting up a Kubernetes environment.Create Kubernetes cluster on AWS EKS by writing Terraform code: This objective focuses on using Terraform, an infrastructure-as-code tool, on provisioning and configure the AWS resources required for setting up an Amazon Elastic Kubernetes Service (EKS) cluster. You will learn how to write Terraform code to automate the cluster creation process.Creates AWS RDS instance for MySQL using Terraform:You will learn to use Terraform to provision an Amazon RDS (Relational Database Service) instance running MySQL. This objective helps in understanding how to integrate and manage databases within a Kubernetes environment.Deploy Microservices as containers to Kubernetes using Kubectl:This objective covers the deployment process of microservices as containers to the Kubernetes cluster. You will learn how to use the kubectl command-line tool to interact with the Kubernetes API and deploy their applications effectively.Learn how to handle the Routing and Load Balancing of Microservices in K8S:You will understand the concepts and practices related to routing and load balancing in Kubernetes. Also, learn how to configure and manage the routing and load balancing of microservices within the Kubernetes cluster.Learn basic security: Config & Secret Configs & Secure Docker Images, etc:This objective covers the fundamentals of securing Kubernetes deployments on AWS. You will learn how to manage sensitive configuration data using Kubernetes ConfigMaps and Secrets and explore best practices for securing Docker images used in containerized applications.
Overview
Section 1: Introduction
Lecture 1 Welcome
Lecture 2 Course Structure
Lecture 3 What you need to know
Section 2: AWS Infrastructure for Kubernetes
Lecture 4 VPC - High Level Overview
Lecture 5 Configure AWS Command Line Interface (CLI)
Lecture 6 Create VPC for Kubernetes using Terraform Code
Lecture 7 VPC Simplified Usage
Lecture 8 Create EKS Kubernetes Cluster using Terraform Code
Section 3: Microservices Deployments on Kubernetes
Lecture 9 Overview of Demo Project - Microservices Product
Lecture 10 High Level Kubernetes Concepts
Lecture 11 Run a Static Website with Docker on Local Setup
Lecture 12 Deploy Static Website to Kubernetes
Lecture 13 Run an API application with Database using Docker Compose
Lecture 14 Create MySQL on AWS RDS using Terraform
Lecture 15 Deploy API application to Kubernetes
Section 4: AWS LoadBalancer and Routing in Kubernetes
Lecture 16 Kubernetes Ingress & AWS LoadBalancer - Overview
Lecture 17 Install Kubernetes Ingress Controller
Lecture 18 Configure Route for the Website Service
Lecture 19 Configure Route for API service
Lecture 20 Deploy Single Page App to Kubernetes with a new Route
Section 5: Application Configs and Secrets Configs in Kubernetes
Lecture 21 Use K8S ConfigMaps for API's Configurations
Lecture 22 Use K8S Secrets for API's Secret Configs
Lecture 23 Use Private Docker Registry with Kubernetes
Section 6: Wrapping Up
Lecture 24 Summary
Lecture 25 References
If you're a DevOps Professional with experience in creating CI/CD pipelines and have a good understanding of high level Cloud Infrastructure and setup, this course will help you gain expertise in Kubernetes and Infrastructure Coding with Terraform on AWS.,If you're an Engineering Leader seeking to enhance your knowledge of Cloud Engineering, Cloud Native and DevOps practices, particularly in the area of Kubernetes infrastructure for Microservices, this course is perfect for you.,If you're a Cloud Engineer with experience in Cloud Infrastructure & Networking, and looking to learn Kubernetes from both an Infrastructure Coding and Deployment perspective, this course is for you.,If you're an Application Engineer with experience in engineering web applications and APIs, this course is tailored for you.


Download link

rapidgator.net:
Citar
https://rapidgator.net/file/a30a6db0d83937deb7def904d35141d7/nzzbt.Kubernetes.On.Aws.Eks.Get.Started.For.Developers..Devops.part1.rar.html
https://rapidgator.net/file/0dc6570e7f5f75d53026e87f290b3fc2/nzzbt.Kubernetes.On.Aws.Eks.Get.Started.For.Developers..Devops.part2.rar.html

uploadgig.com:
Citar
https://uploadgig.com/file/download/75292fa028d506c5/nzzbt.Kubernetes.On.Aws.Eks.Get.Started.For.Developers..Devops.part1.rar
https://uploadgig.com/file/download/77766618E61a5250/nzzbt.Kubernetes.On.Aws.Eks.Get.Started.For.Developers..Devops.part2.rar

nitroflare.com:
Citar
https://nitroflare.com/view/76FC2839100E9D0/nzzbt.Kubernetes.On.Aws.Eks.Get.Started.For.Developers..Devops.part1.rar
https://nitroflare.com/view/77AA91C716D47EC/nzzbt.Kubernetes.On.Aws.Eks.Get.Started.For.Developers..Devops.part2.rar

1dl.net:
Citar
https://1dl.net/y4u8a1owb1p0/nzzbt.Kubernetes.On.Aws.Eks.Get.Started.For.Developers..Devops.part1.rar
https://1dl.net/i9d0b04rqmx9/nzzbt.Kubernetes.On.Aws.Eks.Get.Started.For.Developers..Devops.part2.rar