Hello Kube

This is my little place to share developer experiences while using Kubernetes & containers

Alternatives to Docker Desktop

By Hugo Guerrero on 2022-02-09

Last year Docker announced a change in their subscription service agreement that limited the free usage of Docker Desktop effective August 31, 2021, with a grace period until January 31, 2022. The grace period is over, so what are your options if you don’t fall in any of the allowed categories to keep it running for free or if you just want to look for alternatives? In this post, we will go over podman and rancher desktop to check if they can replace Docker Desktop usage.

#containers #docker #rancher desktop #podman

Read more of Alternatives to Docker Desktop

Three easy ways to run Kafka without Zookeeper

By Hugo Guerrero on 2022-01-03

There has been a couple of years since the announcement of the removal of Apache Zookeeper as a dependency to manage Apache Kafka metadata. Since version 2.8, we now can run a Kafka cluster without Zookeeper. This article will go over three easy ways to get started with a single node cluster using containers. Control and data planes Apache Kafka implements independent control and data planes for its clusters. The control plane manages the cluster, keeps track of what brokers are alive, and takes action when the set changes.

#kafka #apache kafka #zookeeper #apache zookeeper #kubernetes #docker #podman

Read more of Three easy ways to run Kafka without Zookeeper

Three ways to run Kubernetes in your laptop with Docker

By Hugo Guerrero on 2021-04-09

In the past, running a Kubernetes cluster on your laptop required several servers to get started or running heavyweight Virtual Machines in your local environment. Different projects began in recent years to make it easier to get started with Kubernetes in your computer and remove the dependency with VMs. This post will cover 3 of them to help you o get started with Kubernetes on your laptop just by using Docker.

#kubernetes #docker #minikube #kind #k3d

Read more of Three ways to run Kubernetes in your laptop with Docker

Configuring Ingress to run Minikube on WSL2 using Docker runtime

By Hugo Guerrero on 2021-02-22

As I mentioned previously, I’m trying to ramp up my Kube development using Windows’ newest Windows Subsystem for Linux 2 (WSL2). You can read my previous post on how I found it remarkable to use my gaming laptop for day-to-day development. However, using WSL2 with Docker and Minikube brought not few challenges to make it work smoothly. In this post, I will cover how to make the Nginx Ingress controller work with Minikube when creating a cluster that is running on Docker instead of the traditional virtual machine.

#wsl2 #windows #linux #docker #minikube #ingress

Read more of Configuring Ingress to run Minikube on WSL2 using Docker runtime

A Developer’s Journey to WSL2 Awesomeness

By Hugo Guerrero on 2021-02-15

The shift in modern systems architecture to cloud and microservices brought huge changes to the way people develop applications. A long time ago (~15 years) we focused on clients accessing directly the database or some middleware running on local servers. In that time, the development environment had to reflect the target environment where those applications were going to be running. As you can imagine, most of the clients were targeting hardware running Windows.

#wsl2 #windows #linux #docker #vscode #development

Read more of A Developer's Journey to WSL2 Awesomeness

Hello Hello Kube

By Hugo Guerrero on 2021-02-01

Some thoughts need to be shared with a greater audience. Welcome to this little space dedicated to sharing my developer experiences while using Kubernetes and other technologies. You will find content around topics on containers, development tooling, and other related topics. I hope you enjoy it and share any comments and feedback on the content. You can also follow on Twitter @hellokube and @hguerreroo for more daily insights on this and other topics.

#hello kube

Read more of Hello Hello Kube