Tutorials¶
In these tutorials, we will write, build, and deploy charms using goops.
- Getting Started: A hands-on introduction to
goopsfor 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 usegoopsto manage Pebble services, relations, and configurations. Build and deploy your charm to a Kubernetes cluster.