kubernetes-service Questions
1
I have a few remote virtual machines, on which I want to deploy some Mongodb instances and then make them accessible remotely, but for some reason I can't seem to make this work.
These are the st...
Magus asked 24/10, 2018 at 21:59
2
I have a Kubernetes service that exposes two ports as follows
Name: m-svc
Namespace: m-ns
Labels:
Annotations: <none>
Selector: app=my-application
Type: ClusterIP
IP: 10.233.43.40
Port: fir...
Isthmian asked 5/10, 2018 at 20:9
4
Solved
In kubernetes I can expose services with service. This is fine.
Lets say I have 1 web instance and 10 java server instances.
I have a windows gateway I'm used to access those 10 java servers insta...
Week asked 3/2, 2016 at 18:13
1
Solved
I cannot talk to a pod from side car container... any help will be appreciated!
Here's my deployment
---
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: sidecar-deployment
spec...
Deledda asked 2/9, 2018 at 0:44
2
Solved
I am new to Kubernetes and wanted to understand how I can expose a service running in Kubernetes to the outside world. I have exposed it using a NodePort on the cluster.
So, for example: A service...
Receptionist asked 11/7, 2018 at 14:53
1
Solved
I understood that
StatefulSet - manages/maintains stable hostname, network ID and persistent storage.
HeadlessService - stable network ID you need to define a headless service for stateful appl...
Mush asked 16/6, 2018 at 19:33
© 2022 - 2024 — McMap. All rights reserved.