You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maintaining an AKS can be time-consuming and as we don't have too many resources in the team, ideally we would like to use outsourced infrastructure. In addition to that we only have few simple services hosted in our cluster.
What
Move away from AKS to container apps
Blockers
One of the main reasons why we have AKS in the place is mostly due to mounted premium disks in our self-hosted Gitea. Gitea didn't support azure blob storage as a storage type.
Since Gitea will support blob storage from version 1.23, ref: go-gitea/gitea#30995,
Then it will be possible to move from mounted disks.
Designer service is using non-premium mounted disks as well but that is not a big deal since that can be done in container apps as well.
Notes
We have a pretty good deployment mechanism with Flux, but we’ll lose that if we move to container apps.
Steps
Move Gitea storage to Azure Blob storage
Move services to container apps.
The text was updated successfully, but these errors were encountered:
Why
Maintaining an AKS can be time-consuming and as we don't have too many resources in the team, ideally we would like to use outsourced infrastructure. In addition to that we only have few simple services hosted in our cluster.
What
Move away from AKS to container apps
Blockers
One of the main reasons why we have AKS in the place is mostly due to mounted premium disks in our self-hosted Gitea. Gitea didn't support azure blob storage as a storage type.
Since Gitea will support blob storage from version 1.23, ref: go-gitea/gitea#30995,
Then it will be possible to move from mounted disks.
Designer service is using non-premium mounted disks as well but that is not a big deal since that can be done in container apps as well.
Notes
We have a pretty good deployment mechanism with Flux, but we’ll lose that if we move to container apps.
Steps
Move Gitea storage to Azure Blob storage
Move services to container apps.
The text was updated successfully, but these errors were encountered: