apiVersion: v1
kind: Service
metadata:
name: redis-cache
labels:
role: cache
spec:
type: NodePort
ports:
- port: 6379
targetPort: 6379
selector:
role: cache
TIL NodePort && targetPort
After completing my kubernetes setup, I realise that there is some caveats and stuff to know beforehand :
quagga
and bgpd
ftw.it took me a good week to properly understand and setup, I think this is the minimum learning curve for anybody who want to properly understand what is done and could be done.
POURQUOI le SDN est il obligatoire pour ce genre de shit ?
Un excellent descriptif des différentes solutions networking pour k8s
ça peut être bien puissant avec un haproxy devant et un kubernetes / etcd derrière
ça, je garde sous le coude :)