Friends of OpenJDK Today

Do You Really Need Kubernetes?

July 07, 2021

Author(s)

  • Avatar photo
    Rudy De Busscher

    Rudy loves to create (web) applications with the Jakarta EE platform and MicroProfile implementations. Currently, he is a Developer Advocate for MicroStream. He has implemented various projects in a team ... Learn more

These days, it seems Kubernetes is a topic that is never too far from people's lips.  The tool, and the associated tools built around it, are talked about so often it seems it's the only subject important to developers these days - especially as the IT world becomes increasingly orientated towards cloud and microservices.

But in spite of all the conversation around Kubernetes... do you really need Kubernetes for your environment? Or is it just another case of the next 'new and shiny' object,  with people distracted by the novelty and possibility, rather than the facts? In this article, I'll take a closer look at why Kubernetes might be a case of the hype outweighing the helpfulness in most cases. 

Whether or not you need Kubernetes depends on many different factors. But statistically, I think you don't need Kubernetes more often than you do need it. 

Let us review what problem Kubernetes solves and determine when you would benefit from learning and using Kubernetes in your environment.

What is Kubernetes?

Let's start by looking at a standard description of Kubernetes. This is what you find onWikipedia:

"Kubernetes is an open-source container-orchestration system for automating computer application deployment, scaling, and management."

So first of all, Kubernetes works with containers. As you are most likely aware, containers are the replacement for Virtual Machines (VMs),  and they make more efficient use of the resources of your hardware infrastructure. Replacing the VMs with a container solution is a cost-effective change. The architecture has its challenges, however, as processes and applications still need to be properly separated, which is more difficult with Kubernetes than VMs.

When you have many containers to manage, it becomes difficult to do it manually. This is where Kubernetes comes into the picture.  Kubernetes makes it possible to set up multiple containers that work together and have the ability to scale.  

This description may sound familiar; you probably recognize a few of the properties from the microservices architectural model. Microservices architecture involves a set of independent applications that collaborate,  creating the responses for user requests, which means you can scale each microservice individually. Kubernetes is designed to work with a microservices architecture, to help when there are large numbers of independent applications that need to be set up and scaled together. 

Kubernetes is also about automating workflows. When you need to execute some scripts between the deployment of the first and the second service in Kubernetes, you can write a Kubernetes operator to automate this process, even implementing some complex logic into how the Kubernetes resources are called and how they interact with each other.

Why Kubernetes Might Not Work for You

Now that we have explored what Kubernetes is, we can come to the question of why you would use it or even if you really need to use Kubernetes at all.

As mentioned above, Kubernetes is in alignment with typical microservices architecture, where you have many applications that work together and might need some complex initialisation and setup.

Therefore,  container orchestration platforms are successful for large companies like Netflix and Amazon, which operate a huge microservices environment. But most of us do not work for one of the world's biggest organisations with colossal software systems to match; where there are a vast amount of different workflows and independent applications, as well as armies of developers to work on them. 

Instead, you probably have a handful of developers that create and maintain the one or few applications that are critical for your business. 

Learning, setting up, and using Kubernetes is a specialization on its own. It is not something you can accomplish in an hour on a Friday afternoon! It requires a large investment of time and resources as you need many servers to set up Kubernetes, with it requiring a cluster of several machines by default.

For smaller businesses, therefore, the likelihood the the benefits outweigh the costs is small. Using Kubernetes is most often a case of solving the problems experienced by larger companies, but that you yourself do not have - and adopting Kubernetes will only cause more expenditure, both in time and resources.

Therefore, before diving into Kubernetes or a container orchestration tool, you should ensure it actually does solve one of the problems you encounter in your environment.

Use Kubernetes-Based Tools

As mentioned already, Kubernetes can be helpful when you are dealing with a large environment, and cloud providers have caught on, offering support for Kubernetes with their service.

However, using Kubernetes directly on the cloud provider isn't a good idea in many cases. The installation may be managed for you, but you are still required to deal with all of the low-level details of Kubernetes. And this requires a lot of investment to do it properly.

Recently, several tools emerged that are built on top of Kubernetes, which bring you the capabilities and power provided by Kubernetes but with an easier to use interface for users and developers.

This is also the philosophy behind our new product, Payara Cloud, to be launched in the fall of 2021.

Perhaps you are interested in just configuring and running your application without wanting to learn the  concepts of Kubernetes deployments, services, and other tasks like SSL certificate management, routing,  and setting up the monitoring. Tools such as Payara Cloud use Kubernetes to bring your application to the cloud in a way that you are familiar with, without you having to retrain developers and make it all work yourself - it's handled for you. Deploying an application to Payara Cloud is very similar to deploying an application on a runtime that you have running locally.

You Probably Don't Need Kubernetes

Kubernetes is useful if you are dealing with many containers and require some automation of the steps when starting them. So, unless you have a large microservice environment, Kubernetes is unlikely to bring much added value. Probably, it is not needed or suited for your case and you should not invest in it.

Several tools that have been released to make use of Kubernetes while shielding your team from the hassle and the details of using it. You get all of the benefits of Kubernetes without having to learn how to make it work. Payara Cloud is an example of this that caters specifically to the Jakarta EE runtime: you just need to configure your application, upload it, and you are ready to go. This is the kind of Kubernetes usage that is useful for the majority of companies.

I hope this blog has created some food for thought and maybe helped inspire a more questioning attitude to Kubernetes. Just because it's the buzzword of the moment doesn't mean it necessarily fits your business! 

Topics:

Author(s)

  • Avatar photo
    Rudy De Busscher

    Rudy loves to create (web) applications with the Jakarta EE platform and MicroProfile implementations. Currently, he is a Developer Advocate for MicroStream. He has implemented various projects in a team ... Learn more

Comments (0)

Your email address will not be published. Required fields are marked *

Highlight your code snippets using [code lang="language name"] shortcode. Just insert your code between opening and closing tag: [code lang="java"] code [/code]. Or specify another language.

Save my name, email, and website in this browser for the next time I comment.

Subscribe to foojay updates:

https://foojay.io/feed/
Copied to the clipboard