Quantcast
Channel: development – Red Hat OpenShift Blog
Browsing all 10 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Using an Image Source to reduce build times

In a prior post, Jorge Morales described a number of techniques for how one could reduce build times for a Java based application when using OpenShift. Since then there have been a number of releases...

View Article



Using a generic webhook to trigger builds

In contrast to OpenShift 2 where one would use git to push up the code for your application into OpenShift, with that triggering a new build and deployment, OpenShift 3 will instead pull your code from...

View Article

Working with OpenShift configurations

When using OpenShift many of the tasks that you need to do can be performed through the OpenShift web console or directly using the oc command line tool. In those cases where you may need to do...

View Article

How to override S2I builder scripts

The Source to Image (S2I) builders of OpenShift 3 provide a convenient way for quickly building and then deploying your application directly from source code. If you have special requirements, you may...

View Article

Announcing the Winners of the Code Healthy with OpenShift Hackathon

Healthy code, healthy lives: build apps for better health with OpenShift. In June, we announced the release of OpenShift Online (Next Generation) and our hackathon, Code Healthy with OpenShift on...

View Article


Fast Iterative Java Development on OpenShift/Kubernetes Using Rsync

The key to a good development environment almost always comes down to how long it takes for changes you make to take effect. With any compiled language, there is often a lot of setup work involved to...

View Article

Debugging Java Applications On OpenShift and Kubernetes

As a follow on to my previous post, I thought it would be interesting to describe how to live debug a Java application running on OpenShift. Setup sudo oc cluster up --version=latest # Any OpenShift...

View Article

Image may be NSFW.
Clik here to view.

Enhancing your Builds on OpenShift: Chaining Builds

OpenShift provides different options for building and deploying containers on the platform. These generally include: Build and deploy from application source code – Users can specify the location of...

View Article


Image may be NSFW.
Clik here to view.

Developing applications on OpenShift in an easier way

Have you ever developed applications on a platform like Red Hat OpenShift? I’m a Java developer with more than 15 years of coding experience, and while I’ve been working with OpenShift for over three...

View Article


Eight Application Design Principles to Cope with OpenShift Maintenance...

Most Red Hat OpenShift maintenance operations follow the same pattern: one or more nodes are temporarily taken off the cluster to perform the required maintenance and then they are re-added to the...

View Article
Browsing all 10 articles
Browse latest View live




Latest Images