14.5.2 Orchestration Processes and Concepts Facts

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/26

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 4:47 PM on 4/25/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

27 Terms

1
New cards

What is orchestration in IT?

The automated configuration, coordination, and management of computer systems and software

2
New cards

What is the main goal of orchestration?

To automate complex workflows across systems and services

3
New cards

What are common uses of orchestration?

Server provisioning, configuration management, inventory, and automated deployments

4
New cards

What is infrastructure automation?

Provisioning systems with resources like storage, security, and compute features

5
New cards

What is Infrastructure as Code (IaC)?

The process of managing and provisioning data centers using code

6
New cards

What does orchestration do for inventory management?

Tracks and manages hardware, software, and IT resources automatically

7
New cards

What is configuration management in orchestration?

Maintaining systems in a consistent and known state automatically

8
New cards

What is software build automation?

Automating compiling, packaging, deploying, and testing software builds

9
New cards

What is the benefit of orchestration?

Improves efficiency, reduces costs, and increases process consistency

10
New cards

What must orchestration systems be able to do?

Communicate with devices they manage or monitor

11
New cards

What are the two main orchestration implementation types?

Agent-based and agentless orchestration

12
New cards

What is agent-based orchestration?

Uses installed software agents on managed devices for communication and control

13
New cards

What is a disadvantage of agent-based orchestration?

It can be more complex and expensive to deploy

14
New cards

What does an agent do in orchestration?

Monitors systems, processes data, and communicates with the orchestration system

15
New cards

What is agentless orchestration?

Orchestration that does not require a dedicated agent on managed devices

16
New cards

What technologies does agentless orchestration use?

SSH, SNMP, CIM, WMI, and WinRM

17
New cards

What is a benefit of agentless orchestration?

Simpler setup since no special software is installed on hosts

18
New cards

Can agentless orchestration install agents?

Yes, it can be used to deploy agents if needed

19
New cards

What approach do most organizations use?

A mix of agent and agentless orchestration depending on the situation

20
New cards

What are orchestration procedures?

Defined scripts and processes used to automate operations

21
New cards

What are orchestration attributes?

Configuration values that define how an orchestration behaves

22
New cards

What information might an orchestration include?

Name, description, timing, and controlled resources

23
New cards

What attributes might a system provisioning orchestration use?

Hostname and network configuration details

24
New cards

What attributes might a user creation orchestration use?

Name, title, and employee ID

25
New cards

How are orchestration decisions controlled?

By attributes that determine tasks and branching logic

26
New cards

Why are scripts used in orchestration instead of manual steps?

To ensure repeatability, consistency, and automation

27
New cards

What is a key advantage of orchestration in IT operations?

It frees up staff time for higher-level tasks and improves efficiency