Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Architecture

How to install 

1. Download OpenStack devstack 

...

3. run ./stack.sh 

4. Done!

How to test

The tutorial follows the video http://superuser.openstack.org/articles/networking-kubernetes-kuryr.

...

3. Login to a VM and try to ping to the container IP address.


Future work

Kubernetes pods communicate with external nodes using the service IP address, and Kuryr-Kubernetes uses the load balancer for that purpose (see below). As the load balancer, we can choose the Octavia or HA proxy in the default kuryr-kubernetes implementation.

...