Can anyone guide me on what message broker has the best compatibility with OpenShift 4 or which one should use? Does OpenShift 4 support Activ
I have been using alpine as the base image for the docker containers which are getting deployed in openshift platform. The reason being it was light weight and
I've create a postgresql instance into my openshift origin v3. It's running correctly, however I don't quite figure out why I am not able to reach it remotely.
Currently I do this: configMapGenerator: - name: sql-config-map files: - "someDirectory/one.sql" - "someDirectory/two.sql" - "someDirect
I am a newbee in Kubernetes/Openshift. I am trying to update MySQL configuration using configmap. I have the below yaml apiVersion: v1 kind: ConfigMap metadat
INFORMATION NEEDED: I use Keycloak (Docker version) behind a Spring project. (The client side of this project is React and communication between client and ba
I'm trying to deploy Gitlab-runner(s) on Openshift/K8S, but can't succeed in having runners communicating with Gitlab (itself deployed in pods on OCP). I follo
I have deployed few services of my application on openshift : E.g., app-ui, app-backend,app-store ,main. I have defined separate routes for these services to ac
I am trying to run the fluentd image on Openshift. I am using the official image of Fluentd from Docker Hub for the same. However, i get the following error -
I installed the latest bitnami/mongodb chart for a standalone architecture. The Readiness and Liveness-probes are failing because the statement mongosh --eval "
On OCP 4.3 the oc login command generated from the dashboard "Copy Login Command" oc login --token=asdfghjk... --server=https://api.xxx.com:6443 fails with:
Here is the sample template for single PersistentVolumeClaim with name : claim1 apiVersion: "v1" kind: "PersistentVolumeClaim" metadata: name: "claim1" spec:
I am trying to integrate the angualar js app with the backend spring boot , in which i am facing the redirection is not allowed for a prefligh