Home United States USA — IT Chef Habitat Builder Debuts for Container Cloud Native App Deployments

Chef Habitat Builder Debuts for Container Cloud Native App Deployments

309
0
SHARE

DevOps SaaS offering enables developers to build, package and deploy container applications to any cloud native application architecture.
DevOps vendor Chef announced the launch of the Habitat Builder Software-as-a-Service (SaaS) offering on Oct. 9 providing new automation capabilities for developers that work with containerized cloud native applications.
The Habitat Builder is an extension of Chef’s open-source Habitat automation technology that first debuted in June 2016. With the original Habitat project, Chef provided developers with tools to help automate package code for different platforms. The new Habitat Builder effort now goes a step further providing a SaaS platform for developers to both build and deploy container applications for different cloud and container orchestration platforms.
Docker has its own approach for building container applications with Docker Compose, though what Chef is providing with Habitat Builder helps to support the broader challenge of cloud native application operations, according to Marc Holmes, VP of marketing at Chef.
“You can use Docker to package applications, however this doesn’t solve the challenge for mixed environments and architectures which is the reality for every enterprise and team,” Holmes said. “Habitat enables packaging for Docker, but also for any other format.”
With Habitat Builder, developers can build packages that can be exported to run on Docker, rkt, Mesos, Kubernetes and Cloud Foundry. The Habitat Builder can also be directly connected to the Docker Hub container application repository, to directly publish applications as well. Additionally, Holmes added that the actual container application build artifact is separate from the desired deployment artifact, meaning that a developer can shift from one output format to another without adjusting the build.
“When Habitat builds a container, it starts by calculating the dependency graph of the application and then includes the minimum set of artifacts required in the container image,” Holmes said. “If you find that Docker is not right for you, or containers won’t work well with you application, you just need to change your desired export format from Habitat.”
Security considerations are a core part of the Habitat Builder processes at multiple levels. Holmes explained that the container application build dependencies are explicitly defined in the build plan. As a result of the explicit dependency definitions, Holmes said that, Habitat Builder can provide automatic rebuilds for downstream packages based on upstream changes. For example, if an application has a dependency on OpenSSL and it is patched, the application will rebuild.
Part of the Habitat Builder platform is a component called the Habitat supervisor which allows developers to query all running application instances to determine what versions of a library are being used.
“This allows you to build operational controls to determine if a vulnerable package is being used by an application,” Holmes said.
The Habitat supervisor component also provides automatic configuration for applications including clustering to help support container operations. Holmes said that the Habitat supervisor includes a Rest API for checking application health and providing visibility.
The market for DevOps container operations platforms is an increasingly competitive one with multiple options from different vendors. Holmes said that Habitat Builder differentiates from others in the market with its focus on providing a consistent, simple, packaging of any app for any environment. He added that Habitat Builder is designed to be integrated with existing continuous integration/continuous deployment (CI/CD) tools like Jenkins and make use of toolchains such as Docker.
Currently Habitat Builder is a SaaS offering, though Chef has plans to provide other options in the future including an on-premises or private cloud version of the service.
Sean Michael Kerner is a senior editor at eWEEK and InternetNews.com. Follow him on Twitter @TechJournalist.

Continue reading...