This commit is contained in:
Inaki Fernandez
2020-06-14 19:54:34 +02:00
parent 2762ec44ac
commit f57fe6d2dc
4 changed files with 13 additions and 6 deletions

View File

@@ -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/)

View File

@@ -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)

View File

@@ -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/)
</center>
<br/>

View File

@@ -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/)