Category: Kubernetes, yaml

by An important step before you begin an implementation of microservices is to configure your development IDE and install set of tools that simplifies integration with Kubernetes. In this article, I'm going to describe the most popular of those tools.

If you use Intellij as a development IDE and you prefer "clicking" over command line tools, Cloud Code is something for you.

You can also easily switch between different resources just by typing ":", and then providing the name of the required Kubernetes object.

Related Articles