29.04.2020 · Nextcloud is made up of two main components: a server container and a database container. Let's start by going over the database. What we've got here is a config file for a Kubernetes Deployment named nextcloud-db. The purpose of this deployment is to make sure that exactly one DB Pod is running at all times.
25.08.2020 · Nextcloud is a private cloud file-sync solution that is pretty easy to set up on classical LAMP infrastructure, however that particular solution isn’t good for scaling horizontally. Kubernetes (or, more affectionately, K8S), the Dev Ops poster child, makes scaling trivial, as long as you can bring your services as close to being stateless as ...
Aug 06, 2018 · In this post I am showing how to set up a Nextcloud on Kubernetes + Ubuntu 18.04. I am running a Nextcloud-instance on a public VM to sync stuff with my phone. Another one (with more data) is only accessible via my LAN/VPN. The first one I am encrypting via Let’s Encrypt (open todo!) and the 2nd one via self-signed certificates.
06.08.2018 · Nextcloud-Docker on Kubernetes-cluster + SSL certificates. Folks, this has taken me ages (ok to be honest – three weeks, which is still a lot ;-)) to get up and running. But finally, I have made it and learned a lot about Docker, Docker-Compose, Nginx and Kubernetes of course.
Hi! I'm new to this forum and to Nexcloud in general. I have set up a Nextcloud server on a Docker container using a Raspberry Pi. This server is personal ...
NextCloud also provides a long list of add-ons working alongside the file sharing solution such as: Calendar & Contacts management, Audio/Video conferencing, Task Management, Photos albums and more. In this article we will learn how to safely install NextCloud on a Kubernetes environment and configure both Desktop and Mobile access from anywhere.
Apr 29, 2020 · Nextcloud is made up of two main components: a server container and a database container. Let's start by going over the database. What we've got here is a config file for a Kubernetes Deployment named nextcloud-db. The purpose of this deployment is to make sure that exactly one DB Pod is running at all times.
Dec 02, 2019 · Nextcloud on Kubernetes nextcloud for kubernetes For more background information check out my blog-post at https://www.andremotz.com/nextcloud-docker-on-kubernetes-cluster-ssl-certificates/ These YAMLs can be used on a Kubernetes-cluster to set-up a Nextcloud using MariaDB and Nginx as a SSL/TLS-Proxy.
15.02.2021 · You can secure an application running on Kubernetes by creating a secret that contains a TLS (Transport Layer Security) private key and certificate. The TLS secret must contain keys named tls. crt…
NextCloud also provides a long list of add-ons working alongside the file sharing solution such as: Calendar & Contacts management, Audio/Video conferencing, Task Management, Photos albums and more. In this article we will learn how to safely install NextCloud on a Kubernetes environment and configure both Desktop and Mobile access from anywhere.
02.12.2019 · These YAMLs can be used on a Kubernetes-cluster to set-up a Nextcloud using MariaDB and Nginx as a SSL/TLS-Proxy. The YAMLs were tested on Ubuntu 18.04 but should be compatible with any Kubernetes-cluster.