InterviewSolution
| 1. |
What is the OpenShift Command Line Interface (CLI)? |
|
Answer» The OpenShift CLI tool is a command-line tool for managing OpenShift applications. We can manage the application's life cycle from start to finish using the OpenShift CLI. It provides basic and COMPLEX application setup features. It also has tools for managing, distributing, and adding new apps. You can create applications and manage OpenShift Container PLATFORM projects from a terminal using the OpenShift command-line interface (CLI). After you've INSTALLED the CLI, you can use the oc command to access it. In the following scenarios, the OpenShift CLI is ideal:
A few of the major CLI commands are listed below:
|
|