Skip to content
Draft
Show file tree
Hide file tree
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 @@ -41,6 +41,12 @@ Congratulations!
Writing a charm is also known as "charming", and you are now a charmer!
```

As you write your own charm, use [](#write-and-structure-charm-code) as a guide to best practices. For an overview of the whole charm development process, see [](#manage-charms).

As you prepare for other people to use your charm, you'll publish your charm on Charmhub. See {external+charmcraft:ref}`Charmcraft | Publish a charm on Charmhub <publish-a-charm>`. At this stage, make sure to also review "Charm maturity" and "Make your charm discoverable".

TODO: Add links after the last two docs have been published.

There's plenty more to explore:

| If you're wondering... | visit... |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -424,3 +424,9 @@ Also, you can reach Prometheus in your web browser (similar to Grafana) at `http
## Review the final code

For the full code, see [our example charm for this chapter](https://github.com/canonical/operator/tree/main/examples/k8s-5-observe).

## Next steps

Congratulations on reaching the end of the tutorial!

For suggestions of what to explore next, see [](#tutorial-kubernetes-next-steps).
Loading