kubernetes-networking Questions

3

I used kubernetes hard way and managed to deploy a cluster successfully with kubernetes 1.18.6 I used vmware and kubernetes 1.18.6. I deployed metric-server and kubernets dashboard I used thi...

3

Solved

When I define e.g. a deployment in Kubernetes there is a section with a list of containers and each of them contains an array of ports, e.g.: apiVersion: apps/v1 kind: Deployment spec: template: ...

5

Solved

I have created a cluster of three nodes: one master, two minions. How to check the cluster IP in Kubernetes? Is it the IP of the master node?

5

Solved

I am trying to isolate my pods in namespace from other namespaces. I have tried to create a NetworkPolicy: apiVersion: networking.k8s.io/v1 kind: NetworkPolicy metadata: name: deny-from-other-name...

1

Solved

I have a service running on kubernetes exposed via nodeport like so: test-service NodePort 100.100.246.5 <none> 30005:30005/TCP That service is reachable from other nodes and is working prop...
Temuco asked 3/3, 2021 at 14:25

1

Hi Installed Kubernetes using kubeadm in centos When i create the deployment using type Load Balancer in yaml file the External Ip is Pending for Kubernetes LB it is stuck in Pending state NAME T...
Idiographic asked 1/10, 2019 at 10:21

1

Solved

I have 2 pods running on 2 nodes, each pod runs in different node. These nodes are on the same subnet and can TCP/UDP/ICMP themselves. These pods got some hostnames, ie: drill-staging-75cddd78...
Leukemia asked 9/12, 2019 at 23:42
1

© 2022 - 2024 — McMap. All rights reserved.