DEV Community

Cover image for The Best Cloud for Kubernetes ?
💻:~:$ That DevOps Guy
💻:~:$ That DevOps Guy

Posted on

3 1

The Best Cloud for Kubernetes ?

As a DevOps engineer, understanding how Kubernetes is cloud native is important. Kubernetes decouples our software from the infrastructure. It allows us to thinking less about scheduling, compute instances, health checks, load balancing, service discovery and more.

We can simply package our app in a container, and throw it at Kubernetes and then tell Kubernetes how we want the app to be distributed, scaled and it will keep it running.

When people ask me where is the best place to run Kubernetes, i always say LOCALHOST is the best.

This is because it simply does not matter anymore.
As a developer, I run Kubernetes on Kind, or Docker for Windows.
Enable it with a click of a button.
With a small YAML file, I can run my app as if it's running in the cloud.

No matter the cloud, the YAML - where you fundamentally define how Kubernetes should run your app - is the same, regardless if you're on AWS, Azure or Google cloud.

As a DevOps engineer it really helps having a bit of knowledge on what it takes to get a Kubernetes in each cloud provider. Each having their own niche, features and challenges.

For that, I have started a series called "Kubernetes in the Cloud"

We cover all the basics to be learnt about running Kubernetes in:

  • Microsoft Azure
  • Amazon AWS
  • Google Cloud
  • Digital Ocean
  • Linode

Check it out & Enjoy!

The Fastest, Most Accurate API for Voice AI

Ad Image

Building an AI Agent that needs to deliver human-like conversations? | Speechmatics’ real-time ASR is available in 50 languages and can understand speech in a fraction of a second.

Try Free

Top comments (0)

👋 Kindness is contagious

Discover a treasure trove of wisdom within this insightful piece, highly respected in the nurturing DEV Community enviroment. Developers, whether novice or expert, are encouraged to participate and add to our shared knowledge basin.

A simple "thank you" can illuminate someone's day. Express your appreciation in the comments section!

On DEV, sharing ideas smoothens our journey and strengthens our community ties. Learn something useful? Offering a quick thanks to the author is deeply appreciated.

Okay