It’s crucial how we operate our Kubernetes or OpenShift
cluster, in other words, how is managing the lifecycle of our objects.
How to create a container image
Containers are a new runtime for our applications. Building a secure, fast and minimum-size image is essential. In this article, we’ll do it.
[Read More]Openshift users, groups and roles
Once we have an Openshift cluster with a list of users, it’s important to set what is possible to do for each user.
Openshift works with an RBAC system when a list of roles can be assigned to a user or group.
[Read More]How to create Openshift users with HTPasswd provider
It’s crucial to manage our Openshift users, group and roles. This article will describe how to configure an OAuth HTPasswd provider.
[Read More]Manage users with HTPasswd
HTPasswd is a Unix tool which is used to manage elemental user lists.
In this article, we will discover how to use the htpasswd
command.