Skip to content
Resources

Glossary

71 terms that come up constantly in enterprise infrastructure conversations — defined properly, without the marketing gloss.

More terms

41 further definitions, in brief.

Admission Controller
A Kubernetes plugin that intercepts API requests before persisting them — enforcing security policies, resource quotas, and platform standards.
Platform
API Gateway
A server-side component that acts as the entry point for all client requests — providing rate limiting, authentication, routing, and protocol transformation.
Cloud Computing
Auto-scaling
The ability of a platform to automatically add or remove compute resources in response to workload demand — without manual intervention.
Infrastructure
BFSI
Banking, Financial Services, and Insurance — the regulated sector in India subject to RBI, SEBI, and IRDAI oversight, with specific data sovereignty and IT governance requirements.
Platform
CERT-In
The Computer Emergency Response Team of India — the national nodal agency for cybersecurity incident response, with mandatory 6-hour breach reporting requirements.
Platform
CI/CD
Continuous Integration and Continuous Delivery — the practice of automatically testing and deploying code changes, shortening the feedback loop from commit to production.
Engineering
Cluster
A group of machines (nodes) that run containerised workloads under Kubernetes orchestration — sharing a control plane and networking fabric.
Infrastructure
CNI Plugin
Container Network Interface — the Kubernetes networking plugin responsible for assigning IP addresses to pods and enforcing network policies.
Networking
Data Localisation
The legal requirement that data about a country's citizens must be stored and processed within that country's borders — codified in India by RBI, SEBI, and DPDP Act provisions.
Platform
Dynamic Secrets
Short-lived credentials generated on demand for each application session and automatically revoked when no longer needed — eliminating the risk of long-lived credential compromise.
Platform
eBPF
Extended Berkeley Packet Filter — a Linux kernel technology that allows programs to run safely in kernel space, used for high-performance networking, security, and observability.
Networking
Encryption at Rest
Encryption of stored data so it cannot be read without the correct cryptographic key — protecting against physical theft, unauthorised storage access, and data centre intrusions.
Platform
Encryption in Transit
Encryption of data as it moves between systems — using TLS to ensure it cannot be intercepted or read in transit across networks.
Platform
Failover
The process of automatically switching to a secondary system when the primary system fails — a core component of high availability and disaster recovery.
Infrastructure
Fintech
Financial technology — companies using technology to deliver financial services, typically subject to RBI and/or SEBI regulation when operating in India.
Platform
GPU Compute
Graphics Processing Unit-based computing — used for massively parallel workloads including ML training, inference, scientific simulation, and rendering.
Infrastructure
Helm Chart
A package manager for Kubernetes — a Helm chart is a collection of files defining a Kubernetes application, making it easy to deploy and manage complex applications.
Engineering
High Availability (HA)
A system design that ensures a high level of operational continuity — typically achieved through redundancy, failover mechanisms, and geographic distribution.
Infrastructure
Identity Provider (IdP)
A system that creates, maintains, and manages identity information and provides authentication services to relying applications.
Platform
ISO 27001
An international standard for information security management systems — widely recognised in enterprise procurement and required by many regulated sector contracts in India.
Platform
JSON Web Token (JWT)
A compact, self-contained token format for securely transmitting claims between parties — widely used for API authentication and session management.
Platform
Latency
The time delay between a request being made and a response being received — a critical performance metric for interactive applications and financial transaction systems.
Engineering
Load Balancer
A device or software component that distributes incoming network traffic across multiple backend servers to ensure no single server becomes a bottleneck.
Networking
Namespace
A Kubernetes mechanism for isolating groups of resources within a cluster — used for multi-tenancy, environment separation, and resource quota management.
Infrastructure
Node
A worker machine in a Kubernetes cluster — can be a physical server or virtual machine — that runs application workloads as pods.
Infrastructure
OPA (Open Policy Agent)
A general-purpose, open-source policy engine used to enforce fine-grained authorisation policies across cloud-native environments.
Platform
OpenAPI
A standard, language-agnostic specification for RESTful APIs — enabling automated documentation, code generation, and API testing.
Engineering
Pod
The smallest deployable unit in Kubernetes — typically containing one container plus optional sidecar containers sharing a network namespace and storage.
Infrastructure
Policy as Code
The practice of expressing security and governance policies as machine-readable code — enabling version control, automated testing, and consistent enforcement.
Platform
Quota (Resource Quota)
Kubernetes resource quotas limit the total resources a namespace can consume — preventing any single team or tenant from monopolising cluster capacity.
Platform
RBAC
Role-Based Access Control — a method of regulating access based on the roles of individual users within an organisation.
Platform
Replica
A copy of a pod running simultaneously — Kubernetes maintains a specified number of replicas for each deployment, restarting them if they fail.
Infrastructure
SEBI Cloud Framework
SEBI's guidelines on cloud adoption for regulated market infrastructure and intermediaries — requiring data localisation, vendor risk management, and operational resilience for Indian capital market entities.
Platform
SLA (Service Level Agreement)
A contract defining the minimum level of service — availability, response time, support hours — that a provider guarantees to deliver.
Platform
SPIFFE
Secure Production Identity Framework for Everyone — an open standard for machine identity in dynamic infrastructure, issuing short-lived cryptographic identities to workloads.
Platform
Stateful Application
An application that stores session information or persistent data between interactions — databases, message queues, and ML model servers are stateful applications.
Infrastructure
Terraform
An open-source Infrastructure as Code tool that enables declarative definition and provisioning of infrastructure across cloud and on-premise environments.
Engineering
TLS (Transport Layer Security)
A cryptographic protocol providing encrypted, authenticated communication over networks — the successor to SSL and the basis for HTTPS.
Platform
Uptime
The proportion of time a system is operational and available — typically expressed as a percentage. 99.9% uptime allows 8.7 hours of downtime per year; 99.99% allows 52 minutes.
Platform
Vulnerability Scanning
Automated inspection of software, containers, and infrastructure for known security weaknesses — a core component of DevSecOps and platform security posture.
Platform
Workload
Any application or process running on infrastructure — a database, a web server, an ML training job, a batch processing pipeline.
Infrastructure