ニュース

I tried to deploy a mysql image on my local Kubernetes that is running on a Kind cluster as the following: I tried kubectl create secret generic mysql-secret --from-literal MYSQL_KEY=11111 and crea ...