Articles

OCI Images as Kubernetes Volumes: A New Era for Data Management

A new volume type has recently joined the Kubernetes ecosystem: the **image** volume. This feature, available from version **1.35.0** and currently in beta, promises to change how we manage static …

01 January 2026 · 3 min read · on Kubernetes OCI Volumes Cloud Native

Kubernetes: Greater Context and Safety in 'kubectl delete'

We analyze the change in the 'kubectl delete' output in recent versions and how it improves operational safety by preventing human errors.

25 December 2025 · 2 min read · on Kubernetes DevOps CLI

How to Set Up a Professional Kubernetes (v1.32+) Lab in 2 Minutes with Kind

Learn how to deploy a multi-layer Kubernetes v1.32+ cluster using Docker and Kind. Step-by-step tutorial with source code included.

06 December 2025 · 3 min read · on Kubernetes DevOps Kind Tutorial English

Traefik 2 - Advanced configuration with Docker Compose

Get the best out of Traefik 2 by including Dashboard, Traefik Pilot, Middlewares and Plugins.

23 February 2021 · 9 min read · on Docker Traefik

GitOps - Workshop 101 using Kubernetes and FluxCD

Workshop to take the first steps in the GitOps work philosophy using Kubernetes and FluxCD.

30 March 2020 · 1 min read · on Kubernetes GitOps

Docker Swarm with Docker Machine, High-Availability

It is possible to provide High Availability services using Docker Swarm. When our services provide high availability, our clients feel confident and secure.

30 November 2017 · 7 min read · on Docker Swarm

Docker Swarm with Docker Machine, Scripts

Create a local cluster using Docker Swarm and Docker Machine allow us to explore the benefits of Docker without compromise the services running on production.

12 October 2017 · 4 min read · on Docker Swarm

Summary of Three Docker MeetUps in Havana - Cuba

Several MeetUps has been realized in Cuba to share the knowledge about of Docker. Socializing the information between Docker enthusiastic is the main objective.

02 February 2017 · 2 min read · on Docker

Pipeline in Jenkins 2.0 as Code for iOS 10 and XCode 8

Now you can define Continuous Integration and Continuous Delivery (CI/CD) process as code with Jenkins 2.0 for your projects in iOS 10.

26 December 2016 · 5 min read · on Jenkins XCode

Microservices - Example with Docker, Go and MongoDB

Microservices, from theory to practice. Cinema is an example project written in Go, deployed with Docker and stored in MongoDB databases.

24 August 2016 · 3 min read · on Docker Go MongoDB