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

Obtain create objects for VSI and Bare Metal by datacenter

I am investigating a method using REST API to obtain valid objects I can use on a create of a VSI or Bare Metal in a specific datacenters. Information needed: 1. Private network speed 10Gbs or 1Gbs 2. Machine types supported, if a vGPU is…
0
votes
1 answer

Setup Rancher Hello World on 2 node bare metal cluster

I am trying to set up a K8s cluster using rancher on 2 baremetal servers running centos 7. I created the cluster using rancher UI and then added 2 nodes: - Server 1 that has etcd, controlplane and worker roles - Server 2 has controlplane and…
Santiago Russo
  • 117
  • 1
  • 1
  • 8
0
votes
2 answers

Can I use Role and ServiceAccounts with several namespaces?

I'm trying to connect my k8s cluster to my ceph cluster with this manual: https://akomljen.com/using-existing-ceph-cluster-for-kubernetes-persistent-storage/ I want to deploy rbd-provision pods into kube-system namespace like this…
0
votes
1 answer

Kubernetes Ingress: Why I get different results for same configuration, but different hosts?

I have installed Kubernetes on bare metal and figured out, how to use Ingress and route hosts to my service. But when I use same configuration for different host, I get default backend - 404. Working configuration: apiVersion: v1 kind:…
Mariyo
  • 486
  • 7
  • 15
0
votes
1 answer

Getting started with docker swarm using a bare metal server

So I have already images in my dockerhub which are ready to use as I have already setup a kubernetes cluster on a server. My next step is to achieve something similar using docker swarm. I do not really know how to get started so I am asking in…
elp
  • 840
  • 3
  • 12
  • 36
0
votes
1 answer

How the check the order status in SL?

This is my code to place a baremetal server. The placeOrder function will return the order receipt. Then I check the order status from SL portal and it was changed to approved. My question is do we have any API's to check when the baremetal server…
-1
votes
1 answer

How do I expose my WebAPI using NodePort (or other method) so that the public net can hit it?

I am trying to host a WebApi on K8s using deployments and service. I want my API to be publicly accessible from the public net using the Public IP of the node. I have this cluster on a Cloud provider's VM. Like bare metal but on cloud VMs. I have…
-1
votes
1 answer

Problem with running a aws cloud kubernetes project in local 2-node kubernetes cluster

I am trying to run this project configured for AWS cloud deployment in my local cluster environment. In the cloud deployment, it is configured using Kubernetes CLI (kubectl) and kops (a tool to create & manage Kubernetes clusters on public cloud…
-1
votes
2 answers

Expose application on kubernetes using nginx ingress controller - baremetal way

I'm new to K8s trying to access the app by IP. Below is the situation - Cluster is ready, 1 master node and 1 worker node, pods are with running status installed nginx ingress controller with help of this doc now I'm able to access worker node…
-1
votes
1 answer

For on-premise cluster, what is the recommended solution for load-balancing?

I have a k8s cluster, and need to host a few websites, currently I am using host network way to proxy the traffic. However, as the traffic grows, I will need a more scalable solution to load balance traffic. I have tried some tutorials on the…
-2
votes
1 answer

Kubernetes Pods status 0/1 after reboot on ESXi host

I'm installing bare metal one node Kubernetes cluster on virtual machine using Ansible playbook As virtualization host I'm using ESXi 8.0 and Hyper-V (on Windows 11), OS is RHEL 8.4, calico is network plugin that i use Problem is that after virtual…
-2
votes
1 answer

configure awscli and ecr login for kubernetes cluster on bare metal

I have done a kubernetes bare metal deployment. In which I have to go to every worker-node and configure awscli and ECR login. Can we have solution using kubernetes where we can get the aws configure for all the worker node and login ecr .
Charvee Punia
  • 423
  • 1
  • 6
  • 17
-2
votes
1 answer

REST : suggestions on collecting firmware version details from Softaleyr API

Is there any way to collect firmware version from all the bare metal servers using slcli command line or using any other API method ? I have already gone through the following links https://softlayer.github.io/reference/softlayerapi/…
1 2 3
4