Skip to main content
Version: Next 🚧

Services

This guide explores working with services. Epinio allows users to connect their applications to services such as databases and other backing services. For more information see the services reference page.

View Services​

To view all service instances, navigate to the Instances page under the Services section in the side navigation menu.

View of the Services screen

Create a Service​

Click Create on the Services page to open the creation modal. This modal can also be accessed from the Service Catalog.

Select the namespace that the service belongs to, provide a unique name, and choose the catalog service that will be used to create the instance.

If the service should be connected to an application, you can bind it during creation. Services can also be bound or unbound later by editing either the service or the application.

Create Service Modal

Edit Service Bindings​

To edit a service, open the action menu for the service instance and select Edit. From here you can bind or unbind the service from applications.

Edit Service Modal

Delete a Service​

To delete a service instance, open the action menu and select Delete. If the service is currently bound to an application, Epinio will unbind it before removing the service.

Delete Service Modal

Additional CLI Docs​

For additional documentation on the CLI commands above, along with additional commands, see the epinio service CLI reference.