AWS Container Day
-
KubeCon EU 2023
-
KubeCon NA 2022
-
KubeCon EU 2022
-
KubeCon NA 2021
-
KubeCon EU 2021
-
KubeCon NA 2020
-
KubeCon EU 2020
-
KubeCon NA 2019
-
KubeCon EU 2023
-
AWS Container Day featuring Kubernetes at KubeCon Europe 2023 - Amsterdam, NL
AWS Container Day ft. Kubernetes was a day zero virtual event at KubeCon + CloudNativeCon Europe 2023 in Amsterdam, Netherlands. This day-long virtual event was dedicated to helping Kubernetes practitioners optimize their workloads and reduce their Ops burden. AWS and guest speakers dove deep into the latest trends, techniques, and best practices for deploying, managing, securing, and scaling with Kubernetes. The day featured new solution demos and interactive challenges designed to provide hands-on experience and practical insights. Watch the replay below or directly on YouTube.
AWS Container Day featuring Kubernetes Europe 2023 -
KubeCon NA 2022
-
AWS Container Day featuring Kubernetes at KubeCon North America 2022 - Detroit, MI
AWS Container Day featuring Kubernetes was a day zero event at KubeCon + CloudNativeCon North America 2022 in Detroit, Michigan. The ten sessions covered cost optimization, multi-cluster management, GitOps, and best practices that help customers deploy, manage, secure, and scale containerized applications using Kubernetes on AWS.AWS Container Day keynote by Barry Cooks, VP KubernetesWell architected and secure Kubernetes manifests with cdk8sEKS everywhere - Demystifying EKS deployment optionsBuilding an incident response plan for your Amazon EKS workloadsBehind the curtain: How AWS operates Kubernetes workloads at cloud scaleCut your cluster costs - How to monitor and reduce your compute costsMulti-cluster managementAWS Container Day: Reduce your pager pain, How to design for failureEKS keynote by Nathan Taber, Sr Mgr PMT - External ServicesRunning compute-intensive, high-scale batch workloads on EKS -
KubeCon EU 2022
-
AWS Container Days at KubeCon Europe 2022 - Valencia, Spain
Curated packages for EKS AnywhereEKS observabilityKubernetes dockershim deprecationKubernetes autoscaling with KarpenterEKS AnywhereMonitoring EKS clustersTerraform for EKSKubernetes cdk8sGitOps with WeaveWorksEKS with IPv6 networking -
KubeCon NA 2021
-
AWS Container Day at KubeCon North America 2021 - Virtual
AWS Container Day at KubeCon North America 2021 (virtual) -
KubeCon EU 2021
-
AWS Container Day at KubeCon Europe 2021 - Virtual
AWS Container Day at KubeCon Europe 2021 (virtual) -
KubeCon NA 2020
-
AWS Container Day at KubeCon North America 2020 - Virtual
Event detailsAWS Container Day: Kubernetes Edition at KubeCon North America 2020 -
KubeCon EU 2020
-
AWS Container Day at KubeCon Europe 2020 - Virtual
AWS Container Day - Keynote with Bob WiseIn this talk, Bob Wise, GM of Kubernetes, shares the latest and greatest on EKS and Kubernetes at AWS.
AWS Container Day - Amazon EKS Roadmap and VisionKubernetes is being rapidly adopted by organizations to help simplify how they deploy and manage their applications across cloud and on-premises environments. With Amazon EKS, AWS offers customers a highly-reliable, scalable, and fully-managed Kubernetes service that makes it easy to migrate to or scale on Kubernetes. In this session, Nathan Taber, Sr. Product Manager for Amazon EKS will cover the vision and plan for how AWS is innovating its flagship Kubernetes service to simplify managing Kubernetes in production, help customers adopt Kubernetes throughout their organizations, and enable new workloads. Slides »
AWS Container Day - Amazon Controllers for KubernetesDo you love the Kubernetes API and user experience? Do you love declaratively defining your application as a Deployment or Daemonset, a Service, and maybe an Ingress manifest, and letting the magic of Kubernetes handle the orchestration of your application deployment? Until now, if you had some dependencies on an AWS managed service resources — an S3 Bucket, an SNS Topic, a DynamoDB Table, etc — you needed to use a tool like Terraform or CloudFormation to manage the creation and life-cycle of those resource dependencies. With AWS Controllers for Kubernetes (ACK), you can now define your application’s AWS managed service resources using your cozy Kubernetes API and manifests! No need to use a different configuration system or log into the AWS Console!
AWS Container Day - Kubernetes Networking on AWSMastering networking in Kubernetes requires a deep understanding multiple concepts including DNS, routing, iptables, and network policies, and even the most experienced practitioners can find it challenging to understand exactly how all the pieces fit together. In this session, we’ll delve into the unique approach AWS has taken to simplify Kubernetes networking. Learn how exposing VPC native networking into Kubernetes clusters improves application performance and removes complexities from network configuration. Slides »
AWS Container Day - CDK for KubernetesThe CDK for Kubernetes (cdk8s) is a new open-source software development framework for defining Kubernetes applications and resources using familiar programming languages. In this session, we will show you how to define your first cdk8s application, define reusable components called “constructs” and generally say goodbye (and thank you very much) to writing in YAML. We’ll also introduce our construct library cdk8s+ and show you how you can accelerate application development and adoption using cdk8s for any Kubernetes cluster. Slides »
AWS Container Day - Customizing Managed Node GroupsManaged Node Groups provide for automated provisioning and lifecycle management of nodes within Amazon EKS clusters. This means the responsibility of instance provisioning and node upgrade tasks falls on EKS. While this feature solves a number of problems, until now it has been limited regarding configuration options and customizations for your nodes. In this session, we’ll demonstrate the use of Launch Templates and Custom AMIs for Managed Node Groups. Launch templates provide a declarative method for specifying EC2 instance configuration, including user data and base environment modifications. For deeper customization requirements, custom AMIs are now supported as well, establishing a full range of customization options for use with managed node groups. Sldies »
AWS Container Day - Bottlerocket: an Open Source Container Host OSMore workloads are moving to orchestrated containers every day. Initially, this was business line applications and the management of the compute and storage was handled separately. As more and more features are added to orchestrators or provided as containerized solutions by third parties, the underlying operating system that runs your containers can become very focused. This is why we built Bottlerocket. It has just enough software to start OCI containers, we can harden it in many ways that are very difficult on a traditional OS and we can provide pre-validated updates that move from a known working state to a new state and rollback if needed. Bottlerocket is open source on github and has been designed to be modular so it can be extended to work on prem, in a hybrid cloud scenario and with many combinations of software. Slides »
AWS Container Day - CloudWatch Container Insights Now Monitors Prometheus MetricsYou can use Amazon CloudWatch to monitor Prometheus metrics from Amazon Elastic Kubernetes Service (EKS) and Kubernetes clusters, now available in beta. With this new feature, DevOps teams can automatically discover services for containerized workloads such as AWS App Mesh, NGINX, HAProxy, Memcache, and Java/JMX, and use Automatic Dashboards that visualize the health of these workloads. The new Container Insights console experience also provides the ability to manage resources and visualize the hierarchy of your containerized applications. Slides »
AWS Container Day - Persistent File Storage for Amazon EKS with Amazon EFSContainerizing applications that require data persistence or shared storage is often challenging since containers are ephemeral in nature, are scaled in and out dynamically, and typically clear any saved state when terminated. In this session you will learn about Amazon Elastic File System (EFS), a fully managed, elastic, highly-available, scalable, secure, high-performance, cloud native, shared file system that enables data to be persisted separately from compute for your Amazon Elastic Kubernetes Service (EKS) deployments. You’ll gain an understanding of the EFS Container Storage Interface (CSI) driver, and how it simplifies configuring elastic file storage for Kubernetes clusters. Slides »
AWS Container Day - Running Arm nodes with AWS Graviton on Amazon EKSA primary goal of running containers is to improve the cost efficiency for your applications. AWS Graviton2 processors deliver a major leap in performance and capabilities as well as significant cost savings. In this talk we will cover what you need to know to start using AWS Graviton2 instances with your Amazon EKS clusters. We will discuss good practices for writing and operating multi-architecture applications as well as add-ons. Slides »
AWS Container Day - Security Best Practices for Amazon EKSContainers provide a convenient mechanism for packaging and deploying applications. It also changes the way the you secure your environment in significant ways. As you explore moving to containers you are likely to discover that security software originally designed to run on hosts is no longer applicable in a containerized environment. A new set of best practices are necessary to account for the changes that containers bring. This session will review the essential best practices and features available within Kubernetes and EKS to secure your containerized environments. Slides »
AWS Container Day - CIS Amazon EKS BenchmarkCIS EKS Benchmark allows customers to conform to security configuration good practices aligned with CIS Kubernetes Benchmark for their Amazon EKS clusters. In this session, we gain understanding of the recently released benchmark and get hands-on with Kubernetes security configuration assessment against an EKS cluster using an open-source tool – kube-bench – and review the node security report. Slides »
AWS Container Day - Amazon EKS and AWS Fargate: Better TogetherIn this brief demo-led session we are going to show you how it is possible to use EKS and Fargate together. The combination of EKS and Fargate allows you to move away from managing infrastructure resources. In fact, EKS provides a robust fully managed Kubernetes control plane while Fargate, an AWS managed serverless environment for containers, allows you to focus on deploying your Kubernetes pods rather than having to size, scale, manage and life-cycle your Kubernetes worker nodes. This session will introduce these concepts and will show how you can use the two services together. Slides »
-
KubeCon NA 2019
-
AWS Container Day at KubeCon North America 2019 - San Diego, CA
AWS Container Day San Diego - Keynote with Bob WiseIn this opening keynote, Kubernets GM Bob Wise covers how to evolve DevOps to GitOps, the why, the what and where we are heading. What are the motivators, effective strategies and deployment challenges. Slides »
AWS Container Day San Diego - Keynote with Pratik WadherHear from Intuit VP Product Development, Pratik Wadher, thoughts on the GitOps @ Enterprise Scale and Argo. Slides »
AWS Container Day San Diego - Keynote with Alexis RichardsonHear from CEO Weaveworks, Alexis Richardson, how to manage EKS at scale with GitOps, Argo & Flux merging in CNCF. Slides »
AWS Container Day San Diego - Panel Discussion with Keynote Speakers moderated by Jay PipesPanel Discussion moderated by Jay Pipes with Keynote Speakers: Bob Wise, Pratik Wadher, (Intuit), Alexis Richardson (Weaveworks)
AWS Container Day San Diego - Amazon EKS Roadmap - Eswar BalaIn this session, hear from Eswar Bala, Sr. Manager, Software Development, about the past, present and future of Amazon Elastic Kubernetes Service (EKS), including features launched, EKS tenets and investment areas. Slides »
AWS Container Day San Diego - Amazon EKS Roadmap - Nathan TaberIn this session, hear from Nathan Taber, Sr. Product Manager, about the vision, new regions, high performance and features coming for EKS. Slides »
AWS Container Day San Diego - AWS App Mesh - Shubha RaoHear from Shubha Rao, Principal Product Manager, about App Mesh features and roadmap. Slides »
AWS Container Day San Diego - Progressive Delivery with App Mesh & EKS - Flagger - Stefan ProdanIn this session, hear from Stefan Prodan from Weaveworks, about progressive Delivery with AWS App Mesh & Amazon EKS, using Flagger, a service mesh progressive delivery operator. Slides »
AWS Container Day San Diego - Machine Learning with Kubernetes - Yaniv Donenfeld & Jiaxin ShanIn this session, hear from Yaniv Donenfeld, AI/ML Solutions, and Jiaxin Shan, Software Development Engineer, about how AWS is putting machine learning in the hands of every developer. Slides »
AWS Container Day San Diego - Continuous Security with your DevOps Pipeline - Jason DablowHear from Jason Dablow, cloud security ninja from Trendmicro about how to break bad (habits) and continuous security throughout your DevOps Pipeline. Slides »
AWS Container Day San Diego - Fluent Bit open source project & AWS - Eduardo Silva & Wesley PettitIn this session, hear from Eduardo Silva from Treasure Data and Wesley Pettit, from AWS, about Fluent Bit open source project, logging with Data Insights. Slides »
AWS Container Day San Diego - Monitoring Network Traffic in K8s- Michael Gerstenhaber (Datadog)In this session, hear from Michael Gerstenhaber, Director of product at Datadog, about monitoring network traffic in Kubernetes.AWS Container Day San Diego - EKS Cost Optimization with EC2 Spot - Arthur PetitpierreHear from Arthur Petitpierre, Specialist Solutions Architect, about EKS Cost Optimization with EC2 Spot and A1 Instances. Slides »
AWS Container Day San Diego - A DevOps platform as a single application - Dan Gordon (GitLab)In this session, hear from Dan Gordon, Technical Marketing from GitLab, about a complete DevOps platform as a single application.AWS Container Day San Diego - Birds of a Feather - Michael HausenblausBirds of a Feather community session, with Q&A, moderated by Michael Hausenblaus.
Start building with Amazon EKS