Skip to content
TILens What matters today in tech v0.0.9
Theme

Topic - Edition

DevOps

15 items on 07 Aug 2026
DevOps GitHub

argoproj/argo-cd: v3.5.0

Quick Start Non-HA: kubectl create namespace argocd kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.5.0/manifests/install.yaml HA: kubectl create…

Source: Argo CD Releases github-actions[bot]
DevOps GitHub

fluxcd/flux2: v2.9.4

Highlights Flux v2.9.4 is a patch release that ships various fixes to the Flux controllers, covering source-watcher tarball extraction and glob expansion limits, the refspecs accepted by ImageUpdateAutomation, the HTTP…

Source: Flux CD Releases github-actions[bot]
DevOps Open Source

Cloud Native Is More Accessible Than Ever | KubeCon Japan

More people can get started with cloud native than ever before. CNCF Ambassador Marcus Noble explains why that accessibility shift excites him most right now. #Shorts #CloudNative #PlatformEngineering #OpenSource

Source: CNCF CNCF [Cloud Native Computing Foundation]
DevOps Open Source

Closing Remarks - Aya Igarashi, Preferred Networks, Inc.

Don't miss out! Join us at our next KubeCon + CloudNativeCon events in Shanghai, China (8-9 September, 2026) and Salt Lake City, United States (Nov 9–12, 2026). Connect with our current graduated, incubating, and…

Source: CNCF CNCF [Cloud Native Computing Foundation]
DevOps

Terraform and Kubernetes: A Practical Guide for 2026

Yes, Terraform can manage Kubernetes: the official hashicorp/kubernetes provider lets you declare Deployments, Services, and other objects as HCL resources, and community providers like kubectl fill in the gaps. It…

Source: Pulumi Blog Pulumi Content Team