PaaS

Video Thumbnail
Video

OpenShift Origin Community Hangout: Solum Update with Clayton Coleman & Chris Alfonso

Coming off the heels of a 2-day session on Solum at Rackspace's SF offices, where parties interested in Solum, the OpenStack-related initiative for application lifecycle management that leverages both Heat & Docker - Red Hat OpenShift Team members who attended (Clayton Coleman, Chris Alfonso & Krishna Raman) bring us up to speed on the project & Red Hat's involvement.

Video Thumbnail
Video

OpenShift Origin Community Hangout: Sneak Peak at OpenShift Orign Index Project

The OO-Index project needs you! This a sneak preview of a community project to build & host a place to find and browse OpenShift Community-sourced QuickStarts and Cartridges in GitHub. This package is a general-purpose stand-alone index of quickstarts and cartridges for the OpenShift hosting platform and can easily be deployed on an Origin-based Platform as a Service. The project is written in Python using Flask and could use some more community love so if you have some band-width, take a look at the code & make a few commits! CSS/HTML stylists wanted!

Video Thumbnail
Video

Openshift: The Polyglot Platform as a Service - Max Andersen

OpenShift is Red Hat's polyglot Platform as a service which allow you to run a large range of services in the cloud. In this talk I will give an introduction to OpenShift, what it offers and how it works. The talk will be in two parts. The first is about OpenShift in general and how to use it from the command line and the web console. The Second part is about how JBoss Developer Studio works with OpenShift and how it both coexist and extend the experience you get with "plain" OpenShift. This part will focus especially on how well the JavaEE and mobile parts of Developer Studio works with OpenShift. The talk is intended to be practical and guided by attendees question.  Max Rydahl Andersen was born and raised in Denmark, worked on health care software systems for some time.  In that work I bumped into this small project called Hibernate and had to fix a couple of things in it to make it useful.  Since then I've been working at Red Hat on Hibernate Core, Hibernate Tools, Seam and now lately JBoss Tools and Developer Studio.

Video Thumbnail
Video

Implementing your own Google App Engine

Google App Engine (GAE) is a popular PaaS offering. Where its scalable and reliable environment is hidden behind a custom API. This makes GAE apps hard to port over to other non-GAE environments. But what if one could implement such similar environment? And you could simply move your GAE application’s .war file to this new environment and it would just work? After all, at the end it’s all about the API, plus scalable and reliable services. JBoss CapeDwarf project aims at making this a reality. This presentation will provide a glimpse into what it takes to implement something as GAE, ranging from runtime integration with JBoss Application Server, actual services implementation to last but not least, automated heavy testing.

Using API keys securely in your OpenShift microservices and applications
Article

The CoolStore Microservices Example: DevOps and OpenShift

Alessandro Arrichiello

An introduction to microservices through a complete example Today I want to talk about the demo we presented @ OpenShift Container Platform Roadshow in Milan & Rome last week. The demo was based on JBoss team's great work available on this repo: https://github.com/jbossdemocentral/coolstore-microservice In the next few paragraphs, I'll describe in deep detail the microservices CoolStore example and how we used it for creating a great and useful example of DevOps practices. We made some edits to the original project...

Article Thumbnail
Article

Build your next cloud-based PaaS in under an hour

Matyas Danter

The charter of Open Innovation Labs is to help our customers accelerate application development and realize the latest advancements in software delivery, by providing skills, mentoring, and tools. Some of the challenges I frequently hear from customers are those around Platform as a Service (PaaS) environment provisioning and configuration. This article is first in the series of articles that guide you through installation configuration and usage of the Red Hat OpenShift Container Platform (OCP) on Amazon Web Services (AWS). This...

Article Thumbnail
Article

DevNation 2016 in San Francisco - Call for Proposals is now open

Mike Guerette

San Francisco, California, USA June 26-29, 2016. As part of the DevNation 2016 launch and abstract selection teams, I'm pleased to share this news and invite you to submit your talk to DevNation 2016! HOW IT WORKS You submit a session (or sessions!) you'd like to present at the 2016 DevNation by January 11, 2016. Subject matter experts review each submitted abstract and give a numerical vote (1-5). Selection committees review the highest-rated sessions and build the agenda. You receive...

Article Thumbnail
Article

Gazing into the crystal ball: Red Hatters offer tech predictions for 2015

Mike Guerette

"As 2014 comes to a close, we asked Red Hat executives and subject matter experts to weigh in with their thoughts on what they expect to see happen in the world of tech in 2015. We’ve grouped predictions from these experts on many topics, including: Big data Business of tech Cloud computing Containers Developers and application development Internet of Things Mobile OpenStack Security Software-defined datacenter" Here are some of favorites: Open source has made software affordable and plentiful. Cloud computing...

Article Thumbnail
Article

Red Hat Extends JBoss Middleware to OpenShift

Mike Guerette

Excerpts from Red Hat announcement: Red Hat Doubles Down on Enterprise PaaS: Reveals Plans for First Full Complement of Enterprise Middleware Services within OpenShift Red Hat recently announced JBoss xPaaS services for OpenShift which provides a rich set of enterprise application, integration and business process automation capabilities and services in an extensible open PaaS platform, and is uniquely positioned to enable accelerated development and deployment of next-generation enterprise applications and business processes in the cloud. Per the announcement, Gartner uses...

Article Thumbnail
Article

Leveraging RHSCL for DevOps

Langdon White

As you certainly know, DevOps is all the rage these days. While DevOps is many things, some pure "buzz" and some legitimate, we aren't going to talk about all that. Instead, let's talk about one small piece of the problem, simplifying the consistency of deployment platforms. Part of what has made DevOps, and, by extension, Continuous Deployment concepts possible has been the simplification, at least on some vectors, of the modern data center. Starting with virtualization, extending to configuration management...

Article Thumbnail
Article

Red Hat Developer Exchange day - slides available

Mike Guerette

The day before Red Hat Summit in Boston, we hosted a Red Hat Developer Exchange day - a one day technical event which covered some great topics across four tracks: DevOps, Programming on OpenShift, Languages and Tools, and Get more out of Red Hat Tools. The feedback on these was consistently great, so we hope you find them useful too! Track: DevOps DevOps in the Enterprise Choosing the Right Cloud Platform for You Monitoring and Metering: Baking Operational Goodness into...

Article Thumbnail
Article

Why PaaS and how does it work (just enough for Devs & not linux gurus)

Steven Pousty

Here's a video of my OpenShift PaaS session from Developer Exchange day in Boston. It's something I've delivered a bunch of times - I hope you enjoy it! Session Abstract: Tired of waiting weeks to get a server or spinning up and configuring your virtual servers. Come learn about how PaaS can make you into a happier and more productive coder. We will start by teaching you the meaning behind some acronyms you see thrown around - IaaS, PaaS, and...

Article Thumbnail
Article

Goodbye PowerPoint. Hello reveal.js

Linqing Lu

Let's face it, sometimes slides are painful There are some common issues when I gave presentations: Will my slides file be recognized by the shared computer at the venue? How to share slides with all audiences using different OS? Most important one, how to make my slides smooth and attractive? For the first two questions, PDF might be an acceptable answer. I can upload it to slideshare.net and give out a link to audiences. But everyone knows that's not good...