What’s new in
the cloudWorkshop?

News

beam
Red Hat Summit Recap

Red Hat Summit Recap

The Red Hat Summit in Boston is an open source event for IT professionals. The event showcases the latest advances in cloud computing, open source solutions and enterprise transformation, providing attendees with valuable...

Red Hat OpenShift Container Platform

Red Hat OpenShift Container Platform

cloudWerkstatt Technology Breakfast on 01 March 2023. In recent years, the use of container technology has become increasingly popular in the IT industry. Red Hat, a leading provider of open source software solutions, is at the forefront of this trend with its Red Hat...

Red Hat Enterprise Linux Overview and best practices

Red Hat Enterprise Linux Overview and best practices

cloudWerkstatt Technology Breakfast on February 15, 2023. Have you ever wondered if your system landscape is secure? Can you create an intelligent chat bot without having any programming knowledge? Are there experts to whom I can directly ask such questions? Then our...

Blog

beam
GitLab SAML Group Links:How to Implement and Why They are Useful

GitLab SAML Group Links:How to Implement and Why They are Useful

GitLab has certain access control measures in place, one of these is the different levels of access a user can have for a particular group or subgroup. These can be configured manually on an individual basis in the UI, but there is also a way to not only automate this...

Kubernetes: The present and future of platform engineering

Kubernetes: The present and future of platform engineering

Kubernetes: The present and future of platform engineering Kubecon 2024 Although I've watched quite some talks of past Kubecons online, this was my first time attending one in person. I've to admit that the impact it had on was much more amplified that what I...

Ansible Vault and Vault ID

Ansible Vault and Vault ID

Ansible-vault is the Ansible tool for protecting secret information. It can create encrypted file and encrypt plain text ones. Ansible-vault has the option to `view` and `edit` the encrypted file and allows for replacing the old password used to encrypt a file with a new one, and decrypts the file too!