Questions tagged [bare-metal-server]

A 'bare-metal server' is a computer server that is a 'single-tenant physical server'. This is different from bare-metal programming which means no operating system.

https://en.wikipedia.org/wiki/Bare-metal_server

is for programming on a system without an operating system.

is for another use of the term bare-metal/baremetal/bare metal.

58 questions
0
votes
1 answer

Alternatives to using remote-exec in terraform vmware

I'm provisioning servers in a bare metal environment that uses vmware to virtualize the machines. In this scenario I need to use alternatives in the use of remote-exec, this happens because I have restrictions. What is the suggestion for me to be…
0
votes
1 answer

Trying to expose plain TCP with nginx-ingress-controller on Kubernetes Bare-Metal

I'm currently learning kubernetes bases and i would like to expose a mongodb outside of my cluser. I've setting up my nginx ingress controller and followig this doc to expose plain TCP connexion. This is my Ingress Service configuration…
0
votes
1 answer

Services not accesible from K8s node (MetalLB Layer2)

I have bare-metal deployed Kubernetes cluster on VMware vSphere private cloud. Spec: OS: Ubuntu 20.04.3 Cloud Image (Also trying 18.04 and 21.04) Kubernetes: 1.23.1 (Also trying 1.21.8) - depolyed with kubeadm and kube-proxy (with strictARP and…
0
votes
2 answers

Unable to access app running on pod inside cluster using nginx Ingress controller

I'm using this nginx ingress controller on Hetzner server. After installation of ingress controller, I'm able to access the worker node by its IP, but not able to access the app running on pod inside the cluster. am I missing something? Are Ingress…
0
votes
1 answer

Bare Metal - Google

Can we use Stackdriver for Oracle database monitoring on bare metal solution in GCP? My Scenario: I want to install Oracle database on bare metal server. Google does say that all the Google Cloud's services can be used with the bare metal solution.…
0
votes
1 answer

Sentinel stateful set schedule fail, can't find persistent volumes to bind

Good afternoon I really need some help getting a group of sentinels up so that they can monitor and perform elections for my redis pods, which are running without issue. At the bottom of this message I have included the sentinel config, which spells…
0
votes
1 answer

Traefik 2 howto basicauth non docker service?

I have a working setup here that uses dnsmasq for DNS, runs both a dockerized service (whoami) and a bare metal service (ruby -run -e httpd . -p 3000). The configuration redirects to https just fine, names resolve just fine. Also note that I use a…
0
votes
1 answer

How to deploy deployments in multiple nodes in kubernetes?

i have a bare-metal kubernetes cluster with 1 master node and 4 worker nodes. I want to deploy my deployment objects on every 4 worker nodes but i can't. I try nodeSelector but looks like it only works on last key:value pair label. Please help me.
Dante
  • 41
  • 4
0
votes
1 answer

JUJU bootstrap error failed to bootstrap model: cannot start bootstrap instance in availability zone "default":

I have the following setup: Openstack Stein installed with: VMA is 1 VM that has installed a MAAS 2.7.0 server and JUJU 2.7.6-bionic-amd64 VMB is 1 VM to be used as a JUJU controller I commissioned the VMB onto the MAAS server on VMA and it is now…
jbacelo
  • 81
  • 2
  • 8
0
votes
2 answers

Kubernetes cluster on bare metal by kubeadm

I'm trying to create a single control-plane cluster with kubeadm on 3 bare metal nodes (1 master and 2 workers) running on Debian 10 with Docker as a container runtime. Each node has an external IP and internal IP. I want to configure a cluster on…
fish
  • 27
  • 1
  • 2
0
votes
1 answer

Inter-Cluster Service Discovery in Bare Metal Kubernetes Machines

I am exploring options for service discovery in my new project. So here is how it is : I have multiple bare metal Kubernetes (Linux) machines, with no cloud providers. I have multiple Kubernetes clusters, for this example lets name them Cluster-1…
0
votes
1 answer

Can we increase number of pods per node in Kubernetes?

I've deployed Kubernetes cluster on my local machine.The default allocatable pods in Kubernetes are 110. I want to increase the number of pods per node in my cluster.Can anyone let me know if it's possible ? If yes, how can we do it?
pikubhai
  • 7
  • 1
  • 4
0
votes
2 answers

Is there any Enterprise Orchestration tool apart from OpenShift for Bare metal environment?

I am trying to find an Enterprise Orchestration tool for managing container over my single Bare Metal server. Open Shift is not fine for my environment. It would be great if anyone can suggest me other enterprise tools for the same.
0
votes
1 answer

Kubernate: Unable to ping pod ip on other node

Pod ips are only pinging from same node. When i try pinging pod ip from other node/worker its not pinging. master2@master2:~$ kubectl get pods --namespace=kube-system -o wide NAME READY STATUS RESTARTS …
piyush
  • 418
  • 1
  • 4
  • 13
0
votes
0 answers

Docker containers running terribly slow on baremetals, however system resources under utilised

We have multiple baremetal servers part of our dockers and Openshfit(kubernetes) cluster. For some reason the underlying pods are extremely slow only with BM Nodes, the traditional VMs hosted on exsi servers work flawless. the pods take up very…
Rohit C
  • 19
  • 4