Kubernetes Gateway API v1.0 and Running MongoDB on Kubernetes
-
Kubernetes Blog: Gateway API v1.0: GA Release
Authors: Shane Utt (Kong), Nick Young (Isovalent), Rob Scott (Google)
On behalf of Kubernetes SIG Network, we are pleased to announce the v1.0 release of Gateway API! This release marks a huge milestone for this project. Several key Hey Hi (AI) are graduating to GA (generally available), while other significant features have been added to the Experimental channel.
-
Running MongoDB on Kubernetes
Containers are a lightweight, portable, and consistent way to package applications and their dependencies. Containers provide an isolated environment, ensuring an application runs reliably across different environments. Enterprises and tech-savvy individuals are using container technologies because of their benefits. However, container orchestration tools have become necessary to manage clusters with the rise in container usage.
Kubernetes, or k8s for short, is the most known container orchestrator and has grown into a feature-rich cloud-native platform. Kubernetes helps manage the lifecycle of containers, particularly in large, dynamic environments. It automates containerised workloads and services’ deployment, networking, scaling, and availability. Running containers – lightweight and usually ephemeral by nature – in small numbers is easy to do manually. However, managing them at scale in production environments can be a significant challenge without a container orchestration platform’s automation.