From f57fe6d2dccccc4b4d630e23af914c446fd9d56b Mon Sep 17 00:00:00 2001 From: Inaki Fernandez Date: Sun, 14 Jun 2020 19:54:34 +0200 Subject: [PATCH] reorg --- docs/index.md | 15 ++++++++++----- docs/istio.md | 1 + docs/kubernetes.md | 2 +- docs/message-queue.md | 1 + 4 files changed, 13 insertions(+), 6 deletions(-) diff --git a/docs/index.md b/docs/index.md index 01543adf..72e86c67 100644 --- a/docs/index.md +++ b/docs/index.md @@ -15,9 +15,14 @@ A curated list of awesome references collected since 2018. Microservices archite ## Introduction. Openshift VS Kubernetes - [Introduction. Openshift VS Kubernetes](introduction.md) +- [From Java EE To Cloud Native](javaee-to-cloud-native.md) +- [Microservices FAQ & Kubernetes Native](faq.md) +### References - [microservices.io](https://microservices.io/) -- [landscape.cncf.io](https://landscape.cncf.io/) +- [cncf.io](https://www.cncf.io/) + - [landscape.cncf.io](https://landscape.cncf.io/) - [Certified Kubernetes offerings](https://www.cncf.io/certification/software-conformance/) + - [CNCF Survey Report 2019](https://www.cncf.io/wp-content/uploads/2020/03/CNCF_Survey_Report.pdf) - [CRI-O Lightweight Container Runtime for Kubernetes](https://cri-o.io/) - [Open Container Initiative](https://www.opencontainers.org/) - [agilemethodology.org](http://agilemethodology.org/) @@ -25,8 +30,6 @@ A curated list of awesome references collected since 2018. Microservices archite - [12factor.net](https://12factor.net/) - [roadmap.sh](https://roadmap.sh/) - [API Landscape](https://www.apidays.co/api-landscape) -- [From Java EE To Cloud Native](javaee-to-cloud-native.md) -- [Microservices FAQ & Kubernetes Native](faq.md) - [Stack Overflow Annual Developer Survey](https://insights.stackoverflow.com/survey) ## Site Reliability Engineering (SRE) - [Site Reliability Engineering (SRE)](sre.md) @@ -44,11 +47,12 @@ A curated list of awesome references collected since 2018. Microservices archite - [TestOps and Continuous Testing](testops.md) ## Project Management Methodology - [Project Management Methodology](project-management-methodology.md) +- [Work From Home](workfromhome.md) +- [Appointment Scheduling](appointment-scheduling.md) +### References - [Jira](https://www.atlassian.com/software/jira) - [OpenProject](https://www.openproject.org/) - [Confluence](https://www.atlassian.com/software/confluence) -- [Work From Home](workfromhome.md) -- [Appointment Scheduling](appointment-scheduling.md) ## Docker - [Docker](docker.md) ## Kubernetes @@ -60,6 +64,7 @@ A curated list of awesome references collected since 2018. Microservices archite - [OpenShift 🌟](openshift.md) - [OCP 3](ocp3.md) - [OCP 4 🌟](ocp4.md) +### References - [OpenShift.tv](https://openshift.tv) Red Hat OpenShift Streaming - [Red Hat Developer @Youtube](https://www.youtube.com/channel/UC7noUdfWp-ukXUlAsJnSm-Q) - [OpenShift Dedicated](https://www.openshift.com/products/dedicated/) diff --git a/docs/istio.md b/docs/istio.md index 55bfb6b2..41f4fd5d 100644 --- a/docs/istio.md +++ b/docs/istio.md @@ -18,6 +18,7 @@ - [medium.com: How to Manage Microservices on Kubernetes With Istio](https://medium.com/better-programming/how-to-manage-microservices-on-kubernetes-with-istio-c25e97a60a59) How to implement DevSecOps on microservices architecture with a service mesh - [github.com/askmeegs/learn-istio 🌟](https://github.com/askmeegs/learn-istio) - [banzaicloud.com: What's new in Istio 1.6, a quick walkthrough](https://banzaicloud.com/blog/istio-1.6/) +- [Riding the Tiger: Lessons Learned Implementing Istio 🌟](https://zwischenzugs.com/2020/05/05/riding-the-tiger-lessons-learned-implementing-istio/) ## Maistra Istio - [Maistra.io](https://maistra.io) diff --git a/docs/kubernetes.md b/docs/kubernetes.md index 4c3306f2..b6075fb9 100644 --- a/docs/kubernetes.md +++ b/docs/kubernetes.md @@ -171,7 +171,7 @@ [![5 Open-source projects that make #Kubernetes even better](images/five-oss-projects-kubernetes.jpg){: style="width:80%"}](https://enterprisersproject.com/article/2020/5/kubernetes-5-open-source-projects-improve) -[![kubernetes arch multicloud hybrid](images/kubernetes_architecture_multicloud_hybride.jpg){: style="width:60%"}](https://www.journaldunet.com/web-tech/cloud/1492047-comment-kubernetes-perce-les-frontieres-du-cloud/) +[![kubernetes arch multicloud hybrid](images/kubernetes_architecture_multicloud_hybride.jpg){: style="width:70%"}](https://www.journaldunet.com/web-tech/cloud/1492047-comment-kubernetes-perce-les-frontieres-du-cloud/)
diff --git a/docs/message-queue.md b/docs/message-queue.md index 9cbcc8c3..6d77c4b4 100644 --- a/docs/message-queue.md +++ b/docs/message-queue.md @@ -90,6 +90,7 @@ - [developers.redhat.com: Decoupling microservices with Apache Camel and Debezium](https://developers.redhat.com/blog/2019/11/19/decoupling-microservices-with-apache-camel-and-debezium/) - [A good explanation of how to avoid distributed transactions using outbox pattern: Transaction Log Tailing With Debezium](https://medium.com/trendyol-tech/transaction-log-tailing-with-debezium-part-1-aeb968d72220) - [developers.redhat.com: Capture database changes with Debezium Apache Kafka connectors](https://developers.redhat.com/blog/2020/04/14/capture-database-changes-with-debezium-apache-kafka-connectors/) +* [developers.redhat.com: Change data capture for microservices without writing any code](https://developers.redhat.com/blog/2020/05/15/change-data-capture-for-microservices-without-writing-any-code/) ## Red Hat Integration service registry and Apicurio - [Red Hat Integration service registry](https://developers.redhat.com/blog/2019/12/16/getting-started-with-red-hat-integration-service-registry/)