I am running SUSE Linux Enterprise Server 12 SP2. I want to install Kubernetes.
I tried this command: zypper in kubernetes
But I got this message: No provider of 'kubernetes' found.
I downloaded this file: http://download.opensuse.org/repositories/Virtualization:/containers/SLE_12_SP2/src/kubernetes-1.5.3-8.2.src.rpm
I used: rpm -ivh kubernetes-1.5.3-8.2.src.rpm
But there is no evidence that Kubernetes is installed.
I found a relevant .ymp file.
http://software.opensuse.org/ymp/Virtualization:containers/SLE_12_SP2/kubernetes.ymp
But I do not know how to use it.
How do I install Kubernetes on Linux SUSE?