section-engineering-education / engineering-education

“Section's Engineering Education (EngEd) Program is dedicated to offering a unique quality community experience for computer science university students."
Apache License 2.0
364 stars 890 forks source link

Building a Kubernetes-based solution in a Hybrid Environment by using KubeMQ #2612

Closed lewe01 closed 3 years ago

lewe01 commented 3 years ago

Proposed title of article

Building a Kubernetes-based solution in a Hybrid Environment by using KubeMQ

Introduction:

As Kubernetes has become the standard for deploying, managing, and scaling container-based workloads, it has introduced features to allow clusters to exist across multiple clouds, span clouds, and on-premises environments, and even connect clouds and edge computing deployments.

However, Kubernetes is a platform for deploying applications and isn’t inherently aware of location, topologies, or architectural distribution. While it can provide scalability and connect clouds to the edge, it falls to the application that is built and deployed on Kubernetes to work within that environment. Requiring a developer to be aware of that level of detail pushes overhead and complexity too far into the development lifecycle. This article will take a look at Messaging Platform abstraction layer to come up with the solution to the above problem.

Key takeaways:

In this article the learner will be able to:

References:

N/A

ahmadmardeni1 commented 3 years ago

Approved - @lewe01

We do have some Kubernetes articles so lets be sure to reference and expand on those where and when possible.