# How to Set Up Nextcloud with Docker and Kubernetes

DevFeed: [How to Set Up Nextcloud with Docker and Kubernetes](<https://devfeed.tech/articles/i-think-i-found-a-dropbox-replacement-with-nextcloud-10613.md>)

Original publisher: [Read original article](<https://technotim.com/posts/nextcloud-setup/>)

Author: Techno Tim

Published: 2020-11-07T14:00:00Z

Content type: tutorial

Language: en

Sources: [Techno Tim](<https://devfeed.tech/sources/techno-tim.md>)

Topics: [Nextcloud](<https://devfeed.tech/topics/nextcloud.md>), [Tutorial](<https://devfeed.tech/topics/tutorial.md>), [Docker](<https://devfeed.tech/topics/docker.md>), [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [Authentication](<https://devfeed.tech/topics/authentication.md>)

Tags: [authentication](<https://devfeed.tech/tags/authentication.md>), [docker](<https://devfeed.tech/tags/docker.md>), [dropbox](<https://devfeed.tech/tags/dropbox.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [self-hosted](<https://devfeed.tech/tags/self-hosted.md>), [tutorial](<https://devfeed.tech/tags/tutorial.md>)

## AI overview

A tutorial on setting up Nextcloud with Docker and Kubernetes. It also covers new features, app installation, public exposure, and two-factor authentication using TOTP clients such as Google Authenticator and Authy.

## Source excerpt

Are you thinking about ditching Google apps or looking for a Dropbox replacement? Are you ready to self host your own productivity platform? Well, Nextcloud may be for you! In today's tutorial we'll walk though setting up Nextcloud with Docker and Kubernetes.We'll also walk through some of the new features, installing apps from the app store, exposing this Nextcloud publicly, as well as sett...