Part 3 of the article series on automated application packaging and distribution. This time about integrating into Kubernetes Native Pipelines with OpenShift Pipelines (Tekton)
Photo by NASA on Unsplash In the first part of the article “Many roads lead to RHEL” we were discussing the possibility of doing an in-place Upgrade instead of redeploying a new RHEL machine when switching to a new major version of RHEL. We also touched on the reasons why it does make sense to […]
If the COVID-19 epidemic taught us one lesson, then it is how dependent we are on data exchange over the internet. Just think back to yourself, how did you pass by 2020/2021? How did you exchange data with service providers or your employer? How did you entertain yourself while being under lock down or how […]
The idea behind this article comes from a discussion I had regarding the question, what approach shall I take if I want to go to the newest Version of Red Hat Enterprise Linux (RHEL) but am not able to redeploy everything from scratch. Well, one thing to consider is doing an in-place upgrade to a […]
Introduction In this article series we are going to build together a sample cloud-native IoT architecture, called Bobbycar, based on the Red Hat OpenShift Container platform and a lot of other relevant technologies. The first part of the series should provide you with the necessary background on IoT-, Edge- and Cloud Computing and also briefly […]
How to get rid of “It works on my machine!” with CodeReady Workspaces
We are living in an area of digital transformation for many years now, driven by a continuously increasing pace of innovation and new disruptive business models. The speed to bring a new business idea as a digital service to the market is one of the key success factors, but it’s worth nothing when you are […]
Photo by Rene Böhmer on Unsplash By using Quarkus you can write lightweight and lightning-fast Java applications that scale on OpenShift/Kubernetes in a matter of milliseconds. But to achieve linear scalability and resilience of your application you should strive to create stateless applications. If you scale up multiple application instances that all connect to the […]
Azure DevOps enables you to build, test, and deploy any application to any cloud or on premises. Red Hat OpenShift is the leading enterprise Kubernetes platform, built for an open hybrid cloud strategy. Learn how to configure release pipelines in Azure DevOps and deploy your applications on Red Hat OpenShift.
Part two of the article series. This time about Helm Charts, Operators and various CLI tools to work with container images.