Questions tagged [cloud-bare-metal]

This tag is for the cloud use of the term bare-metal. Bare metal means no operating system. Cloud computing uses it to mean fewer operating systems.

This tag is for the cloud use of the term bare-metal. Bare metal means no operating system. Cloud computing uses that term to mean fewer operating systems rather than no operating system.

see also

15 questions
5
votes
2 answers

How to configure a kubernetes bare-metal ingress controller to listen to port 80?

I have a kubernetes setup with 1 master and 1 slave, hosted on DigitalOcean Droplets. For exposing my services I want to use Ingresses. As I have a bare metal install, I have to configure my own ingress controller. How do I get it to listen to port…
Jasper
  • 363
  • 2
  • 10
5
votes
3 answers

Difference between bare metal (hypervisor based) and host virtualization types

What is the difference between bare-metal (hypervisor-based) and host virtualization types ?
4
votes
3 answers

How to access kubernetes service externally on bare metal install

Trying to make a bare metal k8s cluster to provide some services and need to be able to provide them on tcp port 80 and udp port 69 (accessible from outside the k8s cluster.) I've set the cluster up using kubeadm and it's running ubuntu 16.04. How…
R Tweed
  • 41
  • 2
  • 3
2
votes
2 answers

Kubernetes bare metal NFS PVs error with elasticsearch helm chart

I deployed Kubernetes on a bare metal dedicated server using conjure-up kubernetes on Ubuntu 18.04 LTS. This also means the nodes are LXD containers. I need persistent volumes for Elasticsearch and MongoDB, and after some research I decided that the…
1
vote
0 answers

Use LoadBalancer for bare metal single node kubernetes clusters

Environment: Ubuntu 18.06 bare metal, set up the cluster with kubeadm (single node) I want to access the cluster via port 80. Currently I am able to access it via the nodePort: domain.com:31668/ but not via port 80. I am using metallb Do I need…
elp
  • 840
  • 3
  • 12
  • 36
1
vote
1 answer

Generating CentOS image for Openstack Ironic Boot Failure

I am trying to create a custom CentOS image to be used as an image for Openstack Ironic. I am following the guide here: https://docs.openstack.org/image-guide/centos-image.html. I created the image, and deploy it on my baremetal server. On the…
CSLser
  • 193
  • 1
  • 11
1
vote
1 answer

Can I add secondary gpu to baremetal server

Can I add secondary or another GPU to bare metal server, I tried to get the price details to confirm the same but getting following error slcli order place --verify --billing monthly --complex-type…
Ahamad
  • 11
  • 1
1
vote
1 answer

Load Balancing Applications in Kubernetes Bare-Metal

I've been looking at setting up an Ingress controller for a bare-metal Kubernetes cluster. I started looking at Ingress controllers, but these seem to only work well for HTTP services that are reachable via port 80 or 443. If you need to expose a…
1
vote
3 answers

To virtualize or not to virtualize a bare metal server for a kubernetes deployment

I'd like to deploy kubernetes on a large physical server (24 cores) and I'm uncertain as to a number of things. What are the pros and cons of creating virtual machines for the k8s cluster other than running on bare-metal. I have the following…
Jonathan
  • 10,792
  • 5
  • 65
  • 85
0
votes
1 answer

Setup a kubernetes cluster with bare metal servers from different subnets

What I am doing right now: I own many VPS which I use to deploy applications with Docker compose, most of the machines come from different subnets and have a public static IP address. For each new application I would pick a random VPS, assign the…
curiouscupcake
  • 1,157
  • 13
  • 28
0
votes
1 answer

Configuring Istio, Kubernetes and MetalLB to use a Istio LoadBalancer

I’m struggling with the last step of a configuration using MetalLB, Kubernetes, Istio on a bare-metal instance, and that is to have a web page returned from a service to the outside world via an Istio VirtualService route. I’ve just updated the…
sturmstrike
  • 587
  • 1
  • 7
  • 15
0
votes
1 answer

Does Kubernetes installation always needs Docker?

I have two questions regarding running Kubernetes on bare-metal say "Fedora" 1) Does Running Kubernetes always need Docker on bare-matel? 2) Can we run it using cri-o which provides a CRI compliant runtime for kubernetes on bare-matel? 3) What are…
0
votes
2 answers

Unable to assign security group to Bare Metal server in IBM Bluemix

I have started one bare metal server in IBM Bluemix, the server is Up and Running. But I am unable to open the port, I want allow_all traffic to be enabled on bare metal servers. I can see there are pre-configured security groups, but I am not able…
Ajay
  • 775
  • 5
  • 19
0
votes
1 answer

Softlayer JAVA API sample to get all the configurations for “Hourly/Pre-set Configuration Bare Metal Servers”

I'm trying to get all the configurations for hourly bare metal servers on SoftLayer, but failed. Is there a Java sample for it? What I want to get is the items like in the following link (DataCenter name, OS list, CPU/GPU list,…
-4
votes
2 answers

Hyper-v backup solution

Can I install Hyper-V in Linux? Suppose our Hyper-V Manager install in windows server . Do I able to backup on Linux? What will be the best solution to backup Hyper-V Manager?