* Cantinho Satkeys

Refresh History
  • FELISCUNHA: ghyt74  pessoal   4tj97u<z
    Hoje às 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
  • FELISCUNHA: try65hytr  pessoal   htg6454y
    26 de Junho de 2025, 21:33
  • JPratas: try65hytr Pessoal  4tj97u<z
    26 de Junho de 2025, 02:28
  • cereal killa: Boa Tarde Pessoal E com enorme tristeza que depois de 15 anos que idealizei e abri este fórum vejo que esta na iminência de fechar portas porque ninguém tenta ajudar o pagamento do servidor, mas cada ano e sempre difícil arranjar almas caridosas que nos bom ajudando mas este ano esta complicado, mas infelizmente e como diz o j.s dia 5/07 se não houver algumas ajudas esta vez vai mesmo fechar…..e pena e triste mas tudo na vida tem fim. obrigada cereal killa
    25 de Junho de 2025, 19:40

Autor Tópico: Hands-On Amazon Elastic Kubernetes Service (EKS) LiveLessons: Running Microservices  (Lida 141 vezes)

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

Offline mitsumi

  • Sub-Administrador
  • ****
  • Mensagens: 121842
  • Karma: +0/-0
MP4 | Video: AVC 1280 x 720 | Audio: AAC 48 Khz 2ch | Duration: 02:57:15 | 5.28 GB
Genre: eLearning | Language: English

Three hours of hands-on demonstrations explaining the details of Amazon EKS that shows the power and ease of running and integrating applications on Kubernetes in AWS.

Overview

Hands-On Amazon Elastic Kubernetes Service (EKS): Running Microservices LiveLessons gives a demo-driven overview of running Amazon Elastic Kubernetes Services. The course covers not only the basics of Kubernetes, but also gets into the creation of EKS clusters and running real workflows on the cluster. The course shows common administrative tasks and wraps up with demos that help integrate an EKS cluster with a Serverless project as well as an application that uses DynamoDB from within the cluster.

About the Instructor

Vallard Benincosa is a senior engineer at a company called WeaveGrid, which focuses on climate change by efficiently coordinating between electric vehicles and utility companies. He has worked for a variety of small and large companies working on Kubernetes. He helped develop a Kubernetes certification for the Linux foundation and has been using Kubernetes since 2015. In his day job, he is a lead platform engineer ensuring production applications run reliably in Kubernetes and AWS.

Skill Level
Beginner/Intermediate
What You Will Learn
Learn what problems Kubernetes solves and how it simplifies the management of microservices.
Learn how to install EKS and do administrative tasks with EKS such as upgrading, scaling the cluster, adding users, and viewing the dashboard.
Learn how to securely run applications on EKS and integrate with other AWS services such as: S3, Route53, Load Balancers, and Elastic Block Storage
Learn how to integrate container applications into the AWS ecosystem with Serverless functions performing actions on the Kubernetes cluster or how an application would interface with DynamoDB.
Who Should Take This Course
People who want to learn how to best run Kubernetes on Amazon Web Services
Developers looking to understand how their applications can use EKS and existing AWS services such as DynamoDB, S3, and others in production.
Platform Engineers who want to know how to best run Kubernetes on AWS and understand how applications can benefit from the system.
Course Requirements
Basic understanding of Linux containers
Basic Shell commands for CLI work
Basic hands-on experience with AWS
Table of Contents

Lesson 1: Introduction to EKS
Lesson 2: EKS IAM Resources
Lesson 3: Creating EKS Clusters
Lesson 4: Kubernetes on EKS
Lesson 5: Running Applications
Lesson 6: Administrative Tasks
Lesson 7: Integration with Other AWS Services

Lesson Descriptions

Lesson 1, "Introduction to EKS," lays the groundwork by defining the problems we are looking to solve. Next, it evaluates different solutions to managing container workloads and explores some tradeoffs. Last, it defines a few Kubernetes constructs and shows the value EKS provides.

Lesson 2, "EKS IAM Resources," shows how to set up users for different levels of permission access as well as how to create roles for the EKS services themselves to take on.

Lesson 3, "Creating EKS Clusters," shows two different ways of creating EKS clusters; the first by using the eksctl command line tool, and the second by going through the console. Knowing how to do this part manually will help you understand how to do it with code if you choose to do it with Terraform in your own infrastructure.

Lesson 4, "Kubernetes on EKS," delves more into the details of what EKS really is. It explores Namespaces, Pods, daemonsets, replicasets, and testing Kube-DNS.

Lesson 5, "Running Applications," shows how to expose an application to the world with load balancers and ingress controllers. It also shows how to securely associate real domain names with TLS and wrap up with adding persistent storage.

Lesson 6, "Administrative Tasks," walks through the various upkeep needed to optimize the cluster, including autoscaling, authentication, and upgrades.

Lesson 7, "Integration with Other AWS Services," introduces some of the architectures that are running in the real world where we integrate with serverless frameworks. This lesson also shows how applications interact with other AWS services and how to give permission for this to happen. Last, the lesson wraps with one final application that lists users out of a DynamoDB table.

Screenshots


Download link:
Só visivel para registados e com resposta ao tópico.

Only visible to registered and with a reply to the topic.

Links are Interchangeable - No Password - Single Extraction