Skip to content
_index.md 1.03 KiB
Newer Older
Pierre Ozoux's avatar
Pierre Ozoux committed
---
title: Nextcloud example
weight: 3
---

Heard about [Nextcloud](https://nextcloud.com/)? Let's say that we want to deploy a Nextcloud instance for a nice association fighting marketing.

Pierre Ozoux's avatar
Pierre Ozoux committed
Before deploying the Nextcloud, we'll need to list the backing services that would be necessary:
Pierre Ozoux's avatar
Pierre Ozoux committed

 - postgres database
 - redis cache
Pierre Ozoux's avatar
Pierre Ozoux committed
 - smtp relay to send email notifications
Pierre Ozoux's avatar
Pierre Ozoux committed
 - S3 compatible API for object store
 - OpenIdConnect provider for Single Sign On
 - libre office online

Mossroy's avatar
Mossroy committed
This is to deploy a reliable and scalable Nextcloud instance. For the sake of simplicity, let's say that we just need Postgres. But keep in mind, that we have the other backing services too, and that we can use the same paradigms.
Pierre Ozoux's avatar
Pierre Ozoux committed

We'll assume for the rest of the example that you already got a kubernetes cluster running.

Mossroy's avatar
Mossroy committed
The domain name of the association is `fight.marketing`. You already created a namespace `fight-marketing` and added the annotation `domain-name: fight.marketing`.
Pierre Ozoux's avatar
Pierre Ozoux committed

Mossroy's avatar
Mossroy committed
Let's now see how we solve our problem with the [kubernetes operators](/kubernetesoperators/).