Files
awesome-kubernetes/docs/introduction.md
Inaki Fernandez 38ded9061f Jan 18th
2021-01-18 12:22:30 +01:00

14 KiB
Raw Blame History

Introduction. From Java EE To Cloud Native. Microservice Architecture. Openshift VS Kubernetes

Introduction

[![microservices infographic](images/microservices-infographic.png)](https://www.weave.works/technologies/going-cloud-native-6-essential-things-you-need-to-know)

you dont need kubenetes

sw consumers

Namespaces for Data Structuring

From SysAdmin to Architect

Raft Consensus Algorithm

  • The Raft Consensus Algorithm 🌟 etcd is a “distributed reliable key-value store for the most critical data of a distributed system”. It uses the Raft consensus algorithm which was designed to be easy to understand, to scale, and to operate. The protocol and the etcd implementation were very quickly adopted by large distributed systems like Kubernetes, large distributed databases or messaging frameworks, where consensus and strong consistency is a must.

PaaS

Modular Monolith

From Java EE To Cloud Native

Monolith to Microservices Using the Strangler Pattern

Openshift VS Kubernetes

Career Path

Full Stack Developer's Roadmap

Software Development Models

Software Development Tools

[![Openshift SaaS VS Kubernetes SaaS](images/openshift-vs-kubernetes-saas.png)](https://proteon.com/2018/10/18/openshift-in-a-world-of-kubernetes-as-a-service/)

Openshift VS Kubernetes

Kubernetes on its own is not enough