
Yet Another Useless Blog
27 FOLLOWERS
The articles in this blog shall help to easily tests and understand specific issues so they can be reproduced and tested on local environments. Read articles on OpenShift and other related topics. Yet Another Useless Blog also provides articles on Compliance, Azure, Java and much more.
Yet Another Useless Blog
4M ago
Since the NetworkPolicy API is namespace-scoped, it is not possible to enforce policies across namespaces. The only solution was to create custom (project) admin and edit roles, and remove the ability of creating, modifying or deleting NetworkPolicy objects. Technically, this is possible and easily done. But shifts the whole network security to cluster administrators ..read more
Yet Another Useless Blog
5M ago
In this very short article, I would like to demonstrate this on a real-live example I had to do. I would like to inject annotations to a Route objects, so that the certificate can be injected. This is done by the cert-utils operator. For the post-rendering the Argo CD repo pod will be extended with a sidecar container, that is watching for the repos and patches them if required. to render a Chart. Sometimes, especially when you work with Subcharts or when a specific setting is not yet supported by the Chart, you need to modify it later … you need to post-render the Chart ..read more
Yet Another Useless Blog
8M ago
SSL Certificate Management for OpenShift on AWS explains how to use the to request and install a new SSL Certificate. This time, I would like to leverage the GitOps approach using the Helm Chart I have prepared to deploy the Operator and order new Certificates. However, any other integration can be easily used ..read more
Yet Another Useless Blog
10M ago
This small article describes three different ways with a working example and tries to cover the advantages and disadvantages of each of them. They might be opinionated but some of them proved to be easier to use and manage ..read more
Yet Another Useless Blog
10M ago
All you need is the you want to use and the desired cluster . Optionally, you can define the exact image SHA. This might be required when you are operating in a restricted environment ..read more
Yet Another Useless Blog
10M ago
is a simple, S3-compatible object storage, built for high-performance and large-scale environments. It can be installed as an Operator to Openshift. In addition, to a command line tool, it provides a WebUI where all settings can be done, especially creating and configuring new buckets. Currently, this is not possible in a declarative GitOps-friendly way. Therefore, I created the Helm chart , that will start a Kubernetes Job, which will take care of the configuration. This article shall explain how to achieve this. , that does much more than just set up a bucket. I took out the bucket configura ..read more
Yet Another Useless Blog
10M ago
is one of the more complex things to install and configure on an OpenShift cluster. Not because the service or Operators are so complex to understand, but because of the dependencies logging has. Besides the logging operator itself, the Loki operator is required, the Loki operator requires access to an object storage, that might be configured or is already available. All steps will be done automatically. In case you have S3 storage available, or you are not using OpenShift Data Foundation, the setup will be a bit different. For example, you do not need to create a BackingStore or the Loki auth ..read more
Yet Another Useless Blog
11M ago
The idea is to have Git as the only source of truth on what happens inside the environment. While there are many articles about how to get GitOps into the deployment process of applications, this series of articles tries to set the focus on the If it is not in Git, it does not exist and tasks system administrators usually have to do, for example: Setup an Operator ..read more
Yet Another Useless Blog
11M ago
This article is a simple step-by-step guide to configure such lifecycle for OpenShift Data Foundation (ODF), where buckets are provided by Noobaa. Knowledge about ODF is assumed, however similar steps can be reproduced for any S3-compliant storage operator ..read more
Yet Another Useless Blog
11M ago
Today I want to demonstrate the deployment and configuration of (ACS) using a GitOps approach. The required operator shall be installed, verified if it is running and then ACS shall be initialized. This initialization contains the deployment of several components ..read more