kubernetes

  1. Z

    Docker multi host setup

    Hi, I'm planning on setting up some docker containers on my home and small business network, and since I'm not an expert, I looking for some opinions on how to do it the way I'm thinking about it. Basically let's say that I would prefer not to have a monster VM running all docker containers...
  2. A

    Advice/recommendations for new 100TB+ 10Gig rackmount NAS build for Plex, Rancher, Proxmox, and more

    Build’s Name: Friday (Proxmox cluster is named Jarvis so thinking of something related) Operating System/ Storage Platform: TrueNAS (core or scale, not sure which is best here) CPU: unknown Motherboard: unknown Chassis: Supermicro 847 24 or 36-bay Drives: 8-12x 16TB WD Gold HDDs + SSD pool +...
  3. B

    Kubernetes.First pod

    Hi, Hello. I'm starting to learn kubernetes and I came up with a task for myself: to deploy a pod with a standard container from a Docker. The test cluster and the test namespace. Was my plan correct ? : 1) install Docker 2) Download nginx image (docker pull nginx) 3) Create file...
  4. B

    Kubernetes Namespaces

    Hi, I'm starting to learn Kubernetes. Namespace namespace. Namespaces / / Kubernetes supports multiple virtual clusters supported by the same physical cluster. These virtual clusters are called namespaces. That is, namespace is a virtual cluster and each has its own master and nodes ? Or just a...
  5. P

    Reorganize our infrastructure for OpenShift/Kubernetes

    Hello, As I don't have a lot of experience setting up OpenShift and Kubernetes, I'm asking for help here as a way to brainstorm and find creative way to leverage our existing infrastructure. As a new initiative to embrace Docker, we start dockerizing all our software and we are deploying them...