Kubernetes

Article Thumbnail
Article

Interesting post about DevOps

Langdon White

Came across this post on the Red Hat Services blog about some solid practices for "doing" DevOps. I liked Mr. Hoffman's simple explanation of what DevOps is. I also liked that he points out how just using a tool (or a set of tools) does not equal "doing DevOps." Check it out and make sure you leave some comments here or there about what you think.

Article Thumbnail
Article

Announcing OpenShift Enterprise 2.0 | OpenShift by Red Hat

Mike Guerette

Announcing OpenShift Enterprise 2.0 | OpenShift by Red Hat . In case you missed this last week - Red Hat Software Collections are becoming cartridges in OpenShift. " Cartridge Upgrades: As a leader in both operating system development and middleware solutions, Red Hat is in a unique position to provide some amazing content to PaaS users, which are integrated as OpenShift Cartridges. With the advent of the Red Hat Software Collections we are now able to bring Node.js to our...

Article Thumbnail
Article

Red Hat Developer Toolset 2.0 - a Tour of Features and OpenShift Integration

Matt Newsome

Red Hat Developer Toolset v2.0 was released earlier this year and has received some great feedback from developers, which is always great to hear. But perhaps you'd like to see Red Hat Developer Toolset in action rather than reading about it. If so, here's a recording of a live demo showing you some of the great new features, including the option to create and deploy your C++ application to Red Hat OpenShift from right within the Eclipse IDE. In addition...

Article Thumbnail
Article

VM Truckloader first release ... why and how to use it!

Romain Pelisse

I've recently released a tool called vm-truck-loader to automate virtual machine creation with VMware vCenter. Using a simple CSV file, and leveraging the API exposed by vCenter, this Java based command line tool enables you to design a fully automated deployment process, and can be a key to implement a proper Standard Operating Environment around vCenter. In this regard, I thought I'd do a quick entry on this blog, to briefly describe what the tool can do. Instrumenting virtual machine...

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

A Puppet Module for tuned-adm

Romain Pelisse

Some months ago, I developed and released a small Puppet module for tuned-adm . As this tool is a nice feature of RHEL , I think it is only fair from me to advertise about it here, on the Red Hat developer blog. Quick overview of 'tuned-adm' (Photo credit: Accretion Disc ) To make this brief, this command will take care of tuning the operating system for you, based on the usage you want to make of it. For instance...

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

Learning Django with OpenShift

Scott McCarty (fatherlinux)

Background The goal of this article is to use the OpenShift Platform as a Service (PaaS) as a learning platform for Django . Most of the technical articles out there about running Django on OpenShift assume the user already understands how to administer Django environments and projects. This article is written from the perspective of someone who has done some python programming and wants to learn some Django without doing a bunch of setup work. Since each OpenShift Gear "...is...