Get in Touch
Close

Your Cloud Story,
Engineered for Success

Contacts

US Office: Obsium, 6200,
Stoneridge Mall Rd, Pleasanton CA 94588 USA

Kochi Office: GB4, Ground Floor, Athulya, Infopark Phase 1, Infopark Campus Kakkanad, Kochi 682042

+91 9895941969

hello@obsium.io

Category: Glossary

What Is a Service Mesh?

A service mesh is an infrastructure layer that manages communication between microservices, providing traffic control, security, and observability.

Read More

What Is Istio?

Istio is an open-source service mesh that provides traffic management, security, and observability for microservices running on Kubernetes.

Read More

What Is a Container Registry?

A container registry is a storage and distribution service for container images, enabling teams to push, pull, and manage images used in deployments.

Read More

What Is Kubernetes Ingress?

Kubernetes Ingress is an API object that manages external access to services in a cluster, providing HTTP routing, TLS termination, and load balancing.

Read More

What Is etcd?

etcd is a distributed key-value store that serves as the backbone of Kubernetes, storing all cluster configuration and state data reliably.

Read More

What Is Kubernetes RBAC?

Kubernetes RBAC is an authorization mechanism that controls who can perform which actions on cluster resources.

Read More

What Is Container Orchestration?

Container orchestration automates the deployment, scaling, networking, and management of containerized applications across clusters of machines.

Read More

What Is Helm?

Helm is a package manager for Kubernetes that simplifies deploying and managing complex applications using reusable templates called charts.

Read More

What Is a Kubernetes Namespace?

A Kubernetes namespace is a virtual partition within a cluster that isolates resources and provides scope for names, access controls, and resource quotas.

Read More

Karpenter

What is Karpenter? Karpenter is an open-source Kubernetes cluster autoscaler that automatically provisions right-sized compute nodes in response to pending, unschedulable pods. Instead of relying on static node groups, Karpenter launches nodes dynamically based on real workload requirements. It improves scaling…

Read More