danielfbm ☕

Kubernetes, 🐳 Containers, 🧰 DevOps, 💻 Coding, 🛠️ Continuous Integration, 📦 Continuous Delivery, and other interesting topics

How to reuse steps in Tekton tasks with kustomize

Creating Tekton tasks is real fun! Its similarities to pod containers, and how it works make developing and testing super easy. Still, sometimes it is necessary to reuse steps in multiple tasks, like when using reviewdog. In this post, we will learn how to do this very easily using kustomize, and the repo danielfbm/tekton-tasks-kustomize has a ready-to-use example. Let’s say we want two different tasks golang-test and golangci-lint need to add a reviewdog-report step as seen below:...

May 22, 2022 · 4 min · danielfbm

My First Sonobuoy Contribution

While using Sonobuoy as our main test runner engine at Alauda we noticed a small issue and decided to contribute the patch: Sonobuoy will create Kubernetes RBAC ClusterRole and ClusterRoleBinding but will also destroy together with all the test data. This is ideal, but in the current implementation it will delete it globally affecting other parallel tests permissions, resulting in lots of permission failures. This Pull-request solves this issue by adding a test run namespace label to all Cluster resources, and make these resource names unique according to the namespace....

December 29, 2019 · 1 min · danielfbm

Sonobuoy v0.16.3

Here is the Official website link and the GitHub repo. Update: version v0.17.0 is available What is Sonobuoy? According to the website: Sonobuoy is a diagnostic tool that makes it easier to understand the state of a Kubernetes cluster by running a set of plugins (including Kubernetes conformance tests) in an accessible and non-destructive manner. It is a customizable, extendable, and cluster-agnostic way to generate clear, informative reports about your cluster....

December 14, 2019 · 2 min · danielfbm

Golang introduction

This is for those interested in the go programming language. This is my take as an introduction on this amazing language Honestly there is plenty of resources on the web about golang to fill a lot of content. This post is merely a summary of the things I find most useful and what attracts me the most while programming in go TL; DR To install simply download the package for your OS in the golang official download page...

January 31, 2017 · 8 min · map[description:danielfbm email:danielfbm@gmail.com github:https://github.com/danielfbm image:/images/avatar-64x64.png name:danielfbm twitter:https://twitter.com/danielfbm website:http://danielfbm.github.io/]

Tasks app and microservices architecture

In this post we will explore some basic concepts while working with a microservices architecture in a distributed application. If you are not very familiar with microservices and the motivation behind it, you should take a look at this series of posts from NGINX that gives a great introduction on the subject. All the concepts are quite simple and although the autor had sugested a few things to get started I will take you through the construction of a simple microservices app that you could deploy anywhere....

August 21, 2016 · 10 min · map[description:danielfbm email:danielfbm@gmail.com github:https://github.com/danielfbm image:/images/avatar-64x64.png name:danielfbm twitter:https://twitter.com/danielfbm website:http://danielfbm.github.io/]

How I setup this blog

Introduction Well, let me first introduce myself. My name is Daniel, I am rather happy Brazilian currently living in Beijing, China. I am technology fan, and from childhood I started to become very interested in computers and other eletronic gadgets. My working experience is mostly in Software Development. In the beginning it was mostly focused on the .NET platform (from 2004 until 2011) on the Windows environment, later on I started to learn Unix systems, software testing....

June 19, 2016 · 11 min · map[description:coffee + code = awesomeness email:danielfbm@gmail.com github:https://github.com/danielfbm image:/images/avatar-64x64.png name:danielfbm twitter:https://twitter.com/danielfbm website:https://danielfbm.github.io]