Category: openshift

GitOps demo with ArgoCD

What is GitOps? from Red Hat: GitOps is a set of DevOps practices that are used to manage infrastructure and application configurations using the Git open source version control system as a "single source of …

Loading

Microservices Coffeeshop

MICROSERVICES COFFEESHOP APIs INTEGRATION AND MONITORING WITH ECLIPSE MICROPROFILE. 1-INIT export USER=rabreu export PROJECT_NS=microservices-coffeeshop export OCP_HOST=mycloud.com oc login -u $USER https://api.$OCP_HOST.com:6443 oc new-project $PROJECT_NS –description="Expert Extra Recording LAB" –display-name="microservices-coffeeshop" 2-RED HAT REGISTRY SECRET CONFIGURATION cat …

Loading

Microservices Security

This article was also published at: https://developers.redhat.com/blog/2019/10/30/how-to-secure-microservices-with-red-hat-single-sign-on-fuse-and-3scale/ MICROSERVICES SECURITY HOW TO SECURE APIs WITH RED HAT SINGLE SIGN-ON (KEYCLOAK), FUSE (CAMEL) AND 3SCALE. Technology Version spring boot 2.1.8.RELEASE apache camel 7.4.0.fuse-740036-redhat-00002(w/ spring boot 1.5.22.RELEASE) 3Scale …

Loading

Microservices Observability (part 1)

This article was also published at: https://dzone.com/articles/microservices-observability MICROSERVICES OBSERVABILITY A SIMPLE USE-CASE USING OBSERVABILITY PATTERNS IN MICROSERVICES ARCHITECTURE. Framework Version Prometheus Metrics Jaeger Tracing spring boot 2.1.4.RELEASE enabled enabled thorntail 2.4.0.Final pending pending vertx 3.6.3.redhat-00009 …

Loading