DORSETRIGS
Home

openshift (26 post)


posts by category not found!

How to find the external IP?

Unmasking Your Online Identity Finding Your External IP Address Ever wondered what your computers address looks like to the rest of the internet Thats your exte

2 min read 06-10-2024 32
How to find the external IP?
How to find the external IP?

understanding openshift source strategy

Demystifying Open Shift Source Strategies Building Better Applications Open Shift the Red Hat powered Kubernetes platform offers a powerful set of tools for bui

2 min read 06-10-2024 34
understanding openshift source strategy
understanding openshift source strategy

Long Execution Time for dotnet restore in OpenShift Build Pipeline

Speeding Up Your Open Shift Build Pipeline Tackling the dotnet restore Bottleneck Are you experiencing frustratingly long build times in your Open Shift pipelin

2 min read 04-10-2024 47
Long Execution Time for dotnet restore in OpenShift Build Pipeline
Long Execution Time for dotnet restore in OpenShift Build Pipeline

Kafka connector giving error when trying to connect oracle DB debezium

Resolving Kafka Connector Errors with Oracle DB Using Debezium When integrating Apache Kafka with Oracle databases using Debezium you may encounter various erro

2 min read 30-09-2024 42
Kafka connector giving error when trying to connect oracle DB debezium
Kafka connector giving error when trying to connect oracle DB debezium

how to add configmap without change permission on parent directory inside a deployment.yaml

How to Add a Config Map Without Changing Permissions on Parent Directory in Deployment yaml In Kubernetes a Config Map is a powerful way to manage configuration

2 min read 24-09-2024 48
how to add configmap without change permission on parent directory inside a deployment.yaml
how to add configmap without change permission on parent directory inside a deployment.yaml

Control Access in ArgoCD

Controlling Access in Argo CD A Comprehensive Guide Argo CD is an open source continuous delivery tool for Kubernetes that provides a declarative way to manage

3 min read 17-09-2024 54
Control Access in ArgoCD
Control Access in ArgoCD

how to change UID of user in image/pod

How to Change the UID of a User in an Image Pod Changing the User Identifier UID of a user in a container image or a pod is a common requirement especially in K

2 min read 17-09-2024 42
how to change UID of user in image/pod
how to change UID of user in image/pod

Add TLS Certificate in openshift container’s trusted CA root certificate store

Adding a TLS Certificate to Open Shift Containers Trusted CA Root Certificate Store When working with Open Shift ensuring secure communications is paramount One

3 min read 16-09-2024 41
Add TLS Certificate in openshift container’s trusted CA root certificate store
Add TLS Certificate in openshift container’s trusted CA root certificate store

Pipeline run as code fails to start the pipeline suddenly : could not fetch remote task

Troubleshooting Pipeline Run as Code Could Not Fetch Remote Task Error In recent times many organizations have adopted the Pipeline Run as Code approach to enha

3 min read 15-09-2024 54
Pipeline run as code fails to start the pipeline suddenly : could not fetch remote task
Pipeline run as code fails to start the pipeline suddenly : could not fetch remote task

Helm Conversion issues: cannot unmarshal string into Go struct field Secret.data of type map[string][]uint8

Resolving Helm Conversion Issues Unmarshalling Strings into Go Structs Understanding the Problem While working with Helm a common issue you may encounter is the

2 min read 14-09-2024 76
Helm Conversion issues: cannot unmarshal string into Go struct field Secret.data of type map[string][]uint8
Helm Conversion issues: cannot unmarshal string into Go struct field Secret.data of type map[string][]uint8

OpenShift Deployment Issue: Result Page Not Reflecting Votes from PostgreSQL

Open Shift Deployment Issue Result Page Not Reflecting Votes from Postgre SQL In todays article we will explore a common issue encountered during Open Shift dep

3 min read 14-09-2024 54
OpenShift Deployment Issue: Result Page Not Reflecting Votes from PostgreSQL
OpenShift Deployment Issue: Result Page Not Reflecting Votes from PostgreSQL

Database Server is not found. Please verify the login, password and server fields

Troubleshooting Presta Shop Installation on Open Shift Connecting to My SQL Database The user is encountering an error Database Server is not found Please verif

2 min read 06-09-2024 47
Database Server is not found. Please verify the login, password and server fields
Database Server is not found. Please verify the login, password and server fields

wss failed for Wildfly 9 on openshift

