Showing posts with the label kubernetes

Minikube - Useful commands

Get Start! Starting, stop and delete the minikube node minikube startminikube stopminikube delete /…

Kubernetes shortcuts

Creating alias for Kubectl alias k=kubectlk get pods This will persist until you log out. To save t…

Kuma Metrics grafana

To visualize traffic metrics dashboards we can use grafana to visualize: -- Installing metricskumac…

Kuma Mesh - Commun Commands

The project Kuma Mahs is useful tool to create powerful systems based in microservices. To install …

Kubernetes - Namespaces

To separate, use different configuration of secrets and resources you can use namespace in Kubernet…

Basic kubectl Commands

List of some basic and usefull commands of kubectl --Get the nodes (servers)kubectl get nodes -- Ge…

Load More That is All