Skip to main content

All Questions

Filter by
Sorted by
Tagged with
-1 votes
4 answers
80 views

How can I detect which hyperscaler is running my Kubernetes cluster?

I have to configure an application running on Kubernetes, and I do not have access to any hyperscaler-specific management infrastructure. How can I figure out whether my cluster runs on one of the big ...
chris_f's user avatar
  • 1,208
0 votes
1 answer
107 views

MiniKube ExternalName access issue

I went through following resources for a week, but of no use: All the StackOverflow ExternalName access issues Kubernetes ExternalName documentation Many YouTube videos about ExternalName Many ...
Syed Rafey Husain's user avatar
-1 votes
1 answer
197 views

Kubernetes Secrets per user

Each person who uses K8 has their own account for a NAS. If a pod needs to write to the NAS, it access the credentials from that user's secret. I do not want users to be able to see other people's ...
Alistair McCutcheon's user avatar
0 votes
1 answer
4k views

If a container or pod exceeds its memory limit(OOMKilled-137), Does that Pod get rescheduled to another Node or what happened?

Base on my understanding about Kubernetes ,if pod consumes more memory than it mentioned limit. E.g. If mentioned limit is 128Mi,But Pod try to consume memory > 128Mi Then it becomes crashloopback ...
rangana dilhara's user avatar
0 votes
1 answer
546 views

How can I get KubeVirt to work on AKS or GKE?

Has anyone been able to get KubeVirt (basically VM in a container) to work with either Azure Kubernetes Serivce (AKS) or Google Kubernetes Enginer (GKE) ? I am getting started with KubeVirt and ...
user1074593's user avatar
1 vote
0 answers
184 views

CrashLoopBackOff when upgrading Node and Angular versions and deploying on Kubernetes

I am in the process of upgrading the Node and Angular versions of my project. Locally, everything works fine, but when I deploy the files to Kubernetes, I encounter the following error when trying to ...
user264953's user avatar
  • 1,967
0 votes
1 answer
761 views

Finding running pod per node in GCP using Metrics Explorer

I am working on shifting from AKS to GKE. In AKS it is very easy to find running pods per Node using below KQL. KubePodInventory | summarize count() by Computer However I am not able to find same in ...
ron.thakkar's user avatar
0 votes
0 answers
463 views

TLS certificate issue when KEDA trying to scale-up

We are migrating from Azure to GCP. Our application is running in AKS. We use KEDA to scale up / create pods whenever there is a Message in Rabbit MQ. We are using https protocol configured in KEDA ...
ron.thakkar's user avatar
1 vote
1 answer
754 views

Can I expose multiple Kubernetes services on the same external IP?

I have several image do different thing. Now, I expose them like these commands: kubectl create deployment work_deployment_1 --image=username/work_image_1:0.0.1-SNAPSHOT kubectl expose deployment ...
hlx's user avatar
  • 61
0 votes
1 answer
1k views

Kubernetes upgrade failing because of PodDrainFailure error

I am working on my AKS cluster upgrade which fails because of PodDrainFailure error. I see "Allowed Disruptions" for one of my PDB is zero which can be an issue here. I checked my deployment ...
Susheel Bhatt's user avatar
6 votes
2 answers
3k views

Why there is no concept of nodepool in Kubernetes?

I can see GKE, AKS, EKS all are having nodepool concepts inbuilt but Kubernetes itself doesn't provide that support. What could be the reason behind this? We usually need different Node types for ...
Abhinavece's user avatar
0 votes
1 answer
112 views

Affinity at container level?

I have a daemonset which has a Pod, in that pod I wish to have two containers, a and b. However, I wish to deploy a to all nodes, but b is only needed to nodes satisfying certain selectors. a and b ...
Fermat's Little Student's user avatar
1 vote
1 answer
220 views

How to make the Kubernetes volumes cloud agnostic?

Currently, my Kubernetes cluster is provisioned via GKE. I use GCE Persistent Disks to persist my data. In GCE, persistent storage is provided via GCE Persistent Disks. Kubernetes supports adding them ...
Mikolaj's user avatar
  • 1,929
0 votes
1 answer
270 views

Kubernetes Podspec for Privileged Container and volume mounts of /mnt and /dev of container

I am able to run following plain docker command and volumes are created and mapped.This is privileged container. docker run -d --network host --name test_container --volume test_volume:/mnt --...
Jayashree Madanala's user avatar
0 votes
2 answers
1k views

How to deploy varnish on aks/gke/eks?

I am trying to create a scalable varnish cluster on some managed Kubernetes services (azure's, google's, or amazon's Kubernetes service) but I'm having trouble getting started. Any advice or ...
tim kelly's user avatar

15 30 50 per page