# Portainer 2.0: Installing and Managing Kubernetes with k3s, k3d, and kubectl

DevFeed: [Portainer 2.0: Installing and Managing Kubernetes with k3s, k3d, and kubectl](<https://devfeed.tech/articles/portainer-2-0-now-with-more-kubernetes-10632.md>)

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

Author: Techno Tim

Published: 2020-08-29T14:00:00Z

Content type: tutorial

Language: en

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

Topics: [Portainer](<https://devfeed.tech/topics/portainer.md>), [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [Tutorial](<https://devfeed.tech/topics/tutorial.md>), [k3s](<https://devfeed.tech/topics/k3s.md>), [kubectl](<https://devfeed.tech/topics/kubectl.md>)

Tags: [commands](<https://devfeed.tech/tags/commands.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [k3s](<https://devfeed.tech/tags/k3s.md>), [kubectl](<https://devfeed.tech/tags/kubectl.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [portainer](<https://devfeed.tech/tags/portainer.md>), [tutorial](<https://devfeed.tech/tags/tutorial.md>)

## AI overview

A step-by-step tutorial for installing Portainer 2 with Kubernetes. It sets up k3s using k3d, installs kubectl, launches Portainer, and runs a Minecraft server in Kubernetes as a proof of work.

## Source excerpt

What's new in Portainer 2.0? Well, a ton.With the release of Portainer 2 you now have the option to install Kubernetes.This makes installing, managing, and deploying Kubenetes really easy.In this step by step tutorial, we'll start with nothing and end up with a fully working Portainer 2 server running Kubernetes.We'll set up k3s using k3d, install kubectl, and then spin up Portainer.As an adde...