Create Service
For instructions on how to create a service in Koala, refer to the Create Service page in the Getting Started section. KoalaOps currently supports only the creation of new services and their repositories from scratch. Support for adding existing repositories will be added soon. If you would like to connect an existing repository, contact us, and we will be happy to assist.Services List
The Services List displays all of the services that have been added to KoalaOps. It includes the service name, description, a link to its GitHub repo, and an option to remove it from KoalaOps.Service Page
General
This section provides basic information about the service, such as its description, GitHub repo, and the container registry name. You can also view the deployment status in each of the environments where it is deployed.API
For services using the popular OpenAPI (Swagger) spec, you will be able to see the APIs exposed by your service and run API calls directly through the UI over the service in different environments.- Choose the relevant environment at the top.
- Authenticate with the API if required.
- Interact with any of the API endpoints.