Tutorials¶
In these tutorials, we will write, build, and deploy charms using goops
.
- Getting Started: A hands-on introduction to
goops
for new users. Write, build, and deploy your first charm in less than 10 minutes. - Write your first Kubernetes charm: Write a complete Kubenetes charm for a web application using
goops
. Learn how to usegoops
to manage Pebble services, relations, and configurations. Build and deploy your charm to a Kubernetes cluster.