How to get rid of “It works on my machine!” with CodeReady Workspaces

How to get rid of “It works on my machine!” with CodeReady Workspaces
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.
Part 1/4 discusses basic development principles with Kubernetes and gets deeper into Kustomize and OpenShift Templates.
How we came here Everyday we get in touch with the hottest trends in IT, try out thrilling (new) Open Source projects, and hear from our customers about the business perspective on technology. This has been happening for years now. We realized that all this knowledge and experience was more or less distributed across our […]
Picture by Annie Spratt on Unsplash Today is Easter Monday and the Open Sourcerers Team wants to take this opportunity to wish you all a happy Easter. We do hope that even in our current situation you can find the opportunity to enjoy this holiday and recharge your batteries in the midst of family and […]
This blog entry explains how to access a remotely installed CodeReady Containers (CRC) on your macOS client box. What is CRC CodeReady Containers (CRC) is a tool to install an OpenShift 4.x single node cluster easily on your local machine to quickly test things out without having to get access to any externally hosted OpenShift […]
Traditionally application development and deployment across environments has been very tedious and error prone. For example in the Java world you would work with different packaging formats such as ears, wars and jars each with environment specific configuration usually dispersed all over the place. Then your app might behave differently on each operating system due […]
Docker came a long way. It established itself very fast as the de-facto standard to get going with your container journey. It did not matter if you wanted to just play around with containers or if you wanted to build up new microservices, Docker was and still is a great choice to get yourself started. […]