Red Hat OpenShift

Red Hat Developer Program
Article

Avoiding Windows rsync permission problems with Red Hat JBoss Developer Studio

Jeff Maury

The Red Hat JBoss Tools OpenShift tooling uses rsync to sync files between your local workstation and running pods on an OpenShift cluster. This is used to provide hot deploy and debugging features for the developer. If you’re using Windows, there are some file permission related issues that can be painful.

Article Thumbnail
Article

Announcing Developer Studio 11.2.0.GA and JBoss Tools 4.5.2.Final for Eclipse Oxygen.2

Jeff Maury

The community editions of JBoss Tools 4.5.2 and JBoss Developer Studio 11.2 for Eclipse Oxygen.2 are here waiting for you. Check it out! Installation JBoss Developer Studio comes with everything pre-bundled in its installer. Simply download it from our JBoss Products page and run it like this: java -jar jboss-devstudio-<installername>.jar JBoss Tools or Bring-Your-Own-Eclipse (BYOE) JBoss Developer Studio require a bit more: This release requires at least Eclipse 4.7 (Oxygen) but we recommend using the latest Eclipse 4.7.2 Oxygen JEE...

RedHat Shadowman Logo
Article

Red Hat DevNation Live Tech Talk - Istio: Canaries and Kubernetes

Mike Guerette

In this quick-paced 30 minute call, Burr Sutter, Red Hat Director of Developer Experience, will host another DevNation Live Tech Talk on February 1, 2018 - Istio: Canaries and Kubernetes . Being a cloud native developer requires learning some new language and new skills like circuit-breakers, canaries, service mesh, linux containers, dark launches, tracers, pods and sidecars. In this session, we will introduce you to cloud native architecture by demonstrating numerous principles and techniques for building and deploying Java microservices...

How to customize OpenShift RBAC permissions
Article

Containerizing SQL DB changes with Flyway, Kubernetes, and OpenShift

Elvadas Nono

Learn how to containerize and automate SQL changes to micro databases using Flyway, Docker, Kubernetes on Openshift. Flyway is used to build on-the-fly a container that can connect to the containerized database to perform SQL updates using JDBC.

Deploying to OpenShift e-book tile card
E-book

Deploying to OpenShift

Graham Dumpleton

Get an in-depth tour of OpenShift®, the container-based software deployment and management platform from Red Hat® that provides a secure multitenant environment for the enterprise. This practical guide describes in detail how OpenShift, building on Kubernetes, enables you to automate the way you create, ship, and run applications in a containerized environment.

Configuring mKahaDB persistence storage for ActiveMQ
Article

Flexible Images or Using S2I for Image Configuration

Eliska Slobodova

Container images usually come with pre-defined tools or services with minimal or limited possibilities of further configuration. This brought us into a way of thinking of how to provide images that contain reasonable default settings but are, at the same time, easy to extend. And to make it more fun, this would be possible to achieve both on a single Linux host and in an orchestrated OpenShift environment. Source-to-image (S2I) has been introduced three years ago to allow developers to...

Using API keys securely in your OpenShift microservices and applications
Article

Accelerating the development of Node.js using OpenShift

Cesar Valdez

In this blog entry, I want to introduce a "different" way to work with OpenShift. In the typical way to deploy a Pod to OpenShift, we have available a set of very useful objects we have build/image configurations. This takes the pain from us by hiding the details about image construction but, sometimes we just want to see some code running in the cloud. Or we want to see if our service/application is able to interact with nearby services or...

Devoxx logo
Article

Red Hat Sessions at Devoxx 2017

Gunnar Morling

The 2017 edition of the legendary Devoxx conference is over, and as always, it has been a fantastic week. Hosted in Antwerp, Belgium, and sold out months in advance, it's one of the top events of the Java community. Five days fully packed with workshops, regular conference sessions, BOFs, ignite sessions and even quickie talks during the lunch breaks - there was something for everyone. The super-comfortable cinema seats at the Devoxx venue are legendary, but also if you couldn't...

Running Microsoft SQL Server pod on OpenShift
Article

Wiping the Slate Clean with the OpenShift Container Platform

Benjamin Holmes

With traditional virtualized infrastructure or Infrastructure-as-a-Service, it is common practice to regularly refresh instances back to a known good state. This provides confidence that the application workloads have the correct runtime configuration, no deltas are being introduced, and they can be relied upon to provide value for the business. In these cases, you might use tools such as Ansible or Jenkins , but when we move our application workloads to containers running on OpenShift Container Platform , we can use...

Red Hat JBoss Developer Studio Logo
Article

Announcing Red Hat Developer Studio 11.1.0.GA and JBoss Tools 4.5.1.Final for Eclipse Oxygen.1A

Jeff Maury

JBoss Tools 4.5.1 and Red Hat JBoss Developer Studio 11.1 for Eclipse Oxygen.1A are here waiting for you. Check it out! Installation JBoss Developer Studio comes with everything pre-bundled in its installer. Simply download it from our JBoss Products page and run it like this: java -jar jboss-devstudio-<installername>.jar JBoss Tools or Bring-Your-Own-Eclipse (BYOE) JBoss Developer Studio requires a bit more: This release requires at least Eclipse 4.7 (Oxygen) but we recommend using the latest Eclipse 4.7.1A Oxygen JEE Bundle since...

GNU C library
Article

Fall 2017 GNU Toolchain Update Part 4

Nick Clifton

(Part 4)The GNU Toolchain is a collection of programming tools produced by the GNU Project. The tools are often packaged together due to their common use for developing software applications, operating systems, and low-level software for embedded systems. This blog is part of a regular series covering the latest changes and improvements in the components that make up this Toolchain. Apart from the announcement of new releases, however, the features described here are at the bleeding edge of software development...

Software Defined Data Center
Article

Build your Software Defined Data Center with Red Hat CloudForms and Openstack - part 2

Michele Naldini

Welcome back, here we will continue with the second part of my post, where we will work with Red Hat Cloudforms . If you remember, in our first post we spoke about Red Hat OpenStack Platform 11 (RHOSP). In addition to the blog article, at the end of this article is also a demo video I created to show to our customers/partners how they can build a fully automated software data center. Hands-on - Part 2 Well, now we need...

Video Thumbnail
Video

Ep. 1: Input Validation (2 of 2)

(Part 2)Learn about recommended practices for producing secure code with input validation in part one of this four-part video series.

Video Thumbnail
Video

Ep. 4: Security Mentality (2 of 2)

Learn how to start adopting a security-like mentality, also known as the "security mindset" in part four of this four-part video series.

Video Thumbnail
Video

Ep. 3: Authorization

Learn about authorization such as user privileges, levels of access, and how they're different in part three of this four-part video series.

Video Thumbnail
Video

Ep. 2: Numeric Errors

Learn about numeric errors and the dangers of using incorrect data types in part two of this four-part video series.