- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 441 - 450 of 663 for content_length:[500000 TO 999999] (0.04 sec)
-
Example: Deploying WordPress and MySQL with Per...
This tutorial shows you how to deploy a WordPress site and a MySQL database using Minikube. Both applications use PersistentVolumes and PersistentVolumeClaims to store data. A PersistentVolume (PV) is a piece of storage in the cluster that has been manually provisioned by an administrator, or dynamically provisioned by Kubernetes using a StorageClass. A PersistentVolumeClaim (PVC) is a request for storage by a user that can be fulfilled by a PV.kubernetes.io/docs/tutorials/stateful-application/mysql-wordpress-persistent-volume/Registered: Fri Dec 12 08:53:41 UTC 2025 - 501.9K bytes - Viewed (0) -
Certificates and Certificate Signing Requests |...
Kubernetes certificate and trust bundle APIs enable automation of X.509 credential provisioning by providing a programmatic interface for clients of the Kubernetes API to request and obtain X.509 certificates from a Certificate Authority (CA). There is also experimental (alpha) support for distributing trust bundles. Certificate signing requests FEATURE STATE: Kubernetes v1.19 [stable] A CertificateSigningRequest (CSR) resource is used to request that a certificate be signed by a denoted signer, after which the request may be approved or denied before finally being signed.kubernetes.io/docs/reference/access-authn-authz/certificate-signing-requests/Registered: Fri Dec 12 08:58:31 UTC 2025 - 517K bytes - Viewed (0) -
Running Kubelet in Standalone Mode | Kubernetes
This tutorial shows you how to run a standalone kubelet instance. You may have different motivations for running a standalone kubelet. This tutorial is aimed at introducing you to Kubernetes, even if you don't have much experience with it. You can follow this tutorial and learn about node setup, basic (static) Pods, and how Kubernetes manages containers. Once you have followed this tutorial, you could try using a cluster that has a control plane to manage pods and nodes, and other types of objects.kubernetes.io/docs/tutorials/cluster-management/kubelet-standalone/Registered: Fri Dec 12 08:57:55 UTC 2025 - 491.5K bytes - Viewed (0) -
Example: Deploying Cassandra with a StatefulSet...
This tutorial shows you how to run Apache Cassandra on Kubernetes. Cassandra, a database, needs persistent storage to provide data durability (application state). In this example, a custom Cassandra seed provider lets the database discover new Cassandra instances as they join the Cassandra cluster. StatefulSets make it easier to deploy stateful applications into your Kubernetes cluster. For more information on the features used in this tutorial, see StatefulSet. Note:Cassandra and Kubernetes both use the term node to mean a member of a cluster.kubernetes.io/docs/tutorials/stateful-application/cassandra/Registered: Fri Dec 12 08:57:50 UTC 2025 - 504K bytes - Viewed (0) -
Index — Apache MXNet documentation
Index _ | A | B | C | D | E | F | G | H | I | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Z _ __init__() ...mxnet.apache.org/versions/master/api/python/docs/genindex.htmlRegistered: Fri Dec 12 09:33:42 UTC 2025 - Last Modified: Thu Jan 05 05:04:49 UTC 2023 - 773.1K bytes - Viewed (0) -
mxnet.ndarray.ndarray — Apache MXNet documentation
Source code for mxnet.ndarray.ndarray # Licensed to the Apache Software Foundation (ASF) under one # or more contribu...mxnet.apache.org/versions/master/api/python/docs/_modules/mxnet/ndarray/ndarray.htmlRegistered: Fri Dec 12 09:40:15 UTC 2025 - Last Modified: Thu Jan 05 05:04:49 UTC 2023 - 711.4K bytes - Viewed (0) -
mxnet.test_utils — Apache MXNet documentation
Source code for mxnet.test_utils # Licensed to the Apache Software Foundation (ASF) under one # or more contributor l...mxnet.apache.org/versions/master/api/python/docs/_modules/mxnet/test_utils.htmlRegistered: Fri Dec 12 09:39:49 UTC 2025 - Last Modified: Thu Jan 05 05:04:49 UTC 2023 - 557.7K bytes - Viewed (0) -
mxnet.symbol.symbol — Apache MXNet documentation
Source code for mxnet.symbol.symbol # Licensed to the Apache Software Foundation (ASF) under one # or more contributo...mxnet.apache.org/versions/master/api/python/docs/_modules/mxnet/symbol/symbol.htmlRegistered: Fri Dec 12 09:41:04 UTC 2025 - Last Modified: Thu Jan 05 05:04:49 UTC 2023 - 549.6K bytes - Viewed (0) -
Feature Gates | Kubernetes
This page contains an overview of the various feature gates an administrator can specify on different Kubernetes components. See feature stages for an explanation of the stages for a feature. Overview Feature gates are a set of key=value pairs that describe Kubernetes features. You can turn these features on or off using the --feature-gates command line flag on each Kubernetes component. How to enable Feature Gates To enable or disable a feature gate for a particular Kubernetes component, use the --feature-gates flag.kubernetes.io/docs/reference/command-line-tools-reference/feature-gates/Registered: Fri Dec 12 09:20:44 UTC 2025 - 643K bytes - Viewed (0) -
Scheduler Configuration | Kubernetes
FEATURE STATE: Kubernetes v1.25 [stable] You can customize the behavior of the kube-scheduler by writing a configuration file and passing its path as a command line argument. A scheduling Profile allows you to configure the different stages of scheduling in the kube-scheduler. Each stage is exposed in an extension point. Plugins provide scheduling behaviors by implementing one or more of these extension points. You can specify scheduling profiles by running kube-scheduler --config <filename>, using the KubeSchedulerConfiguration v1 struct.kubernetes.io/docs/reference/scheduling/config/Registered: Fri Dec 12 09:16:49 UTC 2025 - 504.6K bytes - Viewed (0)