Slide 16
Slide 16 text
OpenShift things
Application developer oriented
OpenShift adds abstractions and tooling to make a PaaS-like experience
●
Application Oriented: The Deployment config
● Intelligent security, config defaults: multi-tenant,
elaborated on the RBAC core in k8s
● Integrated container registry, base for
● Build configurations
● Image streams: of image tags from the registry - can
trigger rebuild of apps atop those base images
● Deployment Configuration: ties together application
items
● Route: Getting external traffic to the App