Kubernetes

Kubernetes

Topology Aware Hints
Topology Aware Hints
FEATURE STATE: Kubernetes v1.23 [beta] Topology Aware Hints enable topology aware routing by including suggestions for how clients should consume endpoints. This approach adds metadata to enable consumers of EndpointSlice and / or Endpoints objects, so that traffic to those network endpoints can be routed closer to where it originated. For example, you can route traffic within a locality to reduce costs, or to improve network performance. Motivation Kubernetes clusters are increasingly deployed in multi-zone environments.
·kubernetes.io·
Topology Aware Hints
Using Amazon EC2 Spot Instances with Karpenter | Amazon Web Services
Using Amazon EC2 Spot Instances with Karpenter | Amazon Web Services
Overview Karpenter is a dynamic, high performance cluster auto scaling solution for the Kubernetes platform introduced at re:Invent 2021. Customers choose an auto scaling solution for a number of reasons, including improving the high availability and reliability of their workloads at the same reduced costs. With the introduction of Amazon EC2 Spot Instances, customers can […]
·aws.amazon.com·
Using Amazon EC2 Spot Instances with Karpenter | Amazon Web Services
Docker and the PID 1 zombie reaping problem
Docker and the PID 1 zombie reaping problem
When building Docker containers, you should be aware of the PID 1 zombie reaping problem. That problem can cause unexpected and obscure-looking issues when you least expect it. This article explains the PID 1 problem, explains how you can solve it, and presents a pre-built solution that you can use:
·blog.phusion.nl·
Docker and the PID 1 zombie reaping problem
DNS for Services and Pods
DNS for Services and Pods
Kubernetes creates DNS records for services and pods. You can contact services with consistent DNS names instead of IP addresses. Introduction Kubernetes DNS schedules a DNS Pod and Service on the cluster, and configures the kubelets to tell individual containers to use the DNS Service's IP to resolve DNS names. Every Service defined in the cluster (including the DNS server itself) is assigned a DNS name. By default, a client Pod's DNS search list includes the Pod's own namespace and the cluster's default domain.
·kubernetes.io·
DNS for Services and Pods
Using NodeLocal DNSCache in Kubernetes clusters
Using NodeLocal DNSCache in Kubernetes clusters
FEATURE STATE: Kubernetes v1.18 [stable] This page provides an overview of NodeLocal DNSCache feature in Kubernetes. Before you begin You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster. It is recommended to run this tutorial on a cluster with at least two nodes that are not acting as control plane hosts. If you do not already have a cluster, you can create one by using minikube or you can use one of these Kubernetes playgrounds:
·kubernetes.io·
Using NodeLocal DNSCache in Kubernetes clusters
Configure Quality of Service for Pods
Configure Quality of Service for Pods
This page shows how to configure Pods so that they will be assigned particular Quality of Service (QoS) classes. Kubernetes uses QoS classes to make decisions about scheduling and evicting Pods. Before you begin You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster. It is recommended to run this tutorial on a cluster with at least two nodes that are not acting as control plane hosts.
·kubernetes.io·
Configure Quality of Service for Pods
Amazon VPC CNI plugin increases pods per node limits | Amazon Web Services
Amazon VPC CNI plugin increases pods per node limits | Amazon Web Services
As of August 2021, Amazon VPC Container Networking Interface (CNI) Plugin supports “prefix assignment mode”, enabling you to run more pods per node on AWS Nitro based EC2 instance types. To achieve higher pod density, the VPC CNI plugin leverages a new VPC capability that enables IP address prefixes to be associated with elastic network […]
·aws.amazon.com·
Amazon VPC CNI plugin increases pods per node limits | Amazon Web Services
re:Invent 2021: AWS Containers track | Amazon Web Services
re:Invent 2021: AWS Containers track | Amazon Web Services
In 2021, re:Invent offers an in-person and virtual conference experience for our attendees. The in-person part of the event will be held in Las Vegas from November 29, 2021 – December 3, 2021. Attendees for the virtual event can register for free and will have access to a subset of the sessions over the virtual […]
·aws.amazon.com·
re:Invent 2021: AWS Containers track | Amazon Web Services