Red Hat OpenShift Container Platform

Video Thumbnail
Video

Red Hat OpenShift Enterprise Use Case Animation

Red Hat Developer Program

Public Platform-as-a-Service (PaaS) solutions lack the privacy and compliance features needed by enterprises. Learn how OpenShift Enterprise by Red Hat, Red Hat CloudForms, and Red Hat Enterprise Virtulization provide an enterprise PaaS solution and a strategic choice for an open, hybrid cloud. Learn more about OpenShift Enterprise: https://www.openshift.com/products/enterprise

Video Thumbnail
Video

MongoDB and modern agile development

Red Hat Developer Program

Dwight Merriman, CEO and co-founder of 10gen, discusses the continuing growth of platform-as-a-service (PaaS) and cloud technologies that led to the creation of MongoDB. MongoDB is an open source SQL database (non-relational)--a resource that scales horizontally on clusters of commodity hardware. MongoDB makes writing software apps easier and faster through cloud computing and resultant changes in database technologies. MongoDB is a better fit for open source (iterative) software development. It lends scalability and agility to the development process. OpenShift and PaaS give developers a full stack that can be used to develop and deploy apps without hardware or IT overhead. 10gen's MongoDB is a layer in that stack. This short video supports a talk that Red Hat CTO Brian Stevens gave at the 2012 Red Hat Summit. You can view this talk in full: http://www.youtube.com/watch?v=DDdiS6pvYJg&list=PL995CD1141C3330D5&index=17&feature=plpp_video Watch more 2012 Red Hat Summit videos: http://www.youtube.com/playlist?list=PL995CD1141C3330D5

Video Thumbnail
Video

Appcelerator relies on Red Hat

Red Hat Developer Program

A private company with approximately 140 employees, Appcelerator worked closely with Red Hat on their flagship platform, Titanium. One of the leading enterprise-grade, cross-platform development solutions on the market, Titanium counts more than 300,000 mobile developers in its worldwide ecosystem. Appcelerator integrated Red Hat's OpenShift PaaS into its Titanium platform, enabling developers to push and auto-scale the backend of their mobile development processes. This integration gives Titanium developers the ability to create, deploy, and manage their mobile applications, and then push these applications to Red Hat's OpenShift PaaS with just a single click.

Video Thumbnail
Video

Effectively scale by maximizing efficiency through the cloud

Red Hat Developer Program

Red Hat Consulting helps customers build highly scalable, flexible platforms that enable growth. Watch this video to see how customers grow without time- and resource-intensive IT buildouts or learn more at http://www.redhat.com/consulting.

Video Thumbnail
Video

The OpenShift Ecosystem: Red Hat Customer Success Stories

Red Hat Developer Program

Hear directly from Red Hat(R) OpenShift customers and users--CEOs from BitRock, eXo, and Contendo, the EVP of products and technologies at 10gen, the director of Mayflower GmBH, and an information manager at FARO, as well as the CTO and co-founder of Appcelerator. They've all chosen Red Hat OpenShift to simply, easily, and affordably develop, deploy, and manage their enterprise PaaS architecture. The flexibility and open APIs of the Red Hat stack make moving into the cloud simple and sustainable--no matter your line of business or level of expertise. Learn more about Red Hat OpenShift: http://openshift.redhat.com/app/ Learn more about Red Hat cloud technology: http://www.redhat.com/cloud/build/

Video Thumbnail
Video

Using JBoss EAP 7 with Red Hat OpenShift Container Platform

Red Hat Developer Program

A quick intro on how to develop and deploy JBoss EAP 7 apps to OpenShift, Red Hat's hybrid cloud PaaS. Topics covered: - Building EAP 7 apps using OpenShift S2I images - Deploying and auto-scaling apps - Accessing OpenShift through JBoss Developer Studio - Brief description of advanced operations with EAP 7 and OpenShift

Video Thumbnail
Video

JUDCon 2012 - OpenShift State of the Union

Red Hat Developer Program

A JUDCon 2012 session presented by Eric D. Schabell It has been a marriage made in heaven. JBoss has brought the enterprise application platform and JEE to the OpenShift PaaS for all of your development tasks. It is much more than a simple application server though, JBoss provides a multitude of projects that cover everything from mobile, business process management, web development, support tooling to inter connectivity with other development languages like Ruby. This session will take you through an overview of what OpenShift has to offer right now, how to get started, and then provide some highlights of the various projects that you can now access within the JBoss community. Bring you laptop and follow along as we help you get started in mobile development with Aerogears, Ruby Java connectivity with TorqueBox, process development with tooling from jBPM and much more. These will all be real world projects put on display for you with code you can access live during this session!

