-
Notifications
You must be signed in to change notification settings - Fork 15.2k
Description
K8s documentation in some places has a good description. Some even with great explanations and varios usable examples. But not in this part....
I as new user of k8s, after first read of this part of documentation trying to apply simple rule.
For example - open connect to some pod on 3306 to other pod on port 80, and access to someserver via ipBlock.
Do i need to set ingress and egress, can i combine rules as list, and how to do it right?
And i have no idea how to make it rigth. Of course, after reading some other information from other portals and watching youtube, i made this rule.
But....why i need documentation that incomplete, unclear and without good examples?
Can you make some popular examples in documentation? Please.
FOR example. 100% popular example with webapp and 8080 port, mysql with 3306, in one example rule and some restricted webapp on 443 port, and backup server in ip range? And add some mandatory rules like 53 for DNS and other.
Or other popular usecases. Like python app with rabbit, or elastic....a lot of them.
As for me - it was easier to understood NP from medium, than from this documentation.