SkarpSkarp

Chapter 10 of 13

Technical Management Practices: Enabling Reliable Services

Look at the technical-side practices that underpin stable, resilient services and learn how they’re tested at Foundation level without requiring deep hands-on experience.

10 min readen

1. Where Technical Management Fits in ITIL 4

Three Practice Groups

In ITIL 4, practices are grouped into general management, service management, and technical management. Technical practices focus on the technical backbone that supports reliable services.

What Foundation Expects

At Foundation level, you need to recall purposes, recognize which practice fits a scenario, and understand how they support stability. You do not need tool or configuration details.

The Three Technical Practices

The key technical practices for the exam are: 1) Deployment management, 2) Monitoring and event management, 3) Infrastructure and platform management.

Quick Mental Model

Think: general practices run the organization, service practices manage services and value, and technical practices provide and run the underlying technology that makes services possible.

2. Deployment Management: Purpose and Plain-English View

Deployment Management in One Line

Deployment management moves new or changed components into test or live environments in a controlled way so services stay stable.

Purpose (Simplified)

Its purpose is to deploy new or changed hardware, software, or other components to the right environment while protecting live services from disruption.

What It Is Not

It does not decide if a change is allowed (that is change enablement) and does not plan big bundles of changes (that is release management). It is the act of moving things.

How It Supports Value

By deploying safely and predictably, deployment management helps value streams deliver new features and fixes to users without breaking what already works.

3. Deployment Management: Simple Real-World Scenarios

Scenario A: Mobile App Update

A university team builds a new app version, tests it, deploys to staging, then to production at midnight. The emphasis is on moving the new version safely: this is deployment management.

Scenario B: Blue-Green

An online store deploys new code to Green, then shifts traffic from Blue to Green, with the option to roll back. The focus is deployment without downtime: deployment management.

Exam Keywords

Look for words like "roll out," "push to production," "install a patch," or "deploy a new version". These usually point to deployment management on the exam.

4. Monitoring and Event Management: Purpose and Plain-English View

What It Does

Monitoring and event management observes services and components, records their state, and identifies events so the right actions can be taken.

Monitoring vs Events

Monitoring is continuous observation (CPU, errors, latency). An event is any detectable state change that is significant for managing a service.

Types of Events

Events may be informational (backup completed), warning (disk 80% full), or exception (service unavailable). Each type may trigger different responses.

How It Helps

This practice gives early warning, feeds incident and problem management, and supports decisions about capacity and reliability across value streams.

5. Monitoring and Event Management: Recognizing It in Stories

Scenario C: Alert Before Outage

A tool alerts: "Database disk 90% full." Ops expand storage and avoid downtime. The alerting and detection is monitoring and event management.

Scenario D: Dashboards

A service owner studies dashboards of response times and errors to spot trends. Collecting and showing this data is monitoring and event management.

Exam Keywords

Look for "alerts," "thresholds," "logs," "events," "monitoring tools," or "dashboards". These usually indicate monitoring and event management.

6. Infrastructure and Platform Management: Purpose and Plain-English View

What It Covers

Infrastructure and platform management manages the underlying technology: servers, networks, storage, data centers, and cloud platforms that services run on.

Purpose (Simplified)

Its purpose is to oversee infrastructure and platforms so they reliably support the creation, delivery, and improvement of services.

Key Concerns

This practice ensures infrastructure is available, secure, scalable, standardized, and cost-effective so other practices can rely on it.

How It Differs

It is about running the tech resources themselves, not just documenting them (service configuration management) or analyzing performance targets (capacity management).

7. Quick Practice: Which Technical Practice Is It?

Read each mini-scenario and decide which technical practice it describes.

Use this key:

  • D = Deployment management
  • M = Monitoring and event management
  • I = Infrastructure and platform management
  1. A team sets up a new Kubernetes cluster in the cloud and standardizes how all microservices will run on it.
  2. A pipeline automatically installs the latest tested version of an API to the production environment at 2 AM.
  3. A tool tracks CPU usage on all servers and sends a notification when it exceeds 85% for more than 5 minutes.
  4. Engineers redesign the storage layout in the data center to improve resilience and reduce latency.

Your task: For each number, write down D, M, or I before you check the answers.

Suggested answers (check after you guess):

  1. I – setting up and standardizing a cluster platform
  2. D – automatically installing a new version into production
  3. M – tracking CPU and sending alerts based on thresholds
  4. I – redesigning storage infrastructure to improve resilience

8. Exam-Style Question: Spot the Technical Practice

Try this single exam-style multiple-choice question.

A university's IT department uses a tool that collects metrics from servers, applications, and network devices. When certain thresholds are exceeded, it automatically creates tickets for the operations team to investigate. Which ITIL 4 practice is MOST directly involved?

  1. Incident management
  2. Monitoring and event management
  3. Infrastructure and platform management
  4. Deployment management
Show Answer

Answer: B) Monitoring and event management

The scenario focuses on collecting metrics, defining thresholds, and generating tickets based on events. This is **monitoring and event management**. Incident management may handle the tickets, but the question asks which practice is MOST directly involved in detecting and generating them.

9. Flashcard Review: Key Technical Practices

Use these flashcards to quickly review the three technical management practices for ITIL 4 Foundation.

Deployment management (purpose)
To move new or changed components (hardware, software, documentation, etc.) into appropriate environments (test, staging, production) in a controlled way that protects live services.
Monitoring and event management (purpose)
To observe services and service components, record and report on their state, and identify and prioritize events so that the right actions can be taken.
Infrastructure and platform management (purpose)
To oversee the infrastructure and platforms used by the organization, ensuring they support the creation, delivery, and improvement of services.
Technical vs service management practices
Technical practices focus on **technology resources and operation** (deploying, monitoring, running infrastructure). Service management practices focus on **managing services and value** (incidents, changes, SLAs, etc.).
Keywords: Deployment management
Look for: roll out, push to production, install update, deploy patch, new version goes live, release pipeline executes deployment steps.
Keywords: Monitoring and event management
Look for: alerts, thresholds, dashboards, logs, events, monitoring tools, automatic ticket creation based on metrics.
Keywords: Infrastructure and platform management
Look for: servers, networks, storage, cloud platforms, data centers, clusters, virtual machines, ensuring stable technical foundations.

10. Final Check: Technical or Service Management?

Decide which option BEST matches the described activity.

A team is analyzing recurring outages and identifying the underlying causes in order to remove them permanently. Which type of practice is this MOST likely to be?

  1. A technical management practice
  2. A service management practice (problem management)
  3. A technical management practice (monitoring and event management)
  4. A general management practice (continual improvement)
Show Answer

Answer: B) A service management practice (problem management)

The activity describes **problem management**, which is a **service management practice**. It focuses on finding and removing the causes of incidents. Monitoring and event management (technical practice) can provide data, but the main activity here is problem management.

Key Terms

Event
In ITIL 4, any detectable change of state that is significant for the management of a service or other configuration item.
Value stream
A series of steps an organization uses to create and deliver products and services to consumers, from demand to value realization.
Deployment management
The ITIL 4 technical management practice that moves new or changed components into test or live environments in a controlled way, protecting live services.
Technical management practice
An ITIL 4 practice that focuses on the management and operation of technology (infrastructure, platforms, deployments, monitoring) that supports service delivery.
Monitoring and event management
The ITIL 4 technical management practice that observes services and components, records and reports on their state, and identifies and prioritizes events for action.
Infrastructure and platform management
The ITIL 4 technical management practice that oversees the infrastructure and platforms used by an organization so they reliably support service creation and delivery.

Finished reading?

Test your understanding with a custom practice exam on this chapter.

Test yourself