DEV Community

Cover image for Challenges in Building Multi-Cloud-Provider Platform With Kubernetes
I am a Programmer
I am a Programmer

Posted on

Challenges in Building Multi-Cloud-Provider Platform With Kubernetes

Building a cloud-agnostic platform used to be a challenging task as one had to deal with a large number of different cloud APIs and service offerings. Today, there are many managed Kubernetes solution (e.g., Openshift, GKE, AKS, or EKS), it seems like developers could simply build a platform based on Kubernetes and be cloud-agnostic. While this assumption is mostly correct, there are still a number of differences and pitfalls when deploying across those managed Kubernetes solutions.

This talk discusses the experiences made while building the ArangoDB Managed Service offering across different Kubernetes distributions.

Further reading:
Everything You Need to Know About Kubernetes Networking

Zero to Kubernetes: Learn Kubernetes from Beginner to Advanced

Build Microservice Architecture With Kubernetes, Spring Boot , and Docker

Top comments (0)