Zero to Cloud Ops on Container Development Kit (CDK) in Minutes
While this was fun, it was not really feasible and quickly ran into limitations in use.Some time ago I walked through installing the Cloud management solution known as CloudForms in a container.
The real solution is pulling this example into the Red Hat Demo Central collection and put it on a Cloud solution based on open technologies.
This gives you the chance to go from your laptop, to Cloud installation and onwards to a Cloud Operations solution in just minutes.
Installing on the OpenShift Container Platform (OCP) was easy enough, it only took minutes, but now we’re going to how how to use the Container Development Kit (CDK).
Let’s take a look at how this works, shall we?
Cloud Operations on CDK
So now that you have this great management tool, what next to get it installed in just minutes?
The basis is to first get your own private Cloud installed on your laptop based on the CDK. This is easily done by using the Red Hat Development Suite installer by following the instructions. There is one requirement, that you sign up to the Red Hat Developers Program, but after that you have full access and in just a few minutes you will be logging into your own private Cloud.
The next step is to get the rhcs-cloudforms-demo in the Red Hat Demo Central and install CloudForms in a few more minutes.
Red Hat CloudForms Install Demo
Installation is easy as following the following steps. First installing the OpenShift Container Platform and then pushing a container version of CloudForms into the Cloud.
- First ensure you have an OpenShift container based installation, such as one of the following installed first:
- Red Hat Container Development Kit (CDK) using Minishift
- or your own OpenShift installation.
- Download and unzip.
- Run ‘init.sh’:
# The installation needs to be pointed to a running version # of OpenShift, so pass an IP address such as: # $ ./init.sh 192.168.99.100 # example for OCP.
Follow displayed instructions to log in to your brand new Red Hat CloudForms! Be sure to wait for a bit so that the containers can populate and deploy properly.
CloudForms uses a memcache and postgresql container image that must be available for data persistence.
You can find the service route (the URL to access CloudForms management console) by looking up the application routes in the provide menu in OpenShift.
Comment and feedback welcome in the project.Hope you enjoy this container install with CloudForms and can experience the management features on your very own local machine.
Published on Java Code Geeks with permission by Eric Schabell, partner at our JCG program. See the original article here: Zero to Cloud Ops on Container Development Kit (CDK) in Minutes Opinions expressed by Java Code Geeks contributors are their own. |