Posts

Image

How to Restart a Job in Kubernetes

Sometimes we just want to restart a job. Unfortunately, Kubernetes does not have this feature implemented in version 1.15. The solution is to get the job config, remove the labels kubernetes added to it and reapply it to the cluster:

Read More

Image

Multiple Socket Connections with Vuejs

I recently had to find out a way to have two distinct socket connections each one pointing to a different endpoint and handle both in the frontend.

Read More

Image

About me

Hey there, I’m Junior Carvalho. I’m a developer. I like to solve problems through code and like to experiment with new technologies and frameworks, I’m what they used to say “a generalist”.

Read More

1