Container Orchestration

Container orchestration is the automation of much of the operational effort required to run containerized workloads and services. This includes a wide range of things software teams need to manage a container's lifecycle, including provisioning, deployment, scaling (up and down), networking, load balancing and more.

Includes knowledge areas

Kubernetes

Kubernetes, also known as K8s, is an open-source system for automating deployment, scaling, and management of containerized applications.

Mesos

Mesos was created as a next-generation cluster manager. It is open source software that provides efficient resource isolation and sharing across distributed applications or frameworks. Mesos is a distributed systems kernel, with a full API for programming directly against the datacenter. Mesos architecture consists of master process that manages slave daemons running on each cluster node, and frameworks that run tasks on these slaves.

Docker Swarm

A Docker Swarm is a group of either physical or virtual machines that are running the Docker application and that have been configured to join together in a cluster. Once a group of machines have been clustered together, you can still run the Docker commands that you're used to, but they will now be carried out by the machines in your cluster. The activities of the cluster are controlled by a swarm manager, and machines that have joined the cluster are referred to as nodes.

Nomad

Nomad is an orchestration tool that allows us to deploy and manage different types of applications, such as: container-based (with or without Docker); legacy applications; microservice-oriented applications; batch applications.

Service mesh (ISTIO, Linkerd)

A service mesh is the substrate between different microservices that makes their connectivity possible. This networking is then supplemented with a host of other features, such as service discovery, authentication and authorization, monitoring, tracing, and traffic shaping. Service meshes can be a critical part of microservice-based architectures. There are many service meshes to choose from (Istio, Linkerd, Consul Connect, and Citrix ADC, etc.)

Is a part of:

DevOps

Explore

Heading

HeadingHeading

The rich text element allows you to create and format headings, paragraphs, blockquotes, images, and video all in one place instead of having to add and format them individually. Just double-click and easily create content.

Static and dynamic content editing

A rich text element can be used with static or dynamic content. For static content, just drop it into any page and begin editing. For dynamic content, add a rich text field to any collection and then connect a rich text element to that field in the settings panel. Voila!

How to customize formatting for each rich text

Headings, paragraphs, blockquotes, figures, images, and figure captions can all be styled after a class is added to the rich text element using the "When inside of" nested selector system.