From 0d1338bea6237a7719950169ff58af4329efb5e0 Mon Sep 17 00:00:00 2001 From: Inaki Date: Mon, 30 Mar 2020 19:27:41 +0200 Subject: [PATCH] Update index.md --- docs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index d88bfc94..1359b5d8 100644 --- a/docs/index.md +++ b/docs/index.md @@ -27,6 +27,7 @@ Microservices architectures rely on DevOps practices, automation, CI/CD (continu - [12factor.net](https://12factor.net/) - [roadmap.sh](https://roadmap.sh/) - [Microservices FAQ](faq.md) + - [From Java EE To Cloud Native](javaee-to-cloud-native.md) 2. [CI/CD](cicd.md) 3. [Docker](docker.md) 4. [Kubernetes 🌟🌟🌟](kubernetes.md) @@ -61,7 +62,7 @@ Microservices architectures rely on DevOps practices, automation, CI/CD (continu - [Ansible](ansible.md) - [Liquibase](liquibase.md) 9. [Databases on Kubernetes](databases.md) -10. [Message Queue in Kubernetes](message-queue.md) +10. [Message Queue in Kubernetes. Real-Time Streaming](message-queue.md) 11. [Service Mesh](servicemesh.md) - [Istio - Service Mesh](istio.md) - [Consul - Service Mesh](consul.md) @@ -80,7 +81,6 @@ Microservices architectures rely on DevOps practices, automation, CI/CD (continu - [Scaffolding Tools](scaffolding.md) 15. Frameworks - [Angular](angular.md) - - [From Java EE To Cloud Native](javaee-to-cloud-native.md) - [Java - SpringBoot](SpringBoot.md) - [Java - Spring Cloud](https://spring.io/projects/spring-cloud) - [Java - Jakarta EE](https://jakarta.ee/)