Video Thumbnail
Video

JUDCon 2012 - Mobilize your application using JBoss

Red Hat Developer Program

A JUDCon 2012 session presented by Matt Hicks. Join us for a technical how-to session on how to develop iPhone and Android apps with MongoDB backends for the cloud. Let's skip having to learn three different languages and jumpstart the development process using what you already know. We'll utilize Titanium to create a native mobile application targeting multiple mobile platforms. Next, we'll deploy our backend app to the cloud using JBoss AS and hook it up to our mobile app via a REST API. Finally we'll pull out our smartphones and bask in the awesomeness of our apps! Nothing complicated, nothing convoluted. Just straight ahead mobile development goodness with JBoss and MongoDB.

Video Thumbnail
Video

Intro to OpenShift Express (Mac)

Red Hat Developer Program

Intro to OpenShift Express (Mac) - This video demonstrates how to install the OpenShift Express client utilities on a Mac. Furthermore, it provides a walk through of signing up for an RHN account using the OpenShift website and details steps to allow a user to create their first express domain. Please go to openshift.redhat.com for more details.

Video Thumbnail
Video

Intro to OpenShift Express (Windows)

Red Hat Developer Program

Intro to OpenShift Express (Windows) - This video demonstrates how to install the OpenShift Express client utilities on the Windows operating system using cygwin. Furthermore, it provides a walk through of signing up for an RHN account using the OpenShift website and details steps to allow a user to create their first express domain. Please go to openshift.redhat.com for more details.

Video Thumbnail
Video

DevOps Moves To Production (Lori MacVittie)

Red Hat Developer Program

Delivering an app or service fast and frequently to production isn't the same as delivering the app or service fast and frequently to its intended users. Before an app is actually 'live' it has to run the gauntlet of production deployment that stands between it and real, live users. While DevOps has helped organizations make huge strides toward continuous delivery in dev and test environments, the production environment remains a very real obstacle in realizing continuous deployment. The biggest hurdle in that obstacle course is a narrow definition of DevOps that fails to include a broad set of technologies and tools outside the Dev and Ops domain. In this session we'll explore the underlying elements of a comprehensive DevOps approach (SDN, CD/CI, and Agile) and how they mix, match, and combine to enable the operational transformation DevOps promises to achieve the ultimate goal of IT agility: continuous deployment.

IoT Hackathon
Article

IoT Hackathon - CodeStarter @ Red Hat Summit

Ishu Verma

At the Red Hat Summit in Boston earlier this month, one IoT event stood out from the rest - a CodeStarter hackathon that brought together 80+ IoT enthusiasts to learn, tinker, and build an end-to-end IoT solution. The result was a complete IoT application that seamlessly integrates across IT and OT (Operations Technologies). Smart Factory The CodeStarter was based on the Industry 4.0 use case of a smart factory: the physical systems are abstracted in a digital form and interoperate...

NodeJS
Article

Installing Node.js dependencies with Yarn via s2i builds and OpenShift

David Martin

Building a docker formatted container image for a Node.js application There are 2 main strategies for building an image for a Node.js Application. The most common strategy is simply using a Dockerfile with a base image of something like FROM node:4-onbuild. Then do a docker build. This will produce an image with your application in it, ready to be run. This strategy is known as the Docker strategy in an OpenShift BuildConfig. Another strategy is using the s2i tool for...

Red Hat Summit logo
Article

18 Recorded Sessions on Cloud Native Development - from Red Hat Summit

Mike Guerette

As I mentioned prior to Red Hat Summit, there was a whole lot of activity around the complementary aspects of microservices, containers, open source, and cloud, so I've assembled this recorded set of sessions on the topic Cloud Native Development. Enjoy! Lessons Learned - From Legacy to Microservices - The Road to Success of Miles & More, by Torben Jaeger, Matthias Krohnen (Miles & More), Serge Pagop An introduction to OpenShift.io, an end-to-end OpenShift development platform in the cloud, by...

Containers Image
Article

Containerizing open-vm-tools - Part 2: Atomic CLI and Converting to a Systems Container

