Configurar cluster
Configurar kubectl para acessar um Azure AKS
⛶az aks get-credentials -g ${GROUP} -n ${CLUSTER}Ver configurações do kubectl
⛶kubectl config viewAdicionando um novo clu...
By default, K3s ships with Traefik as the Ingress controller. You can configure it to automatically generate TLS certificates using Let’s Encrypt via the ACME protocol.This guide assumes:
You're run...
My hands-on experience with “Cyclops” to deploy applications on kubernetes clusters.
[Image courtesy Cyclops GitHub page]
Introduction
Few days ago I discovered Cyclops, a UI interface to ...
What Is RBAC ?
RBAC stands for Role Base Access Control. It's How k8s decides who can do what and where in your cluster. We will think like, We are going to a school. There will be teachers, ...
Kubernetes é uma realidade bem difundida atualmente. Os principais cloud providers oferecem soluções built-in como o EKS na AWS ou o AKS na Azure.
Do ponto de vista do desenvolvedor tradicional, su...
PODS CHEAT SHEET
40 Days of K8s – CKA Challenge (07/40)
@piyushsachdevaDay 7/40 - Pod In Kubernetes Explained | Imperative VS Declarative Way | YAML Tutorial
this suimmery ...
🚀 Kubernetes ConfigMaps and Secrets: Automating Updates with Generators 🛠️
📋 Overview of the Problem
In Kubernetes, ConfigMaps 📄 and Secrets 🔒 are used to manage con...
Whether you're wrangling microservices in production or just tired of Googling the same five kubectl commands, this blog is for you.We will go beyond the copy & paste to give you real command-line...