Chef Delivery System: On-Premises And The Cloud Chapter

PAGES
8
WORDS
2991
Cite

Chef Delivery is a continuous and unified delivery service that provides enterprise DevOps teams with a new workflow framework in which they can better manage the continuous delivery of their infrastructure. In sum, Chef Delivery automates changes to infrastructure, runtime environments and applications, but it provides a useful framework in which automated testing and continuous integration and delivery can be achieved. In addition, Chef Delivery provides software developers with relevant metrics, permissions management and a comprehensive change history for their code. The system is built for infrastructure, containers, and applications and is geared toward Fortune 2000 companies and is intended to help IT teams become a ?high-velocity development engine."

Chef Delivery further extends Chef Inc. into the DevOps market and automates changes to runtime environments, applications, and infrastructure. In addition Chef Delivery offers a framework for automated testing and continuous integration and delivery with tools such as Jenkins

Chef Delivery is really a pipeline tool and is not considered a Chef add-on.

Chef Delivery codifies many of Chef's best practices and links with other automations tools as well, not just Chef. It supports Puppet and Ansible; however, rollout is very recent and has been very selective and participation is by invitation only. The product will be available by subscription only and the beta process is a closed door. Moreover, pricing, support plans and actual functionality have yet to be made public. It is rumored to be considered favorably with other pipeline/build DevOps tools.

Chef Delivery will allow changes to be visualized and dependencies will be automatically tested whenever changes occur. Chef Delivery automates software delivery pipelines -- pipelines as code and creates a common workflow for software applications. In addition, Chef Delivery contains tools for advanced analytics for performance metrics.

Slide No. 2: Chef Analytics

Chef analytics platform is a premium add-on feature for the Chef Delivery system that provides real-time visibility concerning Chef server activities, including any data that is being changed, the individual responsible for making the changes, and when the changes took place. Users can be notified of such in real-time.

The Chef analytics platform operates on hardware that is separate from the Chef Delivery system and provides the ability to log Chef actions and is used to gather and analyze data from Chef clients and servers.

Chef analytics is currently a premium feature of Chef; although access to premium features is free (up to 25 nodes) when the Chef server is installed on-premise, higher node counts require premium features that are installed from the command line.

Analytics provides real-time ability to monitor what is changing on Chef server and changes can be logged into the type of change and who performed it. Analytics can be integrated into DevOps tools such as HipChat and action logs are Actions. Actions are administration and policy changes on Chef server.

Actions can occur via the user interaction from the management console as well as via knife commands or via Chef client. All actions are tracked by Chef Analytics which provides an intuitive GUI into the action logs and the ability to monitor an action before it fails.

Chef Analytics pushes communication to the Chef server and does not require a virtual machine or cloud servers. Chef Analytics uses a publish-subscribe messaging platform and actions are archived into a database.

Data is searchable via web visualization tools. The action log GUI provides for viewing data and performing other actions and allows viewing of actions on any Chef object. In addition, you can view all actions within your organization and send out notifications to DevOps tools such as Confluence.

Chef Analytics also allows data mining into logging data.

Slide No. 3: The Chef Development Kit

The Chef Development Kit (ChefDK) contains additional development tools including the well-known cookbook dependency manager Berkshelf 3.0, the Test Kitchen integration testing framework, ChefSpec, which facilitates the preparation of unit testing cookbook, Foodcritic, a linting tool for performing static code analysis on cookbooks, as well as other Chef tools such as Chef Client, Knife, Ohai and Chef Zero.

The Chef Development Kit contains two executable tools: kitchen and chef.

ChefDK supports Mac, Windows, and popular distributions of Linux.

The Chef Development Kit also introduces two small gems, chef_gem and chef_generate.

Berkshelf 3.0 is a cookbook dependency manager that is designed for quick iteration of cookbooks and applications. Berkshelf helps resolve dependencies for community cookbooks. It also contains the methods and API to communicate with the Chef server and "Berks? can also be installed via a Ruby gem.

Test Kitchen is an integration testing framework that allows code to be executed on multiple platform in isolation. It contains a plug-in architecture to allow code execution on a virtual or physical server and is supported by community cookbooks such as MySQL. Test Kitchen supports...

