Questions tagged [bare-metal]

67 questions
1
vote
1 answer

Accessing Kubernetes services in the cluster from outside of the local network - Bare Metal

I'm running a simple bare-metal multi-master "high availability" enviroment with 2 masters and 2 workers, as well as another VM with HAProxy serving as external Load Balancer. My question is: it is possible to access the services (dashboard, ngnix,…
1
vote
1 answer

Why does bgp OPEN message get Connect Socket: Connection reset by peer when node is on a different subnet/gateway

My network setup: Kubernetes network setup With this setup, only nodes on same subnet can establish bgp connection. Other nodes (that do a full 3 way tcp handshake), responds to hte OPEN message with [FIN, ACK] then a [RST] hence the Connection…
tFlolo
  • 11
  • 3
1
vote
1 answer

how to configure ingress controller in kubernetes cluster over bare metal system?

Is there any way to assign static IP to Kubernetes cluster, in which any user can able to access its application over static IP only. for an example, I have set up a cluster over 192.168.0.131 (master), 192.168.0.132(worker1) and…
1
vote
1 answer

Running separate RAID arrays simultaneously... is it possible?

I've just obtained my first real life server. A dell PowerEdge 2970 with 8 HDDs. I did some rudimentary studying on the Internet about RAID configurations and hopped right in. Having read that it was normal to configure the first two drives as RAID…
1
vote
1 answer

Kubernetes Ingress with static IPv4 address

I have set Kubernetes up with kubeadm, bare-metal on Ubuntu Linux instances. These are instances on GCE, but I am not using the specific GKE native cluster service. Each instance (as a node) has a static, external IPv4 address. I am trying to make a…
chris_l
  • 11
  • 1
1
vote
2 answers

Don't log stack-traces from kubelet

I've got something wrong with my Kubernetes node, but it's hard to debug because I get pages and pages of stack trace like Nov 13 10:55:51 corona kubelet[29656]: /workspace/anago-v1.19.4-rc.0.51+5f1e5cafd33a88/src/k8s.io/kubernetes/_ou Nov…
1
vote
1 answer

Does Google allow GCP Kubernetes application deployment to Google Bare Metal directly?

From the google marketplace - https://console.cloud.google.com/marketplace can I deploy an application directly to Google Bare Metal ? - https://cloud.google.com/bare-metal. Especially the applications supported by Anthos like -…
0
votes
1 answer

Virtual Loadbalancer based on Virtual IP

I need to setup K8S in HA Mode on hosted Baremetal. If have a vSwitch Network where I can easily assign internal IPs. Is there a Virtual Linuxbased loadbalancer (Active/Passiv) software that allows me to run in L2 network? Where the Passive LB Node…
0
votes
1 answer

How to automatically set the domain of a host interface in Foreman

I'm currently using Foreman to discover nodes on the network, and to provision bare metal servers. When a node is discovered, and I "Provision" it through the Foreman UI, I always have to specify the "Domain" for the primary host interface that was…
grizzthedj
  • 143
  • 1
  • 2
  • 10
0
votes
1 answer

Windows 2012 R2 Essentials and the Client Restore Service

I have installed the Windows Assessment and Deployment Kit for Windows 10 onto my Windows Server 2012 R2 Essentials system in order to be able to do a full system restore of my Windows 10 Workstations. Unfortunately, when I click Start on the Client…
lankylad
  • 45
  • 1
  • 1
  • 5
0
votes
1 answer

Bare Metal Restoration of Child Domain (Active Directory Issue)

As i have a parent - child domain in my network as the parent is situated in other geographical location and they both are connected via VPN as i was working on a Bare metal backup & restore process and suddenly found out that after taking backup of…
0
votes
1 answer

Virtualizor + VPS Backup (Bare Metal Restore capable) Using rSync 3

I am using virtualizor to manage 3 XEN VPS. Hardware node and each VPS run CentOS 5.x. My backup needs are as follows: 1) I need to be able to bare metal restore the entire hardware node, excluding the VPSes (which would be restored via #2 below) 2)…
Gaia
  • 1,855
  • 5
  • 34
  • 60
0
votes
2 answers

Backing up server and multiple clients

I'm running a Amahi server. It's basically a Fedora14 x64 installation. I'm looking for a good solution to backup my 200GB system drive on the server to an external USB/eSATA drive every night. I looked into using dd but since other things might be…
inquam
  • 179
  • 1
  • 13
0
votes
4 answers

Bare bones backup / restore for single Win 2003 server

I have a single server, Win 2003 Server and would like to setup a system to be able to perform a bare bones restore if needed. (just plug in a cd or smth and get everything back). Ideally the backup could be performed while the is powered so that i…
s.mihai
  • 1,511
  • 6
  • 24
  • 27
0
votes
0 answers

Failed to add worker node on external network to Kubernetes cluster

Hello I am currently running a Kubernetes cluster at home with 1 master node and 1 worker node. I tried to add instances running on Oracle Cloud as worker nodes to this Kubernetes cluster. I port-forwarded all the ports listed in the official…