1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/modules/odo-key-features.adoc
2023-10-30 10:13:25 -04:00

19 lines
964 B
Plaintext

// Module included in the following assemblies:
//
// * cli_reference/developer_cli_odo/understanding-odo.adoc
:_mod-docs-content-type: CONCEPT
[id="odo-features_{context}"]
= odo key features
`{odo-title}` is designed to be a developer-friendly interface to Kubernetes, with the ability to:
* Quickly deploy applications on a Kubernetes cluster by creating a new manifest or using an existing one
* Use commands to easily create and update the manifest, without the need to understand and maintain Kubernetes configuration files
* Provide secure access to applications running on a Kubernetes cluster
* Add and remove additional storage for applications on a Kubernetes cluster
* Create Operator-backed services and link your application to them
* Create a link between multiple microservices that are deployed as `odo` components
* Remotely debug applications you deployed using `odo` in your IDE
* Easily test applications deployed on Kubernetes using `odo`