davis phillips

The content of the previous post discussed creating the open-vm-tools container’s Dockerfile and automating its started up via systemd with a unit file. Open-vm-tools as a service might need to start before the docker runtime or even the network stack, this leads us to runc and system containers. If you’ve finished the first article you have a running open-vm-tools Docker container. docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 5428906cd366 open-vm-tools "/bin/sh -c /usr/bin/" 13 seconds ago Up...

Red Hat JBoss Developer Studio Logo
Article

JBoss Tools and Red Hat Developer Studio Maintenance Release for Eclipse Neon.3

Jeff Maury

JBoss Tools 4.4.4 and Red Hat JBoss Developer Studio 10.4 for Eclipse Neon.3 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 Red Hat Developers and run it like this: java -jar devstudio-.jar JBoss Tools or Bring-Your-Own-Eclipse (BYOE) JBoss Developer Studio require a bit more: This release requires at least Eclipse 4.6.3 (Neon.3) but we recommend using the latest Eclipse 4.6.3 Neon JEE Bundle since...

Red Hat Logo
Article

Riviera Dev/JUDCon: Riviera 2017 Recap

Lance Ball

I returned late Sunday night from a trip to the south of France, where I was privileged to speak about Microservices, OpenShift, and how to do it all on Node.js. The conference was RivieraDev/JUDCon: Riviera 2017 and took place in Sophia Antipolis, near Nice, Cannes, St. Tropez and other fabulous Mediterranean cities on the southeastern coast of France. This was a two-day conference, sponsored in part by Red Hat. It was great to see so many Red Hatters there and...

Article Thumbnail
Article

Breaking up the Container Monolith

Brian Atkisson

Dan Walsh, of SELinux Coloring Book fame, presented on the work he and his team have been doing with containers. Dan has long been a technical leader in the container and SELinux spaces and is an amazing guy. If you take a moment to think back to the PDF format, it was originally created by Adobe to solve representing a document in a consistent way. However, that is not what made it popular and useful. The power of the PDF...

AWS Partner Solutions Architect
Article

Using OpenShift with AWS Services and Features

Brian Atkisson

Mandus Momberg, AWS Partner Solutions Architect, presented mechanisms to integrate OpenShift with AWS native features. Many of these concepts are covered in the Red Hat reference architecture for deploying OpenShift Container Platform 3.5 on AWS. To begin with, if you are running or considering RHEL on AWS, check out the Cloud Access Program. This allows you to convert standard RHEL subscription to cloud access licensing at a ratio of 1:2, 2 cloud VMs for every standard license. A lot of...

Director of Developer Experience
Article

Mastering deployments with Kubernetes & OpenShift Article

Brian Atkisson

Rafael Benevides, Director of Developer Experience, at Red Hat spoke on rapidly deploying software on OpenShift with zero downtime. Throwing software over to an operations team to deploy during a scheduled maintenance window is a thing of the past. Businesses simply can no longer afford scheduled downtime. Applications need to be developed such that small, frequent updates can be released continuously via containers. Rafael shows us how to solve this problem with OpenShift. Blue/Green Deployments This is a released strategy...

Red Hat OpenShift.io is an end-to-end development environment for planning, building and deploying cloud-native applications.
Article

Achieving Deployment Excellence with Red Hat OpenShift.io

Rob Terzi

Recently, the focus on the continuous delivery of value has created a lot of interest in microservices, CI/CD, and containers. The idea is that microservices are small and well defined enough to enable rapid innovation, automated testing, and frequent deployments with minimal risk. This is made possible by adopting continuous integration and continuous delivery pipelines. CI/CD requires the ability to quickly, easily, reliably, and automatically create and tear down complete execution environments. Linux containers address this need by creating lightweight...

Red Hat OpenShift.io is an end-to-end development environment for planning, building and deploying cloud-native applications.
Article

OpenShift.io Developer Tools Overview - Summit 2017 - The Power of Cloud Workspaces - Part 2

Brian Atkisson

Part II of the OpenShift.io Developer Tools overview follows on the heels of the introduction session, this time presented by Pete Muir and Gorkem Ercan. In this session, we are taken through the integrated OpenShift.io Eclipse Che IDE. What is a Cloud Workspace? One of the fundamental problems with today's development methodology is that development happens on your laptop-- in a completely different environment from production. This is one of the major sources of bugs as your software is migrated...