Kubernetes on Ubuntu 16.04


 
Thread Tools Search this Thread
Operating Systems Linux Kubernetes on Ubuntu 16.04
# 1  
Old 12-12-2016
Kubernetes on Ubuntu 16.04

Now trying to install Kubernetes on Ubuntu 16.04. Managed to install etcd and flannel however I am hitting multiple issues installing Kubernetes itself. This seems to be very straight forward on CentOS 7 as it already have the packages.

Does anyone tried having a successful install in Ubuntu 16.04? Also, another question about flannel. Aside from connecting to another pods, is there any other use for it? I am thinking of the performance as it encapsulates traffic and adds another abstraction.

Last edited by jim mcnamara; 12-17-2016 at 11:48 AM..
# 2  
Old 12-17-2016
FWIW - you need flannel for networking containers I believe.

Versions you have are:
etcd 2.2.1, flannel v0.5.5, k8s version is 1.2.0.

Right?
# 3  
Old 12-21-2016
I managed to make this work by using weave and kubeadm instead. I also find it easier to install everything out of the box on RH derivatives such as CentOS or even RH 7.3.

Was able to play around a bit having pods, rcs and service. I have some difficulty understanding how an IP will persist on a service. I used loadbalancer as type and configured an external IP with one of the pod. It works as a load balancer without any issue but what is the best approach for keeping a persistent IP so that it survives a node failure where the external IP is set to?
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Ubuntu

Re-install Ubuntu 14.04 from system with Ubuntu on it

I need to re-install ubuntu on a system with ubuntu 14.04 already installed. I have the cd but can not seem to boot from it or find the installer. Is there a way to re-install from the command line or how do I do a fresh re-install? Thank you :) ---------- Post updated at 10:13 AM... (2 Replies)
Discussion started by: cmccabe
2 Replies

2. UNIX for Dummies Questions & Answers

help with new ubuntu

hi, i have had it with windows. i downloaded ubuntu desktop edition on my c drive. i downloaded it on windows. when starting, it asks me if i want to start windows or ubuntu. i have a question? when booting and installing for the first time it got to 63 percent and stayed there till i unplugged... (1 Reply)
Discussion started by: hobiwhenuknowme
1 Replies

3. Ubuntu

[UBUNTU] mount.nfs fails in Ubuntu / Works on Red Hat!!!

Gurus, I want log in locally to my Lucid (10.04) workstation and have my code saved over the network on my samba account At work, all developers have samba user ids and when we were running Red Hat, we went thru the following procedure to get setup. * open a shell session to NFS server... (2 Replies)
Discussion started by: alan
2 Replies

4. Ubuntu

Ubuntu / Ubuntu File Manager / Config

I am using Ubuntu 9.10 with Gnome 2.28. I use the default Nautilus File Manager to view / manage files. Is there a way to add icons or customize the icons that are above the location bar and below the menus? There is a bar that has icons for "Back" "Forward" "Parent" above the location bar. I... (6 Replies)
Discussion started by: drewk
6 Replies

5. Ubuntu

XP and Linux (Ubuntu) on same disk, Can I install Ubuntu on not-yet partitioned portion of disk?

My PC (Esprimo, 3 yeas old) has one hard drive having 2 partitions C: (80 GB NTFS, XP) and D: (120 GB NTFS, empty) and and a 200 MB area that yet is not-partitioned. I would like to try Ubuntu and to install Ubuntu on the not-partitioned area . The idea is to have the possibility to run... (7 Replies)
Discussion started by: C.Weidemann
7 Replies

6. UNIX for Dummies Questions & Answers

Would like to install x86 desktop Ubuntu over AMD64 Ubuntu server

My intention was to build a dual boot XP Pro 64 and Ubuntu media server. I had installed the AMD64 version of Ubuntu 8.10 server and thought that I would be able to install Apache server. I need a GUI to work in. I tried to boot and install Mythbuntu 32 bit 8.10, but my machine now won't recognize... (0 Replies)
Discussion started by: docflyboy
0 Replies
Login or Register to Ask a Question