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 …
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 …
3Scale APICast mTLS workshop In this workshop, you’ll be tackling 3scale deployment with a new API as a product being deployed with a test user account and evaluating this API call using mutual-tls with a …
In this tutorial, you will be able to deploy new 3Scale APIcast instances using Red Hat’s OpenShift Container Platform. APICast is the gateway used by 3Scale. It is possible to implement N gateways to meet …
During a recent project, my team had some problems configuring 3scale with Jaeger. After spending some time doing some research, I’ve prepared a guide for configuring and understanding some configuration properties and how Jaeger architecture …
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 …
Project cannot be deleted because of the finalizer kubernetes not being removed from the project definition. (working with Openshift 4.x) 1- Create a file from all namespaces in terminating status $ oc get projects |grep …
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 …
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 …
A full detailed guide to install Openshift (OKD) into a single or more VMs using libvirt (openshift-ansible playbook) This guide is mostly based on: dnsmasq appendix from the openshift-training repo. openshift-ansible playbook. gshipley installcentos scripts. …
Red Hat Openshift Single Sign-On Secured N-tier application Referência: https://github.com/mechevarria/ocp-sso.git Este projeto contém scripts e códigos-fonte para implantar uma aplicação de 3 camadas utilizando o Red Hat Single Sign-On e protegendo-a com SSL. A aplicação …