Dec 13, 2025 · 2 min read · Pods, Deployments and Services kubectl run nginx --image=nginx --port=80 kubectl run nginx --image=nginx --port=80 --expose=true kubectl run nginx --image=nginx --labels="app=web,tier=frontend" kubectl create deployment nginx --image=nginx kubectl c...
Join discussion
Oct 31, 2025 · 2 min read · Ao longo da minha jornada profissional com Kubernetes, enfrentei (e venci!) o desafio de obter as principais certificações oferecidas pela CNCF. Foram meses de estudos focados, prática intensa e aprendizado contínuo – que resultaram nas seguintes con...
Join discussionSep 1, 2025 · 6 min read · So, you want to build the next big thing. You’ve written your code. Explore all the clean code strategies and finally you’ve hit the point where you say, let’s GO LIVE! Now brings the question, HOW? Obviously, users won’t access your product via your...
Join discussion
Jun 21, 2025 · 6 min read · Si estás leyendo esto, probablemente compartas conmigo esa fascinación por el mundo Cloud Native. Cuando me enteré del programa Kubestronaut de la CNCF, lo tomé como un reto interesante, una forma objetiva de medir en qué nivel realmente me encontrab...
Join discussion
Apr 22, 2025 · 2 min read · I recently took the Linux Foundations CKAD exam and managed to pass it! hence decided to share my experience on it. This exam can be taken by any aspiring Cloud Engineer/Developer/DevOps/SRE who wants to get a little deeper understanding of how one c...
Join discussion
Feb 19, 2025 · 8 min read · My first interaction with Kubernetes was in Fall of 2017, when I planned to move my Meteorjs Application away from Heruku as I wanted to implement microservices to scale individual service units. After 3 years of playing around with Kubernetes, in 20...
WMWild and 1 more commented
Jan 17, 2025 · 2 min read · A certificação CKA (Certified Kubernetes Administrator) é oferecida pela Cloud Native Computing Foundation (CNCF), e comprova que você tem as habilidades necessárias para administrar, gerenciar e configurar clusters Kubernetes. O que você aprende com...
Join discussion
Nov 4, 2024 · 26 min read · Manual Scheduling 💡 Bạn sẽ làm gì khi không có scheduler trong cluster? Bạn có thể không muốn dựa vào scheduler tích hợp sẵn và thay vào đó muốn tự mình lên lịch cho pod. Vậy chính xác thì scheduler hoạt động như thế nào. Hãy bắt đầu với một tệp ...
Join discussion