If you are looking for a convection to indicate requirement Levels I’d recommend use the key words “MUST”, “MUST NOT”, … More
Tag: tips
Como contribuir para projetos Open Source podem impulsionar a sua carreira (TDC Online 2020)
Nesta apresentação iremos falar um pouco sobre OpenSource e como contribuir para estes projetos podem impulsionar a sua carreira. Também … More
How to getting started to contribute to Open Source projects?
This post will try to provide a few information to help you get started to contribute to Open Source projects. … More
How to kill the kubectl proxy?
error: listen tcp 127.0.0.1:8001: bind: address already in use It means that; the process is running and using the port. … More
[Tips] – How to setup Golang env in MacOSX using homebrew?
Following the steps. If you are checking issues regards some error with your GOROOT may it will solve your problem. … More
[Tips] – How to troubleshooting/debugging a Kubernetes installation?
Following some commands and checks for you troubleshoot a Kubernetes installation. Checking the installation Check if you are able to … More
[Docker] – Using –build-arg to use safely confidential information to build docker images
In this post, we will do an example by using the flag –build-arg to build the image with a piece of … More
What are the most useful Kubernetes Resources for developers?
Following a diagram to check the most useful k8s resources for developers. Reference: https://www.oreilly.com/library/view/kubernetes-patterns/9781492050278/ch01.html Understanding the mainly Resources Following some … More
How to have kubectl auto-completion in MacOS X?
If you try to follow the steps in the k8s docs for a MaOS environment you will see that it will … More
[MacOsX] – How to install Prometheus, Grafana, and AlertManager in Minikube?
Pre-requirements: Have the Minikube installed and working already. See the post How to install Minikube with UI in the MacOsX? … More