Prover e gerenciar soluções em cluster Kubernetes tais como; OpenShift, por exemplo, não é uma tarefa trivial. Nesta apresentação iremos … More
Search Results for: kubernetes
Getting UI for Kubernetes with Helm
Kubernetes Dashboard is a project which allows you to manage your cluster via a UI. Just for have fun with … More
Why not couple an Operator’s logic to a specific Kubernetes platform?
I’d like to share the following article which is a common question. https://developers.redhat.com/blog/2020/01/22/why-not-couple-an-operators-logic-to-a-specific-kubernetes-platform/ I hope that you liked it.
[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
[Kubernetes] – How to create a Secret with base64 encode values? Is it safe to store confidential info?
The following example will show how to create a secret with base64 encode values. In this example, the values in … More
[Kubernetes] – Using port-forward to expose applications for debugging purposes
The command kubectl port-forwardallow us to expose a port. When it should be used? It is the ideal solution for … 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
Understanding Kubernetes Components Architecture in one shot
Following am an image to illustrate the Kubernetes Components Architecture and help you with. NOTE: For a further understanding see Kubernetes … More
How to getting started with Kubernetes?
From where do I start learning Kubernetes? How to learn Kubernetes? Following the steps that I’d like to recommend to … More
Using Operator-Framework to automate applications in Kubernetes/OpenShift@thedevconf in São Paulo at 2019
Following the link for the slides of my talk “Using Operator-Framework to automate applications in Kubernetes/OpenShift” in #thedevconf in Sao Paulo at … More