Building the Enterprise Cloud with Openstack, Docker, Kubernetes, and CoreOS

Openstack, Docker, Kubernetes, and CoreOS can provide a foundation for infrastructure provisioning and application deployment in the enterprise. Openstack as a private cloud IaaS solution, is successfully driving infrastructure automation, and maximizing the utilization of compute, network and storage systems. Enterprises are also starting to use containers to manage their application lifecycle. Containers make applications… Continue reading Building the Enterprise Cloud with Openstack, Docker, Kubernetes, and CoreOS

Orchestration Tool Roundup: Kubernetes vs. Heat vs. Fleet vs. MaestroNG vs. TOSCA

It’s no news that containers represent a portable unit of deployment, and OpenStack has proven an ideal environment for running container workloads. However, where it usually becomes more complex is that many times an application is often built out of multiple containers.What’s more, setting up a cluster of container images can be fairly cumbersome because… Continue reading Orchestration Tool Roundup: Kubernetes vs. Heat vs. Fleet vs. MaestroNG vs. TOSCA

Docker on OpenStack with Kubernetes

Docker has accelerated development of portable services on cloud due to its slick approach to component lifecycle management. But connecting up a bunch of Docker containers as well-behaved aggregate services in the cloud can be more complex and brittle than most Docker users realize. In this talk, we’ll show how you can take a Kubernetes… Continue reading Docker on OpenStack with Kubernetes

Platform as a Service (Kubernetes/Mesos + Openstack)

Openstack provides a really good and robust infrastructure as a service however doing Platform as a Service is the next challenge on the cloud architecture. Apache Mesos is a highly available resource management software for datacenters which can run on top of any cloud, physical server or container. Google Kubernetes is a cluster containter management… Continue reading Platform as a Service (Kubernetes/Mesos + Openstack)