The goal of this post is to help you to know how to develop Golang Operators using Operator Framework as … More
Tag: operators
Getting started with Golang Operators by using Operator SDK
I’d like to share the post blog written in the RedHat developer blogs over this subject. It is great for … More
PostgreSQL Operator released by Dev4Devs
The PostgreSQL Operator is now available in the https://operatorhub.io and in a good state for you. Note that it was NOT just … More
Using OperatorHub.io catalogue locally with Minikube
The goal of this post is to be a quick start for you install in your Minikube and/or Kubernetes cluster … More
Getting Started with Kubebuilder
What is Kubebuilder? Kubebuilder is a Kubernetes to help us build Operator projects. What means Operators projects? Operators projects are … 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
[Operator-Framework] – How to debug a Golang operator project?
IntelliJ IDEA/Golang Following the steps that should be executed from the root dir of your operator project. # Export the … More
[Kubernates/Openshift] – How to install/deploy/use OLM (Operator Lifecycle Manager) in Minishift?
Following the steps to install. 1. Install Minishift See here how to install Minishift with your SO and with the virtualization … More
[Kubernates/Openshift] – Operators getting started from A to Z
The idea of this post is centralized and guide you through for all the first steps required for we getting … More