API Sunucusu
API Server is the central component of the Kubernetes control plane that validates and processes REST requests, serving as the entry point for all cluster operations.
Terimi gorKategoriler
Incele Kubernetes terms for BT ve DevOps profesyonelleri.
API Server is the central component of the Kubernetes control plane that validates and processes REST requests, serving as the entry point for all cluster operations.
Terimi gorNetwork Policy defines rules for allowing or denying network traffic to pods or services within a Kubernetes cluster, enhancing security and compliance.
Terimi gorA Liveness Probe is a health check used by Kubernetes to determine if a container is running. If it fails, the container is restarted automatically.
Terimi gorA Config Map stores configuration data as key-value pairs for use by Kubernetes pods and controllers, separating configuration from application code.
Terimi gorDeployment Rollback is the process of reverting an application deployment to a previous stable version to restore service quickly if an update fails.
Terimi gorEndpoint Slice is a Kubernetes API resource that groups network endpoints, providing scalable and efficient service discovery for large clusters.
Terimi gorImage Registry is a centralized repository where container images are stored, managed, and retrieved for deployment in orchestration platforms.
Terimi gorA Readiness Probe is a Kubernetes mechanism that checks if a container is ready to serve traffic, ensuring only healthy pods receive requests.
Terimi gorA specialized load balancer that manages external access to services in a containerized cluster, routing HTTP(S) and other traffic based on policies.
Terimi gorA Kubernetes resource that manages external access to services in a cluster, typically via HTTP/HTTPS routing and load balancing.
Terimi gorJob Execution in Kubernetes refers to running batch or one-off tasks to completion, managed by the Job resource.
Terimi gorAdmission Controller is a Kubernetes component that intercepts requests to the API server before persistence, enforcing security, policy, or custom logic.
Terimi gorRolling Update is a deployment strategy in which application instances are gradually replaced with new versions to ensure zero downtime and continuous service availability.
Terimi gorA Canary Release is a deployment technique where a new version is released to a small subset of users or nodes to monitor performance and errors before full rollout.
Terimi gorResource Limit defines the maximum CPU and memory allocation for a container or pod, ensuring stable cluster operation and fair resource usage.
Terimi gorThe software component that executes containers, managing lifecycle operations such as image pull, start, stop, and resource isolation per runtime standards.
Terimi gorThe software component that executes and manages containerized applications on a host, interfacing with the OS kernel and orchestrator.
Terimi gorController Manager is a Kubernetes component that runs core controllers, automating tasks such as node management, replication, and endpoint updates.
Terimi gorA physical or virtual machine within a container orchestration cluster, responsible for running containerized workloads and managed as part of a distributed platform.
Terimi gorAn individual compute resource that is part of a container orchestration cluster, responsible for running containerized workloads and managed via the control plane.
Terimi gorCluster Autoscaler is a Kubernetes tool that automatically adjusts the number of nodes in a cluster based on pending workloads and resource requirements.
Terimi gorCluster Role defines permissions and access control for resources across the entire Kubernetes cluster, used for RBAC and security policies.
Terimi gorBlue Deployment is the existing stable version of an application in blue-green deployment strategies, running in production before switching to a new version.
Terimi gorNode Drain is the process of safely evicting all pods from a Kubernetes node, typically before maintenance or shutdown, to ensure workload continuity.
Terimi gorNode Selector is a Kubernetes scheduling mechanism that assigns pods to nodes based on label matching, enabling targeted workload placement.
Terimi gorOperator Pattern is a design pattern in Kubernetes for automating complex application management using custom controllers and resources.
Terimi gorAuto Scaling automatically adjusts the number of running pods or nodes in response to workload demand, optimizing resource utilization and costs.
Terimi gorA Persistent Volume is a piece of storage in a Kubernetes cluster provisioned by an administrator or dynamically, independent of the lifecycle of a specific pod.
Terimi gorPod Security refers to the policies and controls applied to Kubernetes pods to enforce isolation, least privilege, and protection against security threats.
Terimi gorPod Disruption refers to the interruption or forced removal of pods from a node, whether planned or unplanned, impacting running workloads.
Terimi gorPod Eviction is the process by which Kubernetes forcibly removes a pod from a node, usually due to resource pressure, policy, or node maintenance.
Terimi gorThe automated process by which an orchestration system assigns pods to available nodes, optimizing for workload distribution, resource constraints, and policy compliance.
Terimi gorThe automated process within an orchestrator (e.g., Kubernetes) that assigns pods to suitable nodes based on resource availability and policies.
Terimi gorA Pod Template is a Kubernetes object that defines the specification for creating pods, including containers, resources, and labels, used by controllers for replication.
Terimi gorA Replica Set ensures that a specified number of pod replicas are running at all times in a Kubernetes cluster, automatically replacing pods if they fail.
Terimi gorA Secret Store is a secure storage mechanism in Kubernetes or integration platforms for managing sensitive data such as passwords, API keys, and tokens.
Terimi gorA Service Account is an identity assigned to processes running in pods, providing credentials for API access and integration within the cluster.
Terimi gorService Discovery is the automatic detection of services and endpoints in a network, allowing applications and systems to find and communicate with each other dynamically.
Terimi gorAn infrastructure layer for managing service-to-service communication, providing observability, security, and control in microservices architectures.
Terimi gorA dedicated infrastructure layer that manages service-to-service communications, security, observability, and reliability in a microservices architecture.
Terimi gorA Stateful Set manages the deployment and scaling of a set of pods, providing each pod with a persistent identity and stable storage.
Terimi gorGreen Deployment is the new application version deployed in a blue-green deployment strategy, tested and validated before switching production traffic from blue.
Terimi gorLoad Balancer is a network device or software that distributes incoming application traffic across multiple servers or pods to optimize performance and reliability.
Terimi gorA Cron Job is a Kubernetes resource that runs jobs on a scheduled recurring basis, similar to the Unix cron utility.
Terimi gorCustom Resource is a user-defined extension of the Kubernetes API, enabling the management of custom application objects and automation via controllers.
Terimi gor