Posts in 2015
-
Weekly Kubernetes Community Hangout Notes - April 3 2015
Saturday, April 04, 2015 in Blog
Kubernetes: Weekly Kubernetes Community Hangout NotesEvery week the Kubernetes contributing community meet virtually over Google Hangouts. We want anyone who's interested to know what's discussed in this forum. Agenda: Quinton - Cluster federation …
-
Participate in a Kubernetes User Experience Study
Tuesday, March 31, 2015 in Blog
We need your help in shaping the future of Kubernetes and Google Container Engine, and we'd love to have you participate in a remote UX research study to help us learn about your experiences! If you're interested in participating, we invite you to …
-
Weekly Kubernetes Community Hangout Notes - March 27 2015
Saturday, March 28, 2015 in Blog
Every week the Kubernetes contributing community meet virtually over Google Hangouts. We want anyone who's interested to know what's discussed in this forum. Agenda: - Andy - demo remote execution and port forwarding - Quinton - Cluster federation - …
-
Kubernetes Gathering Videos
Monday, March 23, 2015 in Blog
If you missed the Kubernetes Gathering in SF last month, fear not! Here are the videos from the evening presentations organized into a playlist on YouTube
-
Welcome to the Kubernetes Blog!
By Kit Merker (Google) | Friday, March 20, 2015 in Blog
Welcome to the new Kubernetes Blog. Follow this blog to learn about the Kubernetes Open Source project. We plan to post release notes, how-to articles, events, and maybe even some off topic fun here from time to time. If you are using Kubernetes or …
Posts in 0001
-
Kubernetes v1.37: Storage Version Migration Enabled by Default
By Michael Aspinwall (Google) | Monday, January 01, 0001 in Blog
I am excited that storage version migration (SVM) has graduated to General Availability (GA) in Kubernetes v1.37! After a number of releases of work and testing, the built-in StorageVersionMigration API (storagemigration.k8s.io/v1) and control plane …
-
Kubernetes v1.37: Scheduler Preemption for In-Place Pod Resize (Alpha)
By Natasha Sarkar (Google) | Monday, January 01, 0001 in Blog
In Kubernetes, resource allocation has historically been a static decision made during a Pod's initial scheduling and placement. With the graduation of the core in-Place Pod resize feature to General Availability in v1.35, application developers and …
-
Kubernetes v1.37: Scale Workloads to Zero with HorizontalPodAutoscaler
By Johannes Würbach | Monday, January 01, 0001 in Blog
Kubernetes v1.37 includes API support for horizontal autoscaling of workloads down to zero replicas. This feature is now Beta and enabled by default. A HorizontalPodAutoscaler (HPA) that uses a suitable object metric or external metric can now scale …
-
Kubernetes v1.37: Metrics API graduates to stable
By ChengHao Yang | Monday, January 01, 0001 in Blog
Kubernetes v1.37 promotes the metrics.k8s.io API to stable (v1). This API provides CPU and memory usage for nodes and Pods, and is the API behind commands such as kubectl top and resource-metrics-based autoscaling. For cluster operators and …
-
Kubernetes v1.37: KubeletInUserNamespace (aka Rootless mode) Graduates to Beta
By Akihiro Suda (NTT) | Monday, January 01, 0001 in Blog
Kubernetes v1.37 promotes the KubeletInUserNamespace feature gate to beta. With this feature enabled, all of the node components (kubelet, CRI and OCI runtimes, CNI plugins, and kube-proxy) can run as a non-root user on the host, using a Linux user …