Please enable JavaScript.
Coggle requires JavaScript to display documents.
Provisioning OpenShift Cluster, Creating a cluster for test, Managing…
Provisioning OpenShift Cluster
Creating a cluster for test
Creating Namespaces
Ordering OpenShift
Open required ports
Set up the CLIs
Set up automated deployments with the API
Create the cluster
Access the cluster
Create namespaces
Choose the scope of user access to cluster instances, etc.
Allow users to create apps, etc.
Deploy application from docker images
Deploy application using ImageStream
Deploy application from docker images
Managing lifecycle
Managing Cluster Lifecycle
Enable autoscaling
Add persistent storage to the cluster
Add non-persistent storage to the cluster
Updating master node
Updating worker nodes
Patching master node
Patching worker nodes
Stop provisioned services
Remove clusters and clean up related resources
Creating a worker pool
Adding worker node to worker pool
Logging test cluster and app
Managing Logs
Set up cluster and app logging with built-in OpenShift tools
Set up cluster and app logging with IBM Log Analysis with LogDNA
Set up API audit logging with IBM Log Analysis with LogDNA
Set up API audit logging with built-in OpenShift tools
Set up API audit logging by using IBM Cloud Activity Tracker with LogDNA
Set up API audit log forwarding to LogDNA
Securing test cluster
Isolate networking workloads
Encrypt sensitive information in the cluster
Set up a private image registry for developers
Set pod priority
Authorize who can create and update pods
Backing up test cluster
Backing Up Clusters
Create a master host backup
Backup etcd
Create a node host backup
Take backup from physical volume with Heptio Velero/Ark
Take backup from container app data with Heptio Velero/Ark
Recovering test cluster
Recovering Clusters
Restore master host backup
Restore etcd
Restore node host backup
Restore physical volumes from Heptio Velero/Ark backup
Restore container app data from Heptio Velero/Ark backup
Managing network test environment
Set up VPN between classic cluster and remote network
Add or change the available subnets and IP addresses for classic cluster
Monitoring test cluster health
Monitoring System Service & Worker Nodes
Set cluster health monitoring thru built-in OpenShift monitoring tools
Set cluster health monitoring thru IBM Cloud Monitoring with Sysdig
Adding CI/CD
Deploy app with ImageStream and setup hooks
Find scripts in GitHub used to set toolchain
Review the stages of CI/CD pipeline
User Management