Cloud Hosting Glossary: Terms and Definitions from A to Z
From A to Z, this glossary brings you the most important terms and definitions in managed hosting and cloud hosting. Whether you're navigating infrastructure, Kubernetes clusters, deployment methods, or security standards—this guide helps you make sense of the jargon. Designed for developers, IT managers, and decision-makers. Our glossary breaks down the complex world of cloud-native technology into plain English.
📌 Don't forget to bookmark this page as your go-to glossary for cloud hosting and managed infrastructure terms!
Need a hosting partner that speaks your language? Hosted Power provides fast, secure, and fully managed cloud-native hosting solutions. Built for developers, trusted by businesses.
Cloud hosting glossary from A-Z
A
AI Agent / Agentic AI
An AI system that independently performs tasks and makes decisions, rather than just generating answers. The next step after the chatbot.
AIOps (Artificial Intelligence for IT Operations)
Applying AI to automate IT processes, detect issues faster, and reduce downtime. Smart monitoring on steroids.
API (Application Programming Interface)
A set of rules that lets software applications communicate with each other. Like a waiter between your frontend and backend.
API Gateway
Central entry point that routes, secures, and measures API traffic. The gatekeeper of your microservices.
Agile
Project approach based on iterative work in short sprints. Developers love it, PMs live by it.
Ansible
Open-source tool for automating provisioning, configuration management, and application deployment.
Auto Healing
Automatic recovery mechanism in cloud-native systems. Detects and fixes failures without human intervention. Less downtime, more reliability.
Auto-scaling
Automatically adding or removing resources based on load. Perfect for spikes during sales or Black Friday.
Availability Zone
A separate physical location within a cloud region, designed for high availability and redundancy.
B
Back-up
A copy of your data, essential for recovery in case of data loss. Hosted Power backs up automatically, encrypted and secure.
Bare Metal Server
A physical server without a virtualization layer. Maximum performance, minimal overhead.
Bash
Command-line shell widely used for scripting and system administration.
Blue/Green Deployment
Release strategy where old and new versions run side by side. Traffic is switched over after validation.
Build Pipeline
The automated process of compiling, testing, and rolling out code. Connects developers to production without the drama.
C
CDN (Content Delivery Network)
Distributes your content globally for faster load times and better performance.
CI/CD (Continuous Integration / Continuous Delivery/Deployment)
DevOps practices where code is automatically tested and rolled out. Faster releases without the drama.
Cache Busting
Technique to prevent browsers from loading outdated versions of files. A developer's life saver.
Canary Deployment
New software is first rolled out to a small subset of users. Less risk, more control.
Chaos Engineering
Deliberately causing failures to test how robust your system really is. Break things to make them stronger.
Cloud-Native
Architecture optimized for the cloud: scalable, flexible, and microservice-ready.
Cloud Provider
An external party that offers IT infrastructure, such as AWS, Google Cloud, or Azure. Hosted Power is cloud-agnostic.
Colocation
Placing your own server hardware in a professional third-party data center. Your own equipment, someone else's power and security.
Composable Commerce
Modular approach for e-commerce platforms where you combine separate services (such as checkout, search, payments) via APIs. Flexible, scalable, and future-proof.
Computer Vision
AI technology that analyzes images, such as OCR or object detection. Preferred stack: TensorFlow or PyTorch + OpenCV. Widely used in medical and industrial applications.
Container
A lightweight, isolated environment for applications. Think: a virtual machine on a diet.
Cronjob
A scheduled task on a server. Handy for back-ups, reports, or automated scripts.
D
Dark Launch
Launching new features behind the scenes, without users seeing them right away. Ideal for internal testing.
Data Residency / Data Sovereignty
Where your data is physically stored and which jurisdiction it falls under. Crucial for European customers and privacy legislation.
DDoS Attack (Distributed Denial of Service)
An attack that tries to overwhelm your infrastructure with traffic. Hosted Power = protection included.
Deployment
Putting new code or infrastructure live. With us: fast, secure, and automated.
DevOps
The collaboration between development and operations. For faster releases with less headache.
DevSecOps
Security fully integrated into your DevOps flow. Security from day one.
DNS (Domain Name System)
Translates domain names into IP addresses. Think: the internet's phone book.
Docker
Tool for building and running containers. Fast, lightweight, and consistent.
E
eBPF (Extended Berkeley Packet Filter)
Technique for safely running code in the Linux kernel without modifying it. The foundation of modern observability and networking tools.
Edge Computing
Placing data and processing closer to the user for faster response times. Ideal for real-time apps.
Elasticity
The ability to scale quickly up or down depending on load. TurboStack loves it.
Egress Traffic
Outbound network traffic from a cloud environment. Important for cost and monitoring.
Environment
A separate environment for your application, such as dev, staging, or production.
F
Failover
Automatically switching to a backup component in case of failure. For maximum uptime.
Feature Flag
Technique to turn features on or off without deploying new code.
File System
The way files are organized and managed on disks.
Fine-tuning
Further training an existing AI model on specific data. Generic model, specialized output.
FinOps
Practice that brings IT and finance together to optimize cloud costs. Smart scalability without bill shock.
Firewall
Secures your network traffic. Smart, fast, and standard at Hosted Power.
G
GDPR (General Data Protection Regulation)
European privacy law that determines how personal data must be processed and protected. Not optional.
Git
Version control system that lets developers track code, collaborate, and roll back changes if needed.
GitLab
Platform for Git repositories with CI/CD, issue tracking, and pipelines. Hosted Power approved.
GitOps
Managing infrastructure and deployments via Git. One source of truth, zero chaos.
GPU (Graphics Processing Unit)
Processor for heavy computing power, often used for AI, ML, or video rendering.
Gradio / Streamlit
Tools to quickly build interactive AI demos or dashboards. Perfect for prototyping or internal tooling. Combinable with TurboStack AI.
Green Hosting
Hosting focused on energy efficiency and CO2 reduction. Fast servers, a clean conscience.
Gzip
Compression technique to make websites load faster. More speed, less data traffic.
H
Helm
Package manager for Kubernetes. Manages complex deployments like a pro.
High Availability (HA)
System design that prevents downtime through redundancy. 99.999% uptime, baby.
Hosted Power
Your reliable partner in cloud-native hosting. TurboStack. FinOps. GitOps. Rocket Deploy. Vroom!
HSTS (HTTP Strict Transport Security)
Security mechanism that only allows HTTPS traffic. No more excuses.
Hybrid Cloud
A mix of private, public, and on-premise cloud. Flexibility without vendor lock-in.
Hyperscaler
Large cloud provider with massive scalability, such as AWS, Azure, or Google Cloud.
Hugging Face Transformers
Open-source library providing access to thousands of NLP models such as BERT, GPT2, or Mistral. Works with PyTorch and TensorFlow. The go-to standard for text generation and chatbots.
I
Immutable Infrastructure
Infrastructure isn't modified, it's replaced. Makes rollback a breeze.
Ingress
In Kubernetes: a rule that determines how traffic is routed to your services.
Infrastructure as Code (IaC)
Managing infrastructure through code. For version control, automation, and peace of mind.
Internal Developer Platform (IDP)
Self-service platform that lets developers use infrastructure and tools without filing tickets with ops. Platform engineering in practice.
IP Whitelisting
Security method where only specific IP addresses are granted access.
ISO 27001
International standard for information security. Proof that you take security seriously.
J
JSON (JavaScript Object Notation)
Lightweight format for data transport. A developer's daily bread.
Job (Kubernetes)
A one-off task in a container environment. Perfect for back-ups or migrations.
K
Kubernetes (K8s)
Open-source platform for automating the deployment, scaling, and management of containers.
Kubectl
Command-line tool for managing Kubernetes clusters. Power to the DevOps.
Kustomize
Tool for declarative configuration of Kubernetes objects without templates.
K9s
Terminal UI tool for easily managing Kubernetes clusters. Real-time insight into pods, logs, and resources without the kubectl complexity.
L
Latency
The time between a request and the response. The lower, the better.
Let's Encrypt
Free service for TLS certificates. Security without the price tag.
LLMOps
MLOps, but specifically for large language models: prompt version control, evaluation, and cost management of inference. The operational side of generative AI.
Load Balancer
Distributes traffic across multiple servers. More stability, better performance.
Logging
Recording actions on servers and applications. Essential for debugging.
Langflow
Low-code drag-and-drop tool for visually building LLM workflows. Ideal for teams without AI expertise. Connects to APIs, models, and data sources.
Load Testing
Simulating user traffic to test the performance of an application or infrastructure. Crucial for peak loads such as sales or product launches.
M
Managed Hosting
Hosting where the provider takes over management of servers and infrastructure. You focus on your business, we handle the rest.
Managed Kubernetes
A Kubernetes environment managed by a provider. Less management overhead, more focus on development. Think EKS (AWS), GKE (Google), or AKS (Azure).
Metrics Server
Kubernetes component that collects resource usage of pods and nodes. Important for autoscaling and monitoring.
MFA (Multi-Factor Authentication)
An extra layer of security on top of your password. Because one lock is never enough.
Model Context Protocol (MCP)
Open standard that lets AI models connect to external tools and data sources in a uniform way. The USB port for AI integrations.
Monitoring
Continuous oversight of performance, resources, and errors. Hosted Power = proactive monitoring.
MongoDB
NoSQL database that handles data flexibly. Often used for modern web apps.
Multi-tenant
A single environment serving multiple customers at once, with separated data.
N
Namespace (Kubernetes)
Logical separation of resources. Order amid the chaos.
Natural Language Processing (NLP) & Chatbots
AI that understands and generates human language. Think chatbots, sentiment analysis, or automatic summaries. Powered by LLMs such as GPT or BERT.
NFS (Network File System)
Protocol for a shared file system over a network.
Nginx
Lightweight web server and reverse proxy. Blazing fast and scalable.
NIS2 Directive
European cybersecurity directive that imposes stricter requirements on essential and important entities, including hosting providers: 24-hour incident reporting, board-level accountability, fines up to €10M. Fully in force from 2026.
Node
A physical or virtual machine in a Kubernetes cluster. Runs the show.
O
OAuth
Authentication protocol for granting secure access without sharing passwords.
Object Storage
Storing data as objects instead of files or blocks. Scalable, cheap, ideal for back-ups and media.
Observability
The ability to understand what's happening in your systems through logs, metrics, and traces.
On-call Rotation
Arrangement where team members take turns being on standby to resolve incidents. Usually combined with alerts from monitoring tools such as PagerDuty or Opsgenie.
OpenTelemetry
Framework for collecting metrics, logs, and traces. Full observability from a single place.
Orchestration
Automating container management. Kubernetes and Rancher are your friends.
P
PaaS (Platform as a Service)
A platform on which you run applications without managing the underlying infrastructure. TurboStack = semi-PaaS.
Penetration Testing
A controlled hacking attempt to uncover vulnerabilities before a real attacker does.
Platform Engineering
Discipline that builds internal platforms so developer teams can deploy independently. The DevOps evolution of 2026.
Pod
The smallest unit in Kubernetes. Contains one or more containers.
Predictive Modeling & Tabular Data
Machine learning on structured data such as tables. Used for churn, fraud, or risk prediction. Tools such as Scikit-learn, XGBoost, and LightGBM lead the way here.
Prometheus
Monitoring tool for metrics, often used together with Grafana.
Prompt Engineering
Skillfully crafting input for AI models to get the desired output. Talking to an LLM is a skill too.
Provisioning
Automatically allocating resources such as servers or databases. At Hosted Power: super fast.
PUE (Power Usage Effectiveness)
Measures how energy-efficient a data center is. The closer to 1.0, the greener.
Q
Quality of Service (QoS)
Managing network traffic to guarantee performance. Ensures important services (like your payment page) always take priority over less critical processes.
R
RAG Frameworks (Retrieval-Augmented Generation)
Combines LLMs with your own data. Frameworks such as LangChain or LlamaIndex use vector databases such as FAISS or ChromaDB for smart AI assistants.
Rancher
Management platform for Kubernetes. Makes complex infrastructures manageable.
Redundancy
Systems with backup components for failover. For uptime without stress.
Reverse Proxy
Intercepting traffic to forward requests. Often done with Nginx or HAProxy.
Rocket Deploy
Our punchy term for lightning-fast deployment via TurboStack. Vroom!
S
SBOM (Software Bill of Materials)
A list of all software components and dependencies. Transparency equals security.
Scalability
The ability to easily scale resources up or down. No more bottlenecks.
Scikit-learn
Popular Python library for classic ML models (regression, classification). Ideal for MVPs, internal tools, and quick analyses.
Serverless Computing
Running code without managing servers yourself. The cloud handles the rest.
Service Mesh
Infrastructure layer that manages communication between microservices: routing, security, monitoring. Think Istio or Linkerd.
SLA (Service Level Agreement)
Contractual agreement on uptime, performance, and support. Promises on paper, not just in marketing.
SOC 2
Audit standard that demonstrates how an organization secures and manages customer data. Trust, in black and white.
Sovereign Cloud
Cloud solution that complies with national regulations and data sovereignty. For privacy-sensitive sectors.
SSH (Secure Shell)
Secure way to log into servers. For those who love a black screen and power.
SSL/TLS (Secure Sockets Layer / Transport Layer Security)
Encryption of data traffic for secure connections. Always active at Hosted Power.
Stateful / Stateless
Indicates whether a service keeps track of its state. Important for architectural decisions.
Streamlit
See Gradio / Streamlit.
T
Terraform
Tool for Infrastructure as Code. Ideal for building cloud environments at scale.
TLS (Transport Layer Security)
Modern standard for secure data communication via HTTPS.
Traefik
Modern alternative to NGINX as a reverse proxy with automatic TLS and service discovery.
TurboStack
Hosted Power's own platform for automated cloud management. Super fast. Super smart. Super dev.
TurboStack AI (Future Vision)
Hosted Power's vision on AI: GPUs on demand, running open-source models locally, AI integration in DevOps. Privacy-first. Dev-friendly. Future-ready.
U
Uptime
The percentage of time a system is operational. 99.999% is the difference between "almost never down" and "five minutes a year."
V
Vault
Tool for secrets management such as API keys or passwords. Encrypt all the things.
Vector Database / Embeddings
Database that stores data as numerical vectors, so AI models can search by meaning instead of exact text. The engine behind RAG.
Vertical Scaling
Adding extra power to a single server. The counterpart to horizontal scaling.
Version Control
Managing changes in code. Git is king.
VPS (Virtual Private Server)
A virtual server on shared hardware. More control, lower cost.
W
WAF (Web Application Firewall)
Protects web apps against attacks such as XSS and SQL injection. Better safe than sorry.
Webhook
Automatic HTTP request between apps. Often used for CI/CD triggers.
White-labeling
Hosted Power technology, your branding. Ideal for agencies and resellers.
Worker Node
The server within a Kubernetes cluster that runs the containers.
X
XGBoost / LightGBM
Boosting algorithms for high-performance ML on tabular data. Kaggle competition winners. Ideal for risk scores, churn models, and predictions.
Y
YAGNI (You Aren't Gonna Need It)
A programming principle that warns against over-engineering. Focus on what's needed now.
YAML
Language for configuration files, widely used in Kubernetes. Developer poetry.
YOLOv8 (Ultralytics)
Real-time object detection, lightweight and performant. Perfect for edge devices or cloud VPS use cases.
Z
Zabbix
Monitoring solution for networks, servers, and applications. An alternative to Prometheus.
Zero Downtime Deployment
Putting new code live without impacting users. TurboStack approved. For example, via Blue/Green or Canary Deployments.
Zero Trust Architecture
Security in which nothing and no one is automatically trusted. Access always has to be earned.