Cisco utbildning

Insoft Services är en av få utbildningsleverantörer inom EMEAR som erbjuder hela utbudet av Cisco-certifiering och specialiserad teknikutbildning.

Läs mer

Cisco-certifieringar

Upplev en blandad inlärningsmetod som kombinerar det bästa av instruktörsledd utbildning och e-lärande i egen takt för att hjälpa dig att förbereda dig för ditt certifieringsprov.

Läs mer

Cisco Learning Credits

Cisco Learning Credits (CLC) är förbetalda utbildningskuponger som löses in direkt med Cisco och som gör det enklare att planera för din framgång när du köper Ciscos produkter och tjänster.

Läs mer

Cisco Fortbildning

Ciscos fortbildningsprogram erbjuder alla aktiva certifikatinnehavare flexibla alternativ för att omcertifiera genom att slutföra en mängd olika kvalificerade utbildningsartiklar.

Läs mer

Cisco Digital Learning

Certifierade medarbetare är VÄRDERADE tillgångar. Utforska Ciscos officiella digitala utbildningsbibliotek för att utbilda dig själv genom inspelade sessioner.

Läs mer

Partner för affärsaktivering

Cisco Business Enablement Partner Program fokuserar på att vässa affärskunskaperna hos Cisco Channel Partners och kunder.

Läs mer

Cisco Kurskatalog

Läs mer

Fortinet-certifieringar

Fortinet Network Security Expert (NSE) -programmet är ett utbildnings- och certifieringsprogram på åtta nivåer för att lära ingenjörer om deras nätverkssäkerhet för Fortinet FW-färdigheter och erfarenheter.

Tekniska utbildningar

Tekniska utbildningar

Insoft är erkänt som Fortinet Authorized Training Center på utvalda platser i EMEA.

Läs mer

Fortinet Kurskatalog

Utforska ett brett utbud av Fortinet-scheman i olika länder samt onlinekurser.

Läs mer

ATC-status

Kolla in vår ATC-status i utvalda länder i Europa.

Läs mer

Fortinet Professionella tjänster

Globalt erkända team av certifierade experter hjälper dig att göra en smidigare övergång med våra fördefinierade konsult-, installations- och migreringspaket för ett brett utbud av Fortinet-produkter.

Läs mer

Microsoft-utbildning

Insoft Services tillhandahåller Microsoft-utbildning i EMEAR. Vi erbjuder Microsofts tekniska utbildnings- och certifieringskurser som leds av instruktörer i världsklass.

Tekniska utbildningar

Extreme-utbildning

Lär dig exceptionella kunskaper och färdigheter i Extreme Networks.

Technische Kurse

Tekniske-certifieringar

Vi tillhandahåller omfattande läroplan för tekniska kompetensfärdigheter på certifieringsprestationen.

Läs mer

Extreme Kurskatalog

Hier finden Sie alle Extreme Networks online und den von Lehrern geleiteten Kalender für den Klassenraum.

Läs mer

ATP-ackreditering

Som auktoriserad utbildningspartner (ATP) säkerställer Insoft Services att du får de högsta tillgängliga utbildningsstandarderna.

Läs mer

Konsultpaket

Vi erbjuder innovativt och avancerat stöd för att designa, implementera och optimera IT-lösningar.Vår kundbas inkluderar några av de största telekombolagen globalt.

Lösningar och tjänster

Globalt erkända team av certifierade experter hjälper dig att göra en smidigare övergång med våra fördefinierade konsult-, installations- och migreringspaket för ett brett utbud av Fortinet-produkter.

Om oss

Insoft Tillhandahåller auktoriserade utbildnings- och konsulttjänster för utvalda IP-leverantörer.Lär dig hur vi revolutionerar branschen.

