摘要:Python implement algorithm Bubble sort: # Bubble sort mylist = [3, 6, 9, 2, 5, 8, 1, 4, 7] def bubblesort(mylist): for i in range(len(mylist)): for j 阅读全文
6 - Install Docker on both k8s-master and k8s-node1
2021-06-08 21:03 by WayneWei, 50 阅读, 0 推荐, 收藏, 编辑
摘要:Prerequisites: Node OS IP k8s-master CentOS7 192.168.137.161 k8s-node1 CentOS7 192.168.137.162 Install Docker on CentOS: Setup software package, by ru 阅读全文
5 - CentOS system configuration before k8s installation
2021-06-08 19:49 by WayneWei, 41 阅读, 0 推荐, 收藏, 编辑
摘要:Prerequisites: Node OS IP k8s-master CentOS7 192.168.137.161 k8s-node1 CentOS7 192.168.137.162 Now we have 2 working CentOS virtual machine, which can 阅读全文
4 - Configure network connectivity for Virtual machine
2021-06-05 08:56 by WayneWei, 81 阅读, 0 推荐, 收藏, 编辑
摘要:Prerequisites: CentOS7 virtual machine on Hyper-V Now we have a working CentOS7 virtual machine on Hyper-V. Let's configure the network for it, then w 阅读全文
3 - Install CentOS with Virtual Machine
2021-06-05 07:28 by WayneWei, 57 阅读, 0 推荐, 收藏, 编辑
摘要:Prerequisites: Hyper-V Virtual machine CentOS7 iso image Install CentOS on Hyper-V Virtual machine: Launch virtual machine k8s-master.Highlight vitual 阅读全文
2 - Provision Virtual machine with Hyper-V
2021-06-04 23:17 by WayneWei, 63 阅读, 0 推荐, 收藏, 编辑
摘要:Prerequisites: Windows 10 Hyper-V Virtual machine parameters: Memory 2GB Hard Drive 20GB Provisioning: Launch Hyper-V, click on new > Virtual Machine 阅读全文
1 - Enable and launch Hyper-V
2021-06-04 22:40 by WayneWei, 64 阅读, 0 推荐, 收藏, 编辑
摘要:Prerequisites: Windows 10 To keep our system simple and clear, always utilize embeded functions and features. For provision Virtual Machine on Windows 阅读全文