You are invited to the AWS Container Day featuring Kubernetes
an official Co-Located Event at KubeCon NA 2022 in Detroit, Michigan. AWS Container Day is free for KubeCon attendees but pre-event registration is still required.
There are two separate sessions requiring separate registration (Morning/AM session and Afternoon/PM session). Registration at one session does not grant access to the other (i.e., an individual who signs up for the AM session will be denied access to the PM session unless they register for that session as well). Attendees should register for morning session, afternoon session, or both when they sign up for KubeCon OR update their registration to include the event. Co-Located Event signup is the 4th step in registration (under registration options).
If you’re attending the conference in person, you can sign up to meet with an AWS expert by filling out this form .
AWS Container Blogs
- Getting visibility into your Amazon EKS Cross-AZ pod to pod network bytes
- It’s common for pods to communicate with other pods across multiple distinct AZs and generate cross-availability zone (cross-AZ) data transfer.
- A key challenge that customers face is reasoning cross-AZ pod-to-pod network communication patterns and their associated sum of network bytes.
- In this post, we show you a solution based on querying and joining two data sources: Amazon Virtual Private Cloud (Amazon VPC) flow logs and an extracted Amazon EKS cluster pods metadata list. The query creates a cross-AZ pod-to-pod network flow table view (including a sum of the egress network bytes).
- AWS at KubeCon + CloudNativeCon North America 2022
- Amazon ECS and Amazon EKS optimized Amazon Machine Images for Microsoft Windows Server now use Docker CE runtime
- AWS has now migrated all the latest (September 2022) container-optimized Windows Server AMIs to use Docker Community Edition (CE). This change is to help customers avoid paying additional costs to get continued support, bug fixes and security patches for Mirantis Container Runtime with the Microsoft announcement to transfer support for Mirantis Container Runtime to Mirantis at the end of September 2022.
Videos
- How to view a Kubernetes secret
- View Kubernetes resource dependencies
- What images are in a Kubernetes cluster?
- Terminal interface for Kubernetes - K9s
- Kubectl dds plugin
- Kubectl tab autocompletion for zsh
- Kubectl blame plugin
GitHub Projects
Ecosystem News
- Five exciting things about Istio ambient mesh
- An old rant about mTLS
- Manage Kubernetes Cluster with Terraform and Argo CD
- Securing CI/CD Pipelines Through Security Gates with Kubescape
- GitOps without leaving your IDE
- Amazon EKS with custom service IPv4 CIDR
- Fixing bad CPU usage distribution in Kubernetes
- How Platform Engineering Differ from DevOps and SRE
- PCI Compliance for Kubernetes in detail - Part 2 - Authorization
- Building honeypots with vcluster and Falco: Episode I
- Monokle 1.11 focuses on adding git integration to K8s configuration analysis
- Kubernetes ErrImagePull and ImagePullBackOff in detail