• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/5

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

5 Cards in this Set

  • Front
  • Back

Ansible

Ansible uses YAML files to create repeatable “playbooks” that define a desired configuration state. Ansible is an agentless solution that delivers files over SSH connections. Red hat emphasizes the use of Ansible

Puppet

Puppet uses manifest files (written in Ruby) to define infrastructure as code for application, cloud, and infrastructure orchestration. Puppet uses an agent on the target nodes

Chef

Chef uses “cookbooks” to deliver configuration declarations to cloud and on-premises managed systems

Kubernetes

Kubernetes is an open source solution that provides container deployment and application orchestration for cloud and on-premises container environments. You define a desired state and Kubernetes Configures containers to match that state

OpenStack

OpenStack was originally a joint Rackspace and NASA project, usually deployed as an IaaS solution to manage cloud resources. OpenStack can orchestrate the deployment of a Linux, Apache, MySQL, PHP (LAMP) service, for example