Articles

[dev.to] Dev Containers on Kubernetes with DevSpace

  • 18 min read

Containerization is a good way to quickly ramp up and tear down, distribute and version pre-configured development environments. There are a couple of prolific tools in the space of containerization tools for development environments but not a lot of them hit the sweet spot in terms of customizability and convenience quite like DevSpace.

Read More

[dev.to] Detecting Kubernetes API Deprecations with pluto

  • 17 min read

The Kubernetes API is changing all the time. With these changes come deprecations and eventual removals of parts of the API. To be able to keep an up-to-date Kubernetes cluster version, we have to identify deprecated APIs and update them. This may become tedious in larger clusters with hundreds of resources but tools like pluto can help.

Read More