#Kubernative
The latest #Kubernative digest for Cloud Native software updates covers #Mimir 3.0.0 with its new architecture; #HolmesGPT 0.15; Backstage v1.44.0; #Calico v3.31.0; #Vitess v23 based on MySQL 8.4.6; #ArgoCD v3.2.0, deprecating v2.x; #ExternalSecretsOperator v1.0.0 marking GA. t.me/kubernative/...
November 10, 2025 at 1:36 PM
kubectl-find is a #kubectl plugin that helps you find #Kubernetes resources based on various criteria (including custom jq filters) and perform some actions.

GitHub repo: github.com/alikhil/kube...

// Source: #Kubernative Telegram channel
GitHub - alikhil/kubectl-find: Missing kubectl UNIX-find-like plugin to find resources and perform action on them
Missing kubectl UNIX-find-like plugin to find resources and perform action on them - alikhil/kubectl-find
github.com
October 30, 2025 at 4:29 PM
Aralez is a high-performance reverse proxy written in #Rust and available as an Ingress controller for #Kubernetes. It features dynamically loaded SSL certificates, a built-in load balancer, a rate limiter, and more.

GitHub repo: github.com/sadoyan/aralez

// Source: #Kubernative Telegram channel
GitHub - sadoyan/aralez: Aralez (Արալեզ), Reverse proxy and service mesh built on top of Cloudflare's Pingora
Aralez (Արալեզ), Reverse proxy and service mesh built on top of Cloudflare's Pingora - sadoyan/aralez
github.com
October 27, 2025 at 1:04 PM
Orbit is a CLI tool that unifies the discovery of and access to the managed #Kubernetes clusters across different cloud providers (AWS EKS, Azure AKS, and Google GKE). It adds newly discovered clusters to your existing kubeconfig.

gitlab.com/RMJx1/orbit

// Source: #Kubernative Telegram channel
October 16, 2025 at 1:45 PM
The latest #Kubernative digest for Cloud Native software updates has #Flux v2.7.0 with image automation controllers, #K3s v1.34, #Freelens 1.6.0, #Podman Desktop 1.22 with simplified YAML manifests apply, Headlamp 0.36.0, #Keycloak 26.4.0, #Cozystack v0.37.0 with brand-new GUI. t.me/kubernative/...
October 10, 2025 at 3:30 PM
Pod-certificate-signer is a controller leveraging a new #Kubernetes API — PodCertificateRequests, introduced in v1.34 as alpha — to sign TLS/mTLS certificates for Pods, as specified in Pod annotations.

GitHub repo: github.com/RafPe/pod-ce...

// Source: #Kubernative Telegram channel
GitHub - RafPe/pod-certificate-signer: Custom signer for PodCertificateRequests
Custom signer for PodCertificateRequests. Contribute to RafPe/pod-certificate-signer development by creating an account on GitHub.
github.com
September 26, 2025 at 11:29 AM
teleskopio is a new Web UI for #Kubernetes that allows you to manage various workloads, networking, and storage. It comes with admin/viewer role access, embedded Monaco editor, cluster overview, live resource changes, and more. github.com/roman-kisele...

// Source: #Kubernative Telegram channel
September 12, 2025 at 7:41 AM
CR(D) Wizard is a new UI for exploring #Kubernetes CRDs and corresponding CRs. It displays CRD’s schema as browsable documentation, shows information about existing CRs, and draws a resource relationship graph: github.com/pehlicd/crd-...

// Source: #Kubernative Telegram channel
August 22, 2025 at 10:36 AM
The latest #Kubernative digest with Cloud Native software updates includes #Istio 1.27 with inference extension support; #CloudNativePG v1.27.0; #Crossplane v2.0 managing applications; #Nelm v1.12 debugging Helm charts; #OpenCost v1.116.0 with Promless configuration; #copa v0.11 t.me/kubernative/...
August 18, 2025 at 6:31 AM
The latest #Kubernative digest with Cloud Native software updates includes #Istio 1.27 with inference extension support; #CloudNativePG v1.27.0; #Crossplane v2.0 managing applications; #Nelm v1.12 ...

Origin | Interest | Match
Awakari App
awakari.com
August 18, 2025 at 6:41 AM
Our latest #Kubernative digest with Cloud Native software updates covers #Freelens v1.5.0; #k8gb v0.15.0 with multi-zone DNS support; mariadb-operator 25.08.1 with physical-level backups; #Kyverno 1.15 with new policy types; kube-vip v1.0;
#Cilium 1.18; #Sveltos v1.0.0. t.me/kubernative/...
August 11, 2025 at 7:57 AM
#CNOE published a GitHub repo with its #AWS reference implementation. It helps build a production-ready #IDP on EKS with Crossplane, Backstage, Argo CD, Argo Workflows, Keycloak, and other #CloudNative tools. Find it here: github.com/cnoe-io/refe...

// Source: #Kubernative Telegram channel
GitHub - cnoe-io/reference-implementation-aws: This is the reference implementation of CNOE and its toolings on AWS
This is the reference implementation of CNOE and its toolings on AWS - cnoe-io/reference-implementation-aws
github.com
August 5, 2025 at 6:51 AM
kat is a new CLI tool that simplifies working with #Kubernetes manifests. It invokes manifest generators, such as #Helm and #Kustomize, and displays resources as a list. It supports search, filtering, and validation

