- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1 - 10 of 3,290 for host:kubernetes.io (0.07 sec)
-
Externalizing config using MicroProfile, Config...
In this tutorial you will learn how and why to externalize your microservice’s configuration. Specifically, you will learn how to use Kubernetes ConfigMaps and Secrets to set environment variables and then consume them using MicroProfile Config. Before you begin Creating Kubernetes ConfigMaps & Secrets There are several ways to set environment variables for a Docker container in Kubernetes, including: Dockerfile, kubernetes.yml, Kubernetes ConfigMaps, and Kubernetes Secrets. In the tutorial, you will learn how to use the latter two for setting your environment variables whose values will be injected into your microservices.kubernetes.io/docs/tutorials/configuration/configure-java-microservice/configure-java-microservice/Registered: Fri Nov 15 07:04:53 UTC 2024 - 431.3K bytes - Viewed (0) -
Resource Bin Packing | Kubernetes
In the scheduling-plugin NodeResourcesFit of kube-scheduler, there are two scoring strategies that support the bin packing of resources: MostAllocated and RequestedToCapacityRatio. Enabling bin packing using MostAllocated strategy The MostAllocated strategy scores the nodes based on the utilization of resources, favoring the ones with higher allocation. For each resource type, you can set a weight to modify its influence in the node score. To set the MostAllocated strategy for the NodeResourcesFit plugin, use a scheduler configuration similar to the following:kubernetes.io/docs/concepts/scheduling-eviction/resource-bin-packing/Registered: Wed Dec 25 06:33:03 UTC 2024 - 448.5K bytes - Viewed (0) -
Volume Snapshot Classes | Kubernetes
This document describes the concept of VolumeSnapshotClass in Kubernetes. Familiarity with volume snapshots and storage classes is suggested. Introduction Just like StorageClass provides a way for administrators to describe the "classes" of storage they offer when provisioning a volume, VolumeSnapshotClass provides a way to describe the "classes" of storage when provisioning a volume snapshot. The VolumeSnapshotClass Resource Each VolumeSnapshotClass contains the fields driver, deletionPolicy, and parameters, which are used when a VolumeSnapshot belonging to the class needs to be dynamically provisioned.kubernetes.io/docs/concepts/storage/volume-snapshot-classes/Registered: Wed Dec 25 06:32:34 UTC 2024 - 435.6K bytes - Viewed (0) -
Traces For Kubernetes System Components | Kuber...
FEATURE STATE: Kubernetes v1.27 [beta] System component traces record the latency of and relationships between operations in the cluster. Kubernetes components emit traces using the OpenTelemetry Protocol with the gRPC exporter and can be collected and routed to tracing backends using an OpenTelemetry Collector. Trace Collection Kubernetes components have built-in gRPC exporters for OTLP to export traces, either with an OpenTelemetry Collector, or without an OpenTelemetry Collector. For a complete guide to collecting traces and using the collector, see Getting Started with the OpenTelemetry Collector.kubernetes.io/docs/concepts/cluster-administration/system-traces/Registered: Wed Dec 25 06:42:31 UTC 2024 - 440.7K bytes - Viewed (0) -
Limit Storage Consumption | Kubernetes
This example demonstrates how to limit the amount of storage consumed in a namespace. The following resources are used in the demonstration: ResourceQuota, LimitRange, and PersistentVolumeClaim. Before you begin You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster. It is recommended to run this tutorial on a cluster with at least two nodes that are not acting as control plane hosts.kubernetes.io/docs/tasks/administer-cluster/limit-storage-consumption/Registered: Wed Dec 25 06:53:29 UTC 2024 - 435.7K bytes - Viewed (0) -
Configure Service Accounts for Pods | Kubernetes
Kubernetes offers two distinct ways for clients that run within your cluster, or that otherwise have a relationship to your cluster's control plane to authenticate to the API server. A service account provides an identity for processes that run in a Pod, and maps to a ServiceAccount object. When you authenticate to the API server, you identify yourself as a particular user. Kubernetes recognises the concept of a user, however, Kubernetes itself does not have a User API.kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/Registered: Wed Dec 25 06:53:55 UTC 2024 - 476.2K bytes - Viewed (0) -
Multi-tenancy | Kubernetes
This page provides an overview of available configuration options and best practices for cluster multi-tenancy. Sharing clusters saves costs and simplifies administration. However, sharing clusters also presents challenges such as security, fairness, and managing noisy neighbors. Clusters can be shared in many ways. In some cases, different applications may run in the same cluster. In other cases, multiple instances of the same application may run in the same cluster, one for each end user.kubernetes.io/docs/concepts/security/multi-tenancy/Registered: Wed Dec 25 06:33:59 UTC 2024 - 463.5K bytes - Viewed (0) -
Managing Workloads | Kubernetes
You've deployed your application and exposed it via a Service. Now what? Kubernetes provides a number of tools to help you manage your application deployment, including scaling and updating. Organizing resource configurations Many applications require multiple resources to be created, such as a Deployment along with a Service. Management of multiple resources can be simplified by grouping them together in the same file (separated by --- in YAML). For example:kubernetes.io/docs/concepts/workloads/management/Registered: Wed Dec 25 06:35:52 UTC 2024 - 463K bytes - Viewed (0) -
Logging Architecture | Kubernetes
Application logs can help you understand what is happening inside your application. The logs are particularly useful for debugging problems and monitoring cluster activity. Most modern applications have some kind of logging mechanism. Likewise, container engines are designed to support logging. The easiest and most adopted logging method for containerized applications is writing to standard output and standard error streams. However, the native functionality provided by a container engine or runtime is usually not enough for a complete logging solution.kubernetes.io/docs/concepts/cluster-administration/logging/Registered: Wed Dec 25 06:38:26 UTC 2024 - 481.4K bytes - Viewed (0) -
Scheduler Performance Tuning | Kubernetes
FEATURE STATE: Kubernetes v1.14 [beta] kube-scheduler is the Kubernetes default scheduler. It is responsible for placement of Pods on Nodes in a cluster. Nodes in a cluster that meet the scheduling requirements of a Pod are called feasible Nodes for the Pod. The scheduler finds feasible Nodes for a Pod and then runs a set of functions to score the feasible Nodes, picking a Node with the highest score among the feasible ones to run the Pod.kubernetes.io/docs/concepts/scheduling-eviction/scheduler-perf-tuning/Registered: Wed Dec 25 06:38:17 UTC 2024 - 437.3K bytes - Viewed (0)