1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-07 00:48:01 +01:00
Files
openshift-docs/cli_reference/developer_cli_odo/understanding-odo.adoc

20 lines
1.4 KiB
Plaintext
Raw Normal View History

2023-02-02 12:42:45 +05:30
////
2023-10-30 08:48:20 -04:00
:_mod-docs-content-type: ASSEMBLY
2019-10-11 13:32:32 +02:00
[id="understanding-odo"]
= Understanding odo
2022-02-16 11:35:56 -05:00
include::_attributes/common-attributes.adoc[]
2019-10-11 13:32:32 +02:00
:context: understanding-odo
2021-03-21 14:47:49 +10:00
2019-10-11 13:32:32 +02:00
toc::[]
2022-02-23 19:09:55 +00:00
Red Hat OpenShift Developer CLI (`odo`) is a tool for creating applications on {product-title} and Kubernetes. With `{odo-title}`, you can develop, test, debug, and deploy microservices-based applications on a Kubernetes cluster without having a deep understanding of the platform.
2019-10-11 13:32:32 +02:00
2022-02-23 19:09:55 +00:00
`{odo-title}` follows a _create and push_ workflow. As a user, when you _create_, the information (or manifest) is stored in a configuration file. When you _push_, the corresponding resources are created on the Kubernetes cluster. All of this configuration is stored in the Kubernetes API for seamless accessibility and functionality.
2019-10-11 13:32:32 +02:00
2022-02-23 19:09:55 +00:00
`{odo-title}` uses _service_ and _link_ commands to link components and services together. `{odo-title}` achieves this by creating and deploying services based on Kubernetes Operators in the cluster. Services can be created using any of the Operators available on the Operator Hub. After linking a service, `odo` injects the service configuration into the component. Your application can then use this configuration to communicate with the Operator-backed service.
2019-10-11 13:32:32 +02:00
2022-02-23 19:09:55 +00:00
include::modules/odo-key-features.adoc[leveloffset=+1]
include::modules/odo-core-concepts.adoc[leveloffset=+1]
include::modules/odo-listing-components.adoc[leveloffset=+1]
2023-10-30 08:48:20 -04:00
include::modules/odo-telemetry.adoc[leveloffset=+1]
2023-02-02 12:42:45 +05:30
////