Skip to content

OCP 3

  1. OpenShift Container Platform 3 (OCP 3)
  2. OpenShift Cheat Sheets
  3. Helm Charts and OpenShift 3
  4. OpenShift GitOps
  5. Debugging apps
  6. Capacity Management
  7. OpenShift High Availability
  8. Troubleshooting Java applications on Openshift
  9. Red Hat Communities of Practice. Uncontained.io Project
  10. Identity Management
  11. Quota Management
  12. Source-to-Image (S2I) Image Building Tools
  13. Videos

OpenShift Container Platform 3 (OCP 3)

OpenShift Cheat Sheets

Helm Charts and OpenShift 3

OpenShift GitOps

Debugging apps

Capacity Management

OpenShift High Availability

Troubleshooting Java applications on Openshift

Red Hat Communities of Practice. Uncontained.io Project

Identity Management

Quota Management

Source-to-Image (S2I) Image Building Tools

  • Source-to-Image (S2I) Build
    • Source-to-Image (S2I) is a tool for building reproducible, Docker-formatted container images. It produces ready-to-run images by injecting application source into a container image and assembling a new image. The new image incorporates the base image (the builder) and built source and is ready to use with the docker run command. S2I supports incremental builds, which re-use previously downloaded dependencies, previously built artifacts, etc.

Videos

Click to expand!