Läs mer
  • +46 8 502 431 88
  • Running Containers on Amazon Elastic Kubernetes Service (Amazon EKS)

    Duration
    3 Dagar
    Delivery
    (Online och på plats)
    Price
    Pris på begäran

    In this course, you will learn how to use Amazon EKS to manage and orchestrate containers with Kubernetes. With Amazon EKS you can run Kubernetes on AWS without needing to install, operate, and maintain your own Kubernetes control plane. You will manage container images using Amazon Elastic Container Registry (Amazon ECR) and learn how to automate application deployment. You will deploy applications using continuous integration and delivery (CI/CD) tools. You will learn how to monitor and scale your environment by using metrics, logging, tracing, and horizontal and vertical scaling. You will also manage storage for your containerized applications, configure AWS networking services to support the cluster, and learn how to secure your Amazon EKS environment.

     

    • Course level: Intermediate

    In this course, you will learn to:

    • Describe the main components of Kubernetes, including the key objects and the core components of the Kubernetes API.
    • Describe how Amazon EKS manages the Kubernetes control plane and parts of the data plane
    • Build and maintain an Amazon EKS cluster.
    • Deploy applications to an Amazon EKS cluster.
    • Manage applications running in enterprise-scale Amazon EKS clusters.
    • Configure efficient, secure communication both within the cluster and with outside services.
    • Configure observability in an Amazon EKS cluster.
    • Provision storage for applications running on Amazon EKS.
    • Secure an Amazon EKS cluster.

    Day 1

     

    Module 1: Kubernetes Fundamentals

    • Benefits of containers
    • Container orchestration
    • Kubernetes internals
    • Pod scheduling
    • Kubernetes objects

    Module 2: Amazon EKS Fundamentals

    • Introduction to Amazon EKS
    • Amazon EKS control plane
    • Amazon EKS data plane
    • Fundamentals of Amazon EKS security
    • Two APIs: Kubernetes and Amazon EKS
    • Hands-On Lab: Deploying Kubernetes Pods

    Module 3: Building and maintaining an Amazon EKS cluster

    • Creating an Amazon EKS cluster
    • Deploying nodes
    • Planning for an upgrade
    • Upgrading your Kubernetes version

    Module 4: Deploying Applications to Your Amazon EKS Cluster

    • Application deployment methods
    • Working with Amazon ECR
    • Deploying applications with Helm
    • Hands-On Lab: Deploying Applications

     

    Day 2

     

    Module 5: Managing Applications at Scale in Amazon EKS

    • Scale to meet demand in Amazon EKS
    • Continuous deployment in Amazon EKS
    • GitOps and Amazon EKS
    • Hands-On Lab: Continuous Deployment and GitOps

    Module 6: Managing Networking in Amazon EKS

    • Review: Networking in AWS
    • Communicating in Amazon EKS
    • Improving Pod-level security
    • Load balancing with Services

    Module 7: Configuring Observability in Amazon EKS

    • Configuring observability in an Amazon EKS cluster
    • Collecting metrics
    • Managing logs
    • Application tracing in Amazon EKS
    • Hands-On Lab: Monitoring Amazon EKS

     

    Day 3

     

    Module 8: Managing Storage in Amazon EKS

    • Design patterns for storage
    • Persistent storage in Kubernetes
    • Persistent storage with AWS storage services
    • Managing secrets
    • Hands-On Lab: Persistent Storage in Amazon EKS

    Module 9: Managing Security in Amazon EKS

    • Cloud security fundamentals
    • Authentication and authorization
    • Managing IAM and RBAC
    • Managing Pod permissions using RBAC service accounts
    • Hands-On Lab: Capstone Exercise

    This course is intended for people who provide container orchestration management in the AWS Cloud, including:

    • Cloud architects
    • DevOps engineers
    • Systems administrators

    We recommend that attendees of this course have:

    • Completed Introduction to Containers
    • Completed Amazon EKS Primer
    • Completed AWS Cloud Practitioner Essentials (or have equivalent real-world experience)
    • Basic Linux administration experience
    • Basic network administration experience

    In this course, you will learn how to use Amazon EKS to manage and orchestrate containers with Kubernetes. With Amazon EKS you can run Kubernetes on AWS without needing to install, operate, and maintain your own Kubernetes control plane. You will manage container images using Amazon Elastic Container Registry (Amazon ECR) and learn how to automate application deployment. You will deploy applications using continuous integration and delivery (CI/CD) tools. You will learn how to monitor and scale your environment by using metrics, logging, tracing, and horizontal and vertical scaling. You will also manage storage for your containerized applications, configure AWS networking services to support the cluster, and learn how to secure your Amazon EKS environment.

     

    • Course level: Intermediate

    In this course, you will learn to:

    • Describe the main components of Kubernetes, including the key objects and the core components of the Kubernetes API.
    • Describe how Amazon EKS manages the Kubernetes control plane and parts of the data plane
    • Build and maintain an Amazon EKS cluster.
    • Deploy applications to an Amazon EKS cluster.
    • Manage applications running in enterprise-scale Amazon EKS clusters.
    • Configure efficient, secure communication both within the cluster and with outside services.
    • Configure observability in an Amazon EKS cluster.
    • Provision storage for applications running on Amazon EKS.
    • Secure an Amazon EKS cluster.

    Day 1

     

    Module 1: Kubernetes Fundamentals

    • Benefits of containers
    • Container orchestration
    • Kubernetes internals
    • Pod scheduling
    • Kubernetes objects

    Module 2: Amazon EKS Fundamentals

    • Introduction to Amazon EKS
    • Amazon EKS control plane
    • Amazon EKS data plane
    • Fundamentals of Amazon EKS security
    • Two APIs: Kubernetes and Amazon EKS
    • Hands-On Lab: Deploying Kubernetes Pods

    Module 3: Building and maintaining an Amazon EKS cluster

    • Creating an Amazon EKS cluster
    • Deploying nodes
    • Planning for an upgrade
    • Upgrading your Kubernetes version

    Module 4: Deploying Applications to Your Amazon EKS Cluster

    • Application deployment methods
    • Working with Amazon ECR
    • Deploying applications with Helm
    • Hands-On Lab: Deploying Applications

     

    Day 2

     

    Module 5: Managing Applications at Scale in Amazon EKS

    • Scale to meet demand in Amazon EKS
    • Continuous deployment in Amazon EKS
    • GitOps and Amazon EKS
    • Hands-On Lab: Continuous Deployment and GitOps

    Module 6: Managing Networking in Amazon EKS

    • Review: Networking in AWS
    • Communicating in Amazon EKS
    • Improving Pod-level security
    • Load balancing with Services

    Module 7: Configuring Observability in Amazon EKS

    • Configuring observability in an Amazon EKS cluster
    • Collecting metrics
    • Managing logs
    • Application tracing in Amazon EKS
    • Hands-On Lab: Monitoring Amazon EKS

     

    Day 3

     

    Module 8: Managing Storage in Amazon EKS

    • Design patterns for storage
    • Persistent storage in Kubernetes
    • Persistent storage with AWS storage services
    • Managing secrets
    • Hands-On Lab: Persistent Storage in Amazon EKS

    Module 9: Managing Security in Amazon EKS

    • Cloud security fundamentals
    • Authentication and authorization
    • Managing IAM and RBAC
    • Managing Pod permissions using RBAC service accounts
    • Hands-On Lab: Capstone Exercise

    This course is intended for people who provide container orchestration management in the AWS Cloud, including:

    • Cloud architects
    • DevOps engineers
    • Systems administrators

    We recommend that attendees of this course have:

    • Completed Introduction to Containers
    • Completed Amazon EKS Primer
    • Completed AWS Cloud Practitioner Essentials (or have equivalent real-world experience)
    • Basic Linux administration experience
    • Basic network administration experience
      Datum
      Datum på begäran

    Follow Up Courses

    Filtrera
    • 2 Dagar
      Datum på begäran
      Price on Request
      Book Now
    • 3 Dagar
      Datum på begäran
      Price on Request
      Book Now
    • 3 Dagar
      Datum på begäran
      Price on Request
      Book Now
    • 1 Dag
      Datum på begäran
      Price on Request
      Book Now
    • 1 Dag
      Datum på begäran
      Price on Request
      Book Now
    • 3 Dagar
      Datum på begäran
      Price on Request
      Book Now

    Know someone who´d be interested in this course?
    Let them know...

    Use the hashtag #InsoftLearning to talk about this course and find students like you on social media.