I can't access kubernetes python-client using CGI – Apache
I'm trying to access kubernetes API using python-client through CGI programming, the error which I get is, FileNotFoundError: [Errno 2] No such file or directory: '/usr/share/httpd/.kube/config' but the Kube config file is in the home directory. This is my source…