Azure Red Hat OpenShift 3.11 will be retired 30 June 2022. Support for creation of new Azure Red Hat OpenShift 3.11 clusters continues through 30 November 2020. Following retirement, remaining Azure Red Hat OpenShift 3.11 clusters will be shut down to prevent security vulnerabilities.
Follow this guide to create an Azure Red Hat OpenShift 4 cluster. If you have specific questions, please contact us
Binding ties one object to another; for example, a pod is bound to a node by a scheduler. Deprecated in 1.7, please use the bindings subresource of pods instead.
object
ComponentStatus (and ComponentStatusList) holds the cluster validation info.
object
Endpoints is a collection of endpoints that implement the actual service. Example: Name: "mysvc", Subsets: [ { Addresses: [{"ip": "10.10.1.1"}, {"ip": "10.10.2.2"}], Ports: [{"name": "a", "port": 8675}, {"name": "b", "port": 309}] }, { Addresses: [{"ip": "10.10.3.3"}], Ports: [{"name": "a", "port": 93}, {"name": "b", "port": 76}] }, ]
object
LimitRange sets resource usage limits for each kind of resource in a Namespace.
object
Namespace provides a scope for Names. Use of multiple namespaces is optional.
object
Node is a worker node in Kubernetes. Each node will have a unique identifier in the cache (i.e. in etcd).
object
PersistentVolumeClaim is a user’s request for and claim to a persistent volume
object
PersistentVolume (PV) is a storage resource provisioned by an administrator. It is analogous to a node. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes
object
Pod is a collection of containers that can run on a host. This resource is created by clients and scheduled onto hosts.
object
PodTemplate describes a template for creating copies of a predefined pod.
object
ReplicationController represents the configuration of a replication controller.
object
ResourceQuota sets aggregate quota restrictions enforced per namespace
object
Secret holds secret data of a certain type. The total bytes of the values in the Data field must be less than MaxSecretSize bytes.
object