▶️ GitHub repo: github.com/macropower/kat

// Source: #Kubernative Telegram channel
July 15, 2025 at 8:55 AM
Kube Terraform Reconciler is the latest #OpenSource project by LEGO engineers. It’s a #Kubernetes operator for managing #Terraform workspaces as K8s custom resources. You can enable auto-apply and use custom modules

▶️ GitHub repo: github.com/LEGO/kube-tf...

// Source: #Kubernative Telegram channel
GitHub - LEGO/kube-tf-reconciler: Kubernetes Operator for reconciling terraform resources
Kubernetes Operator for reconciling terraform resources - LEGO/kube-tf-reconciler
github.com
July 8, 2025 at 5:37 AM
Our latest #Kubernative digest with Cloud Native software updates mentions #OpenEBS v4.3.0 with data-at-rest encryption; #werf v2.39.0 with template debugging; #ArgoCD v3.1.0-rc1 with OCI support; #OpenTofu v1.10.0; #Headlamp 0.32.0 with multi-cluster view; #OpenBao v2.3. t.me/kubernative/...
June 27, 2025 at 1:47 PM
Imagine a #Kubernetes Pod that automatically scales to zero when there's no load! #Zeropod is a #containerd shim that checkpoints your container if no new connections are coming and restores it when they arrive again.

▶️ GitHub repo: github.com/ctrox/zeropod

// Source: #Kubernative Telegram channel
GitHub - ctrox/zeropod: pod that scales down to zero
pod that scales down to zero. Contribute to ctrox/zeropod development by creating an account on GitHub.
github.com
June 18, 2025 at 11:40 AM
Our latest #Kubernative digest with Cloud Native software updates mentions #Crossplane v1.20.0 with realtime compositions in Beta; #vCluster v0.25.0; #Kmesh v1.1.0; #Kargo v1.5.0; #Backstage v1.39.0; #CloudNativePG v1.26.0 with declarative in-place PgSQL upgrades; #FluxCD v2.6.0 t.me/kubernative/...
May 30, 2025 at 9:25 AM
Kubernative is probably my most significant achievement over the last year. While Telegram is not the most obvious choice for sharing tech content, it was a conscious choice: I love and actively use this platform, and it still doesn't offer much for Cloud Native folks. Kubernative fills this gap 🙏
palark.com Palark @palark.com · May 19
Launching our #Kubernative channel on Telegram (t.me/kubernative) a year ago was a pure experiment. Now, seeing how it reached 1000+ subscribers makes it clear: our experiment was successful and helpful for a broad #Kubernetes and #CloudNative community! 🥳 Thank you, everyone, for your support! 🤗
May 19, 2025 at 11:35 AM
Launching our #Kubernative channel on Telegram (t.me/kubernative) a year ago was a pure experiment. Now, seeing how it reached 1000+ subscribers makes it clear: our experiment was successful and helpful for a broad #Kubernetes and #CloudNative community! 🥳 Thank you, everyone, for your support! 🤗
May 19, 2025 at 11:25 AM
Our latest #Kubernative digest with Cloud Native software updates mentions #etcd v3.6.0 with a new storage engine; #Kyverno 1.14 with two new policy types; #Helmfile v1.0.0; #Calico v3.30.0 with Calico Whisker; #ArgoCD v3.0.0; #Istio 1.26.0; #containerd 2.1.0; #Freelens v1.3.0. t.me/kubernative/...
May 16, 2025 at 11:28 AM
Our latest #Kubernative digest with Cloud Native software updates mentions #Envoy 1.34 with asynchronous load balancing; #PerconaEverest 1.6.0 with manual storage scaling; Rook v1.17; #ArtifactHub v1.21; #Linkerd 2.18 with experimental Windows support; #Vitess 22. t.me/kubernative/...
May 6, 2025 at 10:03 AM
Our new #Kubernative digest for Cloud Native software updates mentions #Kubeflow 1.10 with Trainer 2.0; #KubeVirt v1.5 making volume migrations stable; #Headlamp 0.30.0; #FluentBit v4; #Thanos v0.38.0 with OTLP receiver; #Flagger 1.41.0; #kgateway v2.0.0; #KEDA v2.17.0. t.me/kubernative/...
April 11, 2025 at 9:23 AM
Cool, thanks! Shared it via the Kubernative channel as well 👏
April 2, 2025 at 8:03 AM
Our new #Kubernative digest for Cloud Native software updates mentions Semaphore CI/CD platform v1 that went Open Source, #Dapr 1.15 with stable Workflow engine; #Envoy AI Gateway v0.1; #Hyperlight v0.2.0; #Istio 1.25; #Shipwright v0.15 with better control for node scheduling. t.me/kubernative/...
March 14, 2025 at 8:48 AM
The most recent additions to the #CNCF Sandbox:

1. interLink (github.com/interTwin-eu...)
2. Cozystack (github.com/aenix-io/coz...)
3. kgateway (github.com/kgateway-dev...)
4. KitOps (github.com/jozu-ai/kitops)
5. Hyperlight (github.com/hyperlight-d...)

Source: #Kubernative (t.me/kubernative/...)
March 7, 2025 at 7:48 AM