- Home
- Products
- OpenShift Dedicated
- 4
- CLI tools
- Chapter 1. OpenShift Dedicated CLI tools overview
OpenShift Dedicated
Get started
Introduction to OpenShift Dedicated
OpenShift Dedicated clusters on GCP
- OpenShift Dedicated clusters on GCP
- Private Service Connect overview
- Creating a cluster on GCP with Workload Identity Federation authentication
- Creating a cluster on GCP with Service Account authentication
- Creating a cluster on GCP with a Red Hat cloud account
- Deleting an OpenShift Dedicated cluster on GCP
OpenShift Dedicated clusters on AWS
Upgrading
Manage clusters
Authentication and authorization
- Authentication and authorization
- Overview of authentication and authorization
- Understanding authentication
- Managing user-owned OAuth access tokens
- Configuring identity providers
- Revoking privileges and access to an OpenShift Dedicated cluster
- Managing administration roles and users
- Using RBAC to define and apply permissions
- Understanding and creating service accounts
- Using service accounts in applications
- Using a service account as an OAuth client
- Scoping tokens
- Using bound service account tokens
- Managing security context constraints
- Understanding and managing pod security admission
- Syncing LDAP groups
Security and compliance
Building applications
- Building applications
- Building applications overview
- Projects
- Creating applications
- Viewing application composition by using the Topology view
- Working with Helm charts
- Deployments
- Quotas
- Using config maps with applications
- Monitoring project and application metrics using the Developer perspective
- Monitoring application health by using health checks
- Editing applications
- Working with quotas
- Pruning objects to reclaim resources
- Idling applications
- Deleting applications
Logging
- Logging
- Release notes
- Support
- Troubleshooting logging
- About Logging
- Installing Logging
- Updating Logging
- Visualizing logs
- Configuring your Logging deployment
- Log collection and forwarding
- Log storage
- Logging alerts
- Performance and reliability tuning
- Scheduling resources
- Uninstalling Logging
- Log Record Fields
- tags
- kubernetes
- OpenShift
- API reference
- Glossary
Serverless
CI/CD
CI/CD overview
Builds using Shipwright
Builds using BuildConfig
- Builds using BuildConfig
- Understanding image builds
- Understanding build configurations
- Creating build inputs
- Managing build output
- Using build strategies
- Performing and configuring basic builds
- Triggering and modifying builds
- Performing advanced builds
- Using Red Hat subscriptions in builds
- Troubleshooting builds
Reference
Red Hat OpenShift Cluster Manager
- Legal Notice
Chapter 1. OpenShift Dedicated CLI tools overview
A user performs a range of operations while working on OpenShift Dedicated such as the following:
- Managing clusters
- Building, deploying, and managing applications
- Managing deployment processes
- Creating and maintaining Operator catalogs
OpenShift Dedicated offers a set of command-line interface (CLI) tools that simplify these tasks by enabling users to perform various administration and development operations from the terminal. These tools expose simple commands to manage the applications, as well as interact with each component of the system.
1.1. List of CLI tools
The following set of CLI tools are available in OpenShift Dedicated:
- OpenShift CLI (
oc
): This is the most commonly used CLI tool by OpenShift Dedicated users. It helps both cluster administrators and developers to perform end-to-end operations across OpenShift Dedicated using the terminal. Unlike the web console, it allows the user to work directly with the project source code using command scripts. - Knative CLI (kn): The Knative (
kn
) CLI tool provides simple and intuitive terminal commands that can be used to interact with OpenShift Serverless components, such as Knative Serving and Eventing. - Pipelines CLI (tkn): OpenShift Pipelines is a continuous integration and continuous delivery (CI/CD) solution in OpenShift Dedicated, which internally uses Tekton. The
tkn
CLI tool provides simple and intuitive commands to interact with OpenShift Pipelines using the terminal. - opm CLI: The
opm
CLI tool helps the Operator developers and cluster administrators to create and maintain the catalogs of Operators from the terminal.