In this chapter, we covered advanced concepts of the OpenShift container platform. Here's a list of links that may be helpful to look through so that you can learn more:
- OpenShift documentation on ImageStreams: https://docs.openshift.org/latest/architecture/core_concepts/builds_and_image_streams.html
- OpenShift documentation on ConfigMaps: https://docs.openshift.org/latest/dev_guide/configmaps.html
- OpenShift documentation on ResourceQuotas: https://docs.openshift.org/latest/admin_guide/quota.html
- OpenShift documentation on LimitRanges: https://docs.openshift.org/latest/admin_guide/limits.html
- OpenShift documentation on templates: https://docs.openshift.org/latest/dev_guide/templates.html#dev-guide-templates
- OpenShift documentation on HorizontalPodAutoscaler: https://docs.openshift.org/latest/dev_guide/pod_autoscaling.html
- Wikipedia article on YAML notation...