In unifie you can deploy any k8s software.
If you deployng preconfigured project - you need to clone project configuration from git repo to your account. After this step you will be able to see this project in `Projects` tab in your unifie account.
Select name and cluster for deployment
In this step you can set needed configuration for your new deployment.
Now we are ready to create deployment in cluster.
We need to wait several minutes until deployment is ready
Ready
One note about projects:
Project - it is a template for deployments. You can have several different deployments based on one project. It very useful if you have some software that you want to deploy several times with some small difference. For example:
Deploy Ingress with the same config for several clusters
Deploy several MySQL servers for different projects
Deploy your own software in several deployments (for test, staging and production) All your projects will be avaliabled in projects tab. On a screen you can see Ingress and metrics-server projects.
If you edit this project - it will affect for all deployments based on this project. It is important property of the project. It is a one place that allow to change several deployments in same time.
Comments