Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ The installation process, by default, sets up several essential abstractions. Th
- Deployment Pipeline for the environments
- Project

To access the artifacts created in OpenChoreo you can use choreoctl as shown in the following commands:
To access the artifacts created in OpenChoreo you can use kubectl as shown in the following commands:

You can check each resource type

Expand All @@ -174,7 +174,7 @@ kubectl get environments
```bash
kubectl get projects
```
To get more details on any of these abstractions, you can use a similar command to the following command:
To get more details on any of these abstractions, you can use a command similar to the following:

```bash
kubectl get project default -oyaml
Expand All @@ -188,7 +188,9 @@ To inspect these resources in more detail, run the following commands:
```bash
kubectl get components
```

```bash
kubectl get component react-starter -oyaml
```
:::tip
You can try out more samples on this setup. Check out our <Link to={`https://github.com/openchoreo/openchoreo/tree/${versions.githubRef}/samples`}>Samples</Link> for more details. The samples are also available in the dev container at `/samples`.
:::
Expand Down