#kubernetes search results
Gateway API 1.4: New Features - kubernetes.io/blog/2025/11/0… #Kubernetes
Understanding the core #Kubernetes API isn’t optional — it’s the source of truth. Once you grasp how objects, controllers, reconciliation, and declarative state actually work, everything else clicks. You stop treating #k8s as magic and start bending it to your will.
🌟 DevOps Journey – Part 15 Basic Understanding of Kubernetes Architecture ☸️ Topics covered: ✔ Control Plane (Master Node) ✔ Data Plane (Worker Nodes) ✔ Key Components #DevOps #Kubernetes #100DaysOfDevOps
7 Common Kubernetes Pitfalls (and How I Learned to Avoid Them) - kubernetes.io/blog/2025/10/2… #Kubernetes
Fought with Kubernetes APIs? @s1ntaxe770r gets it. He's showing how to build custom controllers & extend K8s without the headaches at #GopherConAfrica2025 ☸️ Real code. Real solutions. #Golang #Kubernetes
#Prometheus + #Grafana on #Kubernetes: The Complete Monitoring Setup for #DevOps Beginners Step-by-step guide to install Prometheus and Grafana with Helm, visualize #K8s metrics, and build real dashboards like a senior DevOps engineer. towardsaws.com/prometheus-gra…
If you’re heading to #CiscoLive Melbourne, catch Anthony Burke, our APJC Field CTO at Isovalent! He’ll demo how identity-driven policies and Zero Trust validation can secure #Kubernetes workloads from Layer 3 to Layer 7. 📅 Wed, Nov 12 | Room 207 🔗 isovalent.site/3LkysG5
Gonna keep the boring corporate announcement short. Antithesis now allows you to orchestrate with the same Helm chart you use in production. #kubernetes! Until a few weeks ago, you could only use docker-compose. It seems slightly silly to say, but it's true.
🚀Crossplane is now a @CloudNativeFdn Graduated Project! 🎓 From an idea at @upbound_io to a global community shaping platform engineering. 💜 3,000+ contribs. 450+ orgs. 100M+ downloads 🔗 cncf.io/announcements/… #CNCF #Crossplane #Kubernetes #PlatformEngineering
Kubernetes uses health probes to keep apps alive. Startup gets things booted, readiness controls traffic, and liveness restarts stuck pods. Self-healing in action. #Kubernetes #DevOps #CloudNative #Containers
"Many developers are intimidated by the complexity of #Kubernetes clusters. The #MCP server developed by Causely makes it simpler for developers to resolve issues on their own, both before and after cloud-native applications are deployed." -- @mvizard cloudnativenow.com/features/cause…
Kubernetes health checks prevent bad pods from breaking production by pulling them out of service until they are healthy. #Kubernetes #DevOps #CloudNative
The countdown to #KubeCon2025 is on! Meet @AviatrixSys at Booth 1352 to see how they simplify cloud network security across #multicloud environments. Talk with their experts about: 📷 #Kubernetes Firewall 📷 #CloudNative Security Fabric 📷 #ZeroTrust for Workloads #KubeCon
Can you resize #Kubernetes Pods without restarting them? Yes you can with the In-Place Pod resize which is Beta in #k8s since 1.33 [1] you can `kubectl patch` a Pod and change it's resource requests and limits without a restart. The GKE team contributed a feature to OSS VPA…
Conformant #Kubernetes Update Availability Varies Significantly Across Services “Conformant Kubernetes” status refers to a Kubernetes distribution that has passed the official conformance tests. thenewstack.io/conformant-kub… #CloudNative #Kubecon #CloudNativeCon
The right way to architect #Kubernetes isn’t one giant cluster or endless tiny ones — it’s a few well-scoped, standardized clusters with strong boundaries, GitOps for drift, clean IAM, and boring defaults. You scale with consistency and automation, not cluster count.
Do you want to know more about the @strimziio ecosystem? Not the operators, but everything else around Strimzi which "completes" your set up for running an #ApacheKafka cluster on #Kubernetes. Join me and Michael Morris at #KubeConNA next week in Atlanta! kccncna2025.sched.com/event/27NoO/be…
Understanding the core #Kubernetes API isn’t optional — it’s the source of truth. Once you grasp how objects, controllers, reconciliation, and declarative state actually work, everything else clicks. You stop treating #k8s as magic and start bending it to your will.
Conformant #Kubernetes Update Availability Varies Significantly Across Services “Conformant Kubernetes” status refers to a Kubernetes distribution that has passed the official conformance tests. thenewstack.io/conformant-kub… #CloudNative #Kubecon #CloudNativeCon
Kubegrade was built with the same goals in mind: secure, simplified Kubernetes management without compromise. Want to bring GKE-level visibility and automation into your self-managed clusters? Check out kubegrade.com #Kubernetes #DevOps
kubegrade.com
Kubegrade - Kubernetes cluster management
Simplify Kubernetes cluster management with Kubegrade. Our powerful platform for secure, scalable, and automated K8s operations. Monitor, upgrade, and optimize with ease.
🚀 Scale smarter, not just bigger! Learn the latest Kubernetes best practices that matter in 2025: hybrid-cloud setups, autoscaling, security standards, cost optimization, and observability. Master the future of DevOps with KodeKloud labs! #Kubernetes kodekloud.com/blog/kubernete…
Use node initialization taints on Azure Kubernetes Service with Cilium danielstechblog.io/use-node-initi… #Azure #AzureKubernetesService #Kubernetes #Cilium
☸️ Kubernetes Command of the Day 💡 Command: kubectl delete node <node_name> ⚙️ Deletes a specific node from the Kubernetes cluster 🗑️ #Kubernetes #Kubectl #DevOps #CloudNative #KubernetesTips #Devopstronaut
Ready to level up your Kubernetes deployments? Learn how to use jobs & cron jobs to run one-time or scheduled tasks, only in our new blog post. #CloudComputing #Kubernetes valewood.org/topics/devops/…
Gateway API 1.4: New Features - kubernetes.io/blog/2025/11/0… #Kubernetes
“CPU limits in Kubernetes = 100ms slices. 250m limit = 25ms per slice. One 30ms preg_match = 70% throttling. Average graphs lie. Raise limit to 500m → peace. #Kubernetes #PHP #SRE”
Gateway API 1.4: New Features - kubernetes.io/blog/2025/11/0… #Kubernetes
Headless Services with StatefulSets provide direct pod communication whilst ensuring persistent storage identity. Essential for stateful applications requiring stable network semantics. 🔧 #Kubernetes #CloudNative ⚙️ nivelepsilon.com/2025/07/09/how…
Exciting news in the world of #Kubernetes! 🎉 The Gateway API v1.4 is here, packed with enhancements for security, performance, and usability. Dive into the latest blog on @kubernetesio to unlock new features for managing your #cloudnative connections. 🌐 #DevOps #API
New post by Dmytro Sirant. How I Overlooked the Problem and Shot Myself in the Foot dev.to/aws-builders/h… #aws #kms #kubernetes #security
☸️ Kubernetes Command of the Day 💡 Command: kubectl delete node <node_name> ⚙️ Deletes a specific node from the Kubernetes cluster 🗑️ #Kubernetes #Kubectl #DevOps #CloudNative #KubernetesTips #Devopstronaut
HULL (Helm Uniform Layer Library) is a project that rethinks how #Helm charts can be structured. Instead of writing complex templates in the templates/ folder, HULL allows you to define #Kubernetes objects directly inside values.yaml simplifying #devops github.com/vidispine/hull
Ready to get started with #cloudnativedenmark in the beautiful city of #aarhus 🇩🇰🇩🇰 #kubernetes #cloudnative
🌟 DevOps Journey – Part 15 Basic Understanding of Kubernetes Architecture ☸️ Topics covered: ✔ Control Plane (Master Node) ✔ Data Plane (Worker Nodes) ✔ Key Components #DevOps #Kubernetes #100DaysOfDevOps
See how @Fiserv scales 1K–2K cloud nodes with #Portworx to secure data & power dev self-service. Catch their story at #KubeCon on Nov. 11 at 10:45 AM at booth #505. bit.ly/43bTJrx #Kubernetes #DataProtection
Fought with Kubernetes APIs? @s1ntaxe770r gets it. He's showing how to build custom controllers & extend K8s without the headaches at #GopherConAfrica2025 ☸️ Real code. Real solutions. #Golang #Kubernetes
🚀Crossplane is now a @CloudNativeFdn Graduated Project! 🎓 From an idea at @upbound_io to a global community shaping platform engineering. 💜 3,000+ contribs. 450+ orgs. 100M+ downloads 🔗 cncf.io/announcements/… #CNCF #Crossplane #Kubernetes #PlatformEngineering
If you’re attending #KubeCon, stop by to see mirrord in action, grab some cool swag, and enter our Ray-Ban Meta smart glasses giveaway 😎 Learn more here: try.metalbear.co/kubecon/ #Kubernetes #devops #Conference
We’re excited to welcome Aashita Pandey @ HighRadius & Binayak Choudhury @ Unacademy as they showcase KubeShadow, a framework for simulating real-world Kubernetes attacks to strengthen defenses. #CyberSecurity #Kubernetes #RedTeam #Infosec #DevSecOps
Learn from our experience building an internal developer platform. Join @lakwarus at the Boston #Kubernetes Meetup tomorrow to hear about OpenChoreo. 👉 Register now: meetup.com/boston-kuberne…
Can you resize #Kubernetes Pods without restarting them? Yes you can with the In-Place Pod resize which is Beta in #k8s since 1.33 [1] you can `kubectl patch` a Pod and change it's resource requests and limits without a restart. The GKE team contributed a feature to OSS VPA…
Je viens de deployer mon 1er Admission webhook avec kubernetes après 1e semaine d’apprentissage #Golang for #Kubernetes
You missed Jubril Oyetunji session at #GopherConAfrica?🐹💻 🎯 “The Gopher’s Guide to Kubernetes APIs” Breaking down how to extend Kubernetes the right way — cutting through confusing docs & packages to unlock its true power. ⚙️💙 #GoLang #Kubernetes #CloudNative #Gophers
This Diwali, may your joys auto-scale and your troubles gracefully terminate! 🌟 Keep shining, #CloudNative community! #CNCFHyderabad #Kubernetes #OpenSource #HappyDiwali @CloudNativeFdn #Community
If you’re heading to #CiscoLive Melbourne, catch Anthony Burke, our APJC Field CTO at Isovalent! He’ll demo how identity-driven policies and Zero Trust validation can secure #Kubernetes workloads from Layer 3 to Layer 7. 📅 Wed, Nov 12 | Room 207 🔗 isovalent.site/3LkysG5
Something went wrong.
Something went wrong.
United States Trends
- 1. #CARTMANCOIN 1,791 posts
- 2. Broncos 67K posts
- 3. yeonjun 237K posts
- 4. Raiders 66.6K posts
- 5. Bo Nix 18.4K posts
- 6. Geno 18.9K posts
- 7. daniela 50.8K posts
- 8. Sean Payton 4,835 posts
- 9. #criticalrolespoilers 5,119 posts
- 10. Kehlani 10.4K posts
- 11. #iQIYIiJOYTH2026xENGLOT 427K posts
- 12. #TNFonPrime 4,054 posts
- 13. #Pluribus 2,927 posts
- 14. Danny Brown 3,166 posts
- 15. Kenny Pickett 1,517 posts
- 16. Chip Kelly 1,999 posts
- 17. TALK TO YOU OUT NOW 29.1K posts
- 18. Tammy Faye 1,449 posts
- 19. Vince Gilligan 2,603 posts
- 20. Jalen Green 7,846 posts