ocs title

This commit is contained in:
Inaki Fernandez
2020-05-08 20:48:01 +02:00
parent 92b6645d11
commit 7f46f63db6
2 changed files with 9 additions and 4 deletions

View File

@@ -28,6 +28,7 @@
- [Pod Security Policies (SCCs - Security Context Constraints in OpenShift)](#pod-security-policies-sccs---security-context-constraints-in-openshift)
- [EKS Security](#eks-security)
- [Kubernetes Scheduling and Scheduling Profiles](#kubernetes-scheduling-and-scheduling-profiles)
- [Assigning Pods to Nodes. Pod Affinity and Anti-Affinity](#assigning-pods-to-nodes-pod-affinity-and-anti-affinity)
- [Pod Topology Spread Constraints and PodTopologySpread Scheduling Plugin](#pod-topology-spread-constraints-and-podtopologyspread-scheduling-plugin)
- [Kubernetes Storage](#kubernetes-storage)
- [Non-production Kubernetes Local Installers](#non-production-kubernetes-local-installers)
@@ -379,7 +380,10 @@ kubectl get secret <secret-name> --namespace=<source>-o yaml | sed s/names
## Kubernetes Scheduling and Scheduling Profiles
* [Kubernetes Scheduling](https://kubernetes.io/docs/reference/scheduling/)
* [Scheduling Profiles](https://kubernetes.io/docs/reference/scheduling/profiles/)
### Assigning Pods to Nodes. Pod Affinity and Anti-Affinity
* [Affinity and anti-affinity](https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity)
### Pod Topology Spread Constraints and PodTopologySpread Scheduling Plugin
* [Pod Topology Spread Constraints](https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constraints/)
* [Introducing PodTopologySpread plugin](https://kubernetes.io/blog/2020/05/introducing-podtopologyspread/)

View File

@@ -14,7 +14,7 @@
- [OpenShift Container Platform 4 (OCP 4)](#openshift-container-platform-4-ocp-4)
- [OpenShift 4 roadmap](#openshift-4-roadmap)
- [OpenShift Kubernetes Engine (OKE)](#openshift-kubernetes-engine-oke)
- [Storage in OCP 4](#storage-in-ocp-4)
- [Storage in OCP 4. OpenShift Container Storage (OCS)](#storage-in-ocp-4-openshift-container-storage-ocs)
- [OpenShift Pipelines. Tekton CI/CD Pipelines](#openshift-pipelines-tekton-cicd-pipelines)
- [OpenShift 4 Training](#openshift-4-training)
- [Red Hat Advanced Cluster Management for Kubernetes](#red-hat-advanced-cluster-management-for-kubernetes)
@@ -188,8 +188,9 @@
[![openshift4 architecture](images/openshift4-architecture.png)](https://docs.openshift.com/container-platform/4.4/welcome/oke_about.html)
### Storage in OCP 4
- [State of **OpenShift Container Storage**](https://www.openshift.com/blog/state-of-openshift-container-storage-eran-tamir-and-duncan-hardie-red-hat)
### Storage in OCP 4. OpenShift Container Storage (OCS)
- [Red Hat OpenShift Container Storage 4](https://www.openshift.com/products/container-storage/)
- [State of OpenShift Container Storage](https://www.openshift.com/blog/state-of-openshift-container-storage-eran-tamir-and-duncan-hardie-red-hat)
### OpenShift Pipelines. Tekton CI/CD Pipelines
* [**tekton.dev**](https://tekton.dev/)