Top "Kubernetes-apiserver" questions

Kubernetes: expired certificate

Our Kubernetes 1.6 cluster had certificates generated when the cluster was built on April 13th, 2017. On December 13th, 2017, our cluster was …

kubernetes x509certificate kubernetes-apiserver
403 Forbidden error when trying to access Kubernetes API from a pod

As per this Documentation, I am trying to access the Kuberenetes API from a pod, using the following command curl …

kubernetes google-cloud-platform kubernetes-apiserver
Kubernetes master is returning 401 Unauthorized error

I have installed minikube, kubectl in my laptop. When I run kubectl cluster-info in get the below Kubernetes master is …

kubernetes minikube kubernetes-apiserver
Kubernetes eviction manager evicting control plane pods to reclaim ephemeral storage

I am using Kubernetes v1.13.0. My master is also functioning as a worker-node, so it has workload pods running on …

kubernetes kubernetes-apiserver
kubernetes: api-server and controller-manager cant start

I have a running k8s-cluster, setup with kubeadm. I have the problem, that the api-server and controller-manager pod cant …

docker kubernetes kubernetes-apiserver
How to Enable KubeAPI server for HPA Autoscaling Metrics

I am using Kube version v1.13.0. Since Heapster is depreciated from v1.11 I am stuck in enabling the API server …

kubernetes kubernetes-apiserver
Which API Group in k8s

How do I determine which apiGroup any given resource belongs in? kind: Role apiVersion: rbac.authorization.k8s.io/v1…

kubernetes kubernetes-apiserver
API Server: Unable to authenticate the request due to an error: invalid bearer token

I set up a sample Kubernetes Cluster with 3 master nodes and 2 worker nodes. I tried to connect it to an …

kubernetes keycloak kubernetes-apiserver kubespray