Content
@
https://opensea.io/collection/dev-21
0 reply
0 recast
2 reactions
Ⓜ️ ohammad ⚡️hosein 🎭
@mhk92
Hello guys, well the smallest part in kubernetes are pods. they are ephemeral. after they terminated, all of their data and ther ip address are gone. so we need deployments to use the self-healing feature, if one goes down another one grow up with new ip address. but how we connect to a pod if their ip are ephemeral?! well we use services, simplly expose a pod or a deployment using a service.
0 reply
0 recast
0 reaction