To install a development setup for kubernetes an easy option is to use https://github.com/oracle/vagrant-boxes/tree/master/OLCNE.
All we need is virtualbox and vagrant installation, clone the above git repo and run vagrant up.
By default it creates a k8s cluster with 1 master and 2 worker nodes.
As of today it installs OEL 7.8 with k8s 1.17.4.
[vagrant@master1 ~]$ kubectl get no
NAME STATUS ROLES AGE VERSION
master1.vagrant.vm Ready master 3h35m v1.17.4+1.0.1.el7
worker1.vagrant.vm Ready 3h34m v1.17.4+1.0.1.el7
worker2.vagrant.vm Ready 3h34m v1.17.4+1.0.1.el7
[vagrant@master1 ~]$ cat /etc/oracle-release
Oracle Linux Server release 7.8
All we need is virtualbox and vagrant installation, clone the above git repo and run vagrant up.
By default it creates a k8s cluster with 1 master and 2 worker nodes.
As of today it installs OEL 7.8 with k8s 1.17.4.
[vagrant@master1 ~]$ kubectl get no
NAME STATUS ROLES AGE VERSION
master1.vagrant.vm Ready master 3h35m v1.17.4+1.0.1.el7
worker1.vagrant.vm Ready
worker2.vagrant.vm Ready
[vagrant@master1 ~]$ cat /etc/oracle-release
Oracle Linux Server release 7.8
No comments:
Post a Comment