...

In addition, ChefSpec uses Chef solo to locally run your cookbook, but cookbooks never converge on a node. ChefSpec allows for configurable testing under varying conditions.
Foodcritic performs code analysis on cookbooks and attempts to eliminate cookbook problems before attempting to converge on a node. Foodcritic automates checks for common cookbook problems and the code in a cookbook is compared to Foodcritic rules.

Foodcritic validates code and does not interpret the intention of the recipe.

Slide No. 4: Hosted Enterprise Chef

Enterprise Chef can be hosted by Chef Software, Inc. The hosted version of Chef securely stores your cookbooks, roles, nodes definitions, and the likes.

Hosted Enterprise Chef is most appropriate in situations where the nodes to be managed are cloud-based because Hosted Chef includes a comprehensive library of API primitives for the majority of cloud infrastructures (i.e., Amazon's AWS, Windows Azure, Rackspace, etc.).

Hosted Chef is free for up to five nodes, but users do not receive any technical support for the free version.

Support is provided for basic plans that start at $120/month. For a higher price, the Standard Hosted Chef package costs $300 and provides 50 nodes; for $700, the Enterprise Hosted Chef covers 100 nodes and offers additional features that justify its higher cost.

Hosted Enterprise Chef is cloud-based and the easiest option for novices. Upload your cookbooks and Chef does the rest and manages all hardware and software upgrades. In addition, Hosted Enterprise Chef also allows for provisioning and configuration of Windows machines.

It should be noted, though, that Hosted Chef is vulnerable to all risks inherent in the cloud and rollouts may be slower than in private hosting. Moreover, Hosted Chef offers less customization than in private hosting.

Premium support is chargeable and support expects you to have intermediate Chef knowledge.

Hosted Chef has all the features of Private Chef and can be configured and up and running in minutes.

Cloud hosting allows you to focus on your nodes

Hosted Chef requires no investment in additional infrastructure and added costs may be cheaper than hiring expertize for private hosted installations.

Private Chef which is hosted by you is a potentially cheaper alternative, but configuring Private Chef is exceedingly complex. Moreover, configuring Open Source Chef is even harder.

Private hosting options require extensive engineering knowledge.

Therefore, total costs should be considered, not just the software costs of the Hosted Enterprise Chef.

Slide No. 5: Open Source Chef

The two versions of Chef are free, open-source tool and an enterprise offering. The enterprise offering subdivides into hosted and on-premises (private) versions.

A free trial version of Enterprise is offered without corporate support for a maximum of five devices. The open source chef server requires either Ubuntu, or Enterprise Linux and a minimum of 4 gigs of RAM (this means it is not possible to use the open source version with the Free Tier on AWS).

By contrast, Hosted Chef is cloud-hosted, offers configuration support and provisioning assistance

On-premises (Private) Chef provides an Enterprise version within customers' private infrastructure. On-premises (Private) Chef also includes minimal assistance and support for server provisioning.

Open Source Chef is free and requires no support but excludes many add-ons available to enterprise users.

Chef Solo is decentralized, requires no server, and is similar to peer-to-peer Windows network.

Opsworks is a tweaked version of Chef by Amazon, for use with AWS.

Hosted Chef is an Enterprise offering; hardware management and software upgrades are handled by Chef. Cookbooks, roles, and node definitions are stored in cloud-based Chef server. The server is provisioned by Chef, Inc.; user uploads cookbooks with no further requirements.

Prices are high, payable monthly, and depend on the number of nodes and users -- Launch, Standard, and Premium packages.

A viable alternative is Enterprise Hosted Chef which is available on free trial basis; five nodes, two users, but with no support.

Hosted Chef vulnerabilities include publicly exposed cloud service; vulnerable to service outages and DDOS attacks.

On-premises Chef: server is provisioned by customer with full control over the server.

Possibilities include faster rollout and better integration along with closer physical proximity.

Customer's firewalls shield from public global issues and payment is monthly on a per-node basis.

Open-source Chef is viable for highly confident Chef managers.

Open-source Chef has a large active user community including Github, Stackoverflow, and other Chef community sites and assistance is easily obtainable via the web.

Chef solo is available to those with less experience but…

Sources Used in Documents:

References

Chef analytics. (2015). Chef Documents. Retrieved from https://docs.chef.io/analytics.html.

Chef development kit. (2015). Chef Software, Inc. Retrieved from https://downloads. chef.io/chef-dk/.

Chef-solo. (2015). Chef Documents. Retrieved from https://docs.chef.io/chef_solo.html.

Choose your installation. (2015). Chef Software, Inc. Retrieved from https://www.chef.io/chef / choose-your-version/.
Hall, S. (2014, April 22). Opps vs. hosted Chef. ScriptRock. Retrieved from https://www. scriptrock.com/articles/opsworks-hosted-chef.
Hoekstra, S. (2015, March 11). Open source vs. hosted Chef server. GitHub. Retrieved from https://github.com/jjasghar/chef-book/blob/master/part3/10-opensource-vs.-hosted-chefserver.md.
How Chef works. (2015). Chef Software, Inc. Retrieved from https://www.chef.io/chef/.
How Chef works in the cloud. (2015). Chef Software, Inc. Retrieved from https://www. chef.io/solutions/cloud-management/.
Lardinois, F. (2015, April 15). Chef launches Chef Delivery DevOps Workflow Service for the enterprise. TechCrunch. Retrieved from http://techcrunch.com/2015/04/01/chef-launches-chef-delivery-devops-workflow-service-for-the-enterprise/.


Cite this Document:

"Chef Delivery System On-Premises And The Cloud" (2015, June 17) Retrieved April 26, 2024, from
https://www.paperdue.com/essay/chef-delivery-system-on-premises-and-the-2151614

"Chef Delivery System On-Premises And The Cloud" 17 June 2015. Web.26 April. 2024. <
https://www.paperdue.com/essay/chef-delivery-system-on-premises-and-the-2151614>

"Chef Delivery System On-Premises And The Cloud", 17 June 2015, Accessed.26 April. 2024,
https://www.paperdue.com/essay/chef-delivery-system-on-premises-and-the-2151614

Related Documents

Chef Thomas Keller Thomas Keller is described as a king in the U.S. restaurant industry. His passion for cooking has seen him grow from a junior chef to one of the most influential leaders in the industry. His strong values, work ethic, and thirst to be the best have been crucial to his successful career. This text explores some of Chef Keller's most significant success factors, and the roles they played

Junior was also a hotel management graduate while the other four were all high school graduates. Although they came from different academic achievements, all five are working harmoniously on their specific cooking tasks and they are all willing to explore and discuss menus and recipes together. All of them are also one in giving the best meal they can in the shortest possible time so customers will enjoy dining in

Delivery Options
PAGES 1 WORDS 354

United States, medical pain control through the use of regional anesthetics such as epidural blocks or spinal anesthesia is the most popular from of child delivery (Childbirth). Doctors favor the epidural block because medication does not enter the mother's circulatory system, thus it does not cross the placenta and enter the bloodstream of the fetus. There are also many forms of non-medical pain control (Giving birth naturally: Techniques to

Technology in Instructional Delivery: The Case of Capella University The use of technology, particularly Internet technology, in instructional delivery in educational institutions has revolutionized the way people access and utilize educational information. Online instructional delivery, either in mixed (combination of traditional and online modes of instruction) or purely online formats, have made learning more interactive, not only between the learner and the tool, but also between the teacher and learner and

System Concepts Company Overview Complete Solutions plc (CS) is a successful organization specializing in IT consultancy business with annual turnover of £40 millions. The company is located at North of England with branches in the U.S. And France. Established in 1980, the company was taken over by a larger company, and the take-over bid led to the rapid expansion of the company. Complete Solution has several sections with approximately 400 users in

Systems Theory Discuss relationship systems theory healthcare deliver U.S. - What current concepts healthcare explained helped a system theory approach? - What system theory? - How researchers (Ludwig von Bertalanffy Everett M. Systems theory and diffusion of innovation theory Systems theory Systems theory was not specifically designed to cope with the challenges of the U.S. healthcare system, although it has been frequently applied to some of its issues. Systems theory was originally coined by