Skip to main content

Service types

A lot of application need more than one microservice.

For example: for web site you need database and web-server.

Unifie allow to create a 3 types of services in one application.

  • Service based on docker image (visual ui that allow to deploy simple app if you have only docker image and almost zero DevOps skills)
  • Service based on helm chart (in case if you want to deploy software from ready made helm chart)
  • Service based on kubernetes yaml file (in case if you can create a yaml configuration for kubernetes cluster manually from scratch)

Add a Service

Note

Truly kubernetes use yaml as configuration. So all services types in result will generate yaml configuration that can be applied into kubernetes.

The main deference between services in user interface. Unifie trying to provide user friendly UI for users with a different calcification level. For a experienced DevOps engineers create yaml configuration can be simpler than use UI. For developers without DevOps skills UI can save a lot of time.