Troubleshooting WSS Failures with Wildfly 9 on Open Shift A Deep Dive This article delves into the common issue of Web Socket Secure WSS failures encountered wh

2 min read 06-09-2024 45
wss failed for Wildfly 9 on openshift
wss failed for Wildfly 9 on openshift

Oc get pods - Command to just print pod names

Displaying Only Pod Names with oc get pods When working with Kubernetes you might find yourself needing a simple list of pod names without extraneous details li

2 min read 05-09-2024 55
Oc get pods - Command to just print pod names
Oc get pods - Command to just print pod names

Openshift: unable to validate against any security > context constraint

Openshift Unable to Validate Against Any Security Context Constraint A Common Error and How to Fix It This article delves into a common error message encountere

2 min read 05-09-2024 38
Openshift: unable to validate against any security > context constraint
Openshift: unable to validate against any security > context constraint

OpenShift service with sessionAffinity forwards traffic to two pods

Troubleshooting Open Shift Service with Session Affinity Understanding Pod Traffic Distribution Open Shift a popular container platform based on Kubernetes allo

3 min read 05-09-2024 38
OpenShift service with sessionAffinity forwards traffic to two pods
OpenShift service with sessionAffinity forwards traffic to two pods

Using a keystore with curl

Securing Your Connections Using a Keystore with Curl In todays digital world securing communication is paramount When you interact with servers over the interne

2 min read 04-09-2024 78
Using a keystore with curl
Using a keystore with curl

Pods stuck on "Terminating" after compute-node shutdown

Why Pods Get Stuck in Terminating State After Node Shutdown and How to Resolve It Kubernetes is a powerful container orchestration platform but sometimes it can

2 min read 04-09-2024 41
Pods stuck on "Terminating" after compute-node shutdown
Pods stuck on "Terminating" after compute-node shutdown

Rolling updates with Hazelcast

Seamless Hazelcast Rolling Updates in Kubernetes A Practical Guide Rolling updates are essential for deploying new versions of your application in a Kubernetes

2 min read 04-09-2024 48
Rolling updates with Hazelcast
Rolling updates with Hazelcast

Hosting Websocket Server on Openshift

Hosting a Websocket Server on Open Shift A Comprehensive Guide Hosting a websocket server on Open Shift can seem daunting at first especially if you re used to

3 min read 04-09-2024 40
Hosting Websocket Server on Openshift
Hosting Websocket Server on Openshift

Azure speech to text on container --> speechsdk.transcription.ConversationTranscriber Fails with websocket upgrade failed 404

Troubleshooting Web Socket Upgrade Failed 404 Error with Azure Speech to Text Container This article addresses a common issue encountered when using Azure Speec

3 min read 02-09-2024 45
Azure speech to text on container --> speechsdk.transcription.ConversationTranscriber Fails with websocket upgrade failed 404
Azure speech to text on container --> speechsdk.transcription.ConversationTranscriber Fails with websocket upgrade failed 404

get config values using http in angular-auth-oidc-client

Dynamically Setting OIDC Configuration in Angular with Angular Auth OIDC Client When building secure Angular applications with the help of the Angular Auth OIDC

3 min read 01-09-2024 53
get config values using http in angular-auth-oidc-client
get config values using http in angular-auth-oidc-client

Deploy artifactory to openshift with PostgreSQL data base config with Dockerfile

Deploying Artifactory to Open Shift with Postgre SQL Database Configuration Troubleshooting a Missing db properties File This article tackles a common issue enc

3 min read 30-08-2024 42
Deploy artifactory to openshift with PostgreSQL data base config with Dockerfile
Deploy artifactory to openshift with PostgreSQL data base config with Dockerfile

Error when trying to deploy a war-File on Openshift using tomcat 9

Troubleshooting buildconfigs build openshift io my tomcat app not found Error During Openshift Deployment This error message Error from server Not Found buildco

2 min read 29-08-2024 46
Error when trying to deploy a war-File on Openshift using tomcat 9
Error when trying to deploy a war-File on Openshift using tomcat 9

How to make elasticsearch.keystore persistent in statefullset Openshift?

How to Make Elasticsearch Keystore Persistent in a Stateful Set on Open Shift This article will guide you through the process of ensuring your Elasticsearch key

2 min read 29-08-2024 79
How to make elasticsearch.keystore persistent in statefullset Openshift?
How to make elasticsearch.keystore persistent in statefullset Openshift?