#k8s
Read more stories on Hashnode
Articles with this tag
Generate .key openssl genrsa -out user1.key 2048 Generate .csr(certificate sign request) openssl req -new \ -key user1.key \ -out user1.csr...
Ingress in the simplest way: In Kubernetes, an Ingress is an API object that manages external access to services within a cluster. It acts as a...