#kubernetes (2023-10)

kubernetes

Archive: https://archive.sweetops.com/kubernetes/

2023-10-05

z0rc3r avatar
venkata.mutyala avatar
venkata.mutyala

Anyone have insight on what final pricing will be?

2023-10-10

forest10161016 avatar
forest10161016

Hi fellas! Greetings from the KusionStack team at AntGroup! We are building an open source, Kubernetes-based Platform Engineering tech stack based on years of cloud-native practice at a massive scale. We have recently released Kusion v0.9.0 with some pretty major and exciting changes, focusing on the out-of-the-box experience for anyone who wants to give it a try! More about the updates in Kusion v0.9.0 is here: https://medium.com/@kusionstack/kusion-v0-9-0-is-here-8f8a5541745e Our Github repository is here: https://github.com/KusionStack/kusion All feedback is welcomed and appreciated!

KusionStack/kusion

Deliver intentions to Kubernetes and Clouds

2023-10-21

kallan.gerard avatar
kallan.gerard

What are some of the high level strategies you use to manage upgrading Kubernetes in production.

Are any of you at the stage where you can just create new clusters and migrate workloads over, rather than upgrading in place?

4
Tammer Saleh avatar
Tammer Saleh

We call that stage blue-green cluster upgrades. There’s a further strategy that removes a lot of operational toil and naturally removes the DR risks of running a single cluster, called a fleet. We have a couple of articles about it here: https://superorbital.io/blog/kubernetes-cluster-fleets-from-pet-to-cattle/

Kubernetes Cluster Fleets: From Pet to Cattle

Exploring the ideal pathway for platform adoption of Kubernetes cluster fleets

kallan.gerard avatar
kallan.gerard

This is good thanks

    keyboard_arrow_up