- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 121 - 130 of 602 for content_length:[500000 TO 999999] (0.1 sec)
-
Well-Known Labels, Annotations and Taints | Kub...
Production-Grade Container Orchestrationkubernetes.io/docs/reference/labels-annotations-taints/Registered: Wed Oct 15 08:21:48 UTC 2025 - 615.5K bytes - Viewed (0) -
Kubernetes API Concepts | Kubernetes
The Kubernetes API is a resource-based (RESTful) programmatic interface provided via HTTP. It supports retrieving, creating, updating, and deleting primary resources via the standard HTTP verbs (POST, PUT, PATCH, DELETE, GET). For some resources, the API includes additional subresources that allow fine-grained authorization (such as separate views for Pod details and log retrievals), and can accept and serve those resources in different representations for convenience or efficiency. Kubernetes supports efficient change notifications on resources via watches: in the Kubernetes API, watch is a verb that is used to track changes to an object in Kubernetes as a stream.kubernetes.io/docs/reference/using-api/api-concepts/Registered: Wed Oct 15 08:25:18 UTC 2025 - 566.9K bytes - Viewed (0) -
Implementation details | Kubernetes
FEATURE STATE: Kubernetes v1.10 [stable] kubeadm init and kubeadm join together provide a nice user experience for creating a bare Kubernetes cluster from scratch, that aligns with the best-practices. However, it might not be obvious how kubeadm does that. This document provides additional details on what happens under the hood, with the aim of sharing knowledge on the best practices for a Kubernetes cluster. Core design principles The cluster that kubeadm init and kubeadm join set up should be:kubernetes.io/docs/reference/setup-tools/kubeadm/implementation-details/Registered: Wed Oct 15 08:32:18 UTC 2025 - 505.7K bytes - Viewed (0) -
kube-apiserver Configuration (v1) | Kubernetes
Package v1 is the v1 version of the API. Resource Types AdmissionConfiguration AuthenticationConfiguration AuthorizationConfiguration EncryptionConfiguration TracingConfiguration TracingConfiguration Appears in: KubeletConfiguration TracingConfiguration TracingConfiguration TracingConfiguration TracingConfiguration provides versioned configuration for OpenTelemetry tracing clients. FieldDescription endpoint string Endpoint of the collector this component will report traces to. The connection is insecure, and does not currently support TLS. Recommended is unset, and endpoint is the otlp grpc default, localhost:4317. samplingRatePerMillion int32 SamplingRatePerMillion is the number of samples to collect per million spans.kubernetes.io/docs/reference/config-api/apiserver-config.v1/Registered: Wed Oct 15 08:49:02 UTC 2025 - 504.4K bytes - Viewed (0) -
Git - git-config Documentation
English ▾ English Deutsch Français Português (Brasil) українська мова 简体中文 Topics ▾ Setup and Config git config help ...git-scm.com/docs/git-config/2.51.0 Similar Results (2)Registered: Wed Oct 15 08:51:59 UTC 2025 - Last Modified: Tue Oct 14 04:40:38 UTC 2025 - 715.6K bytes - Viewed (0) -
Feature Gates (removed) | Kubernetes
This page contains list of feature gates that have been removed. The information on this page is for reference. A removed feature gate is different from a GA'ed or deprecated one in that a removed one is no longer recognized as a valid feature gate. However, a GA'ed or a deprecated feature gate is still recognized by the corresponding Kubernetes components although they are unable to cause any behavior differences in a cluster.kubernetes.io/docs/reference/command-line-tools-reference/feature-gates-removed/Registered: Wed Oct 15 08:51:59 UTC 2025 - 671.3K bytes - Viewed (0) -
contrib.ndarray — Apache MXNet documentation
contrib.ndarray NDArray namespace used to register contrib functions Functions AdaptiveAvgPooling2D ([data, kernel, …...mxnet.apache.org/versions/master/api/python/docs/api/contrib/ndarray/index.html Similar Results (1)Registered: Wed Oct 15 09:22:42 UTC 2025 - Last Modified: Thu Jan 05 05:04:49 UTC 2023 - 548.7K bytes - Viewed (0) -
Array API — NumPy v2.3 Manual
Skip to main content Back to top Ctrl + K Choose version GitHub Array API # The test of a first-rate intelligence is ...numpy.org/doc/stable/reference/c-api/array.htmlRegistered: Wed Oct 15 09:18:25 UTC 2025 - Last Modified: Mon Aug 18 04:21:28 UTC 2025 - 719.2K bytes - Viewed (0) -
OpenAPI models - FastAPI
fastapi.tiangolo.com/pt/reference/openapi/models/Registered: Wed Oct 15 06:53:34 UTC 2025 - 684.1K bytes - Viewed (0) -
Connect a Frontend to a Backend Using Services ...
This task shows how to create a frontend and a backend microservice. The backend microservice is a hello greeter. The frontend exposes the backend using nginx and a Kubernetes Service object. Objectives Create and run a sample hello backend microservice using a Deployment object. Use a Service object to send traffic to the backend microservice's multiple replicas. Create and run a nginx frontend microservice, also using a Deployment object. Configure the frontend microservice to send traffic to the backend microservice.kubernetes.io/docs/tasks/access-application-cluster/connecting-frontend-backend/Registered: Wed Oct 15 08:07:45 UTC 2025 - 491.5K bytes - Viewed (0)