github.com/datadog/cilium@v1.6.12/examples/getting-started/README.rst (about)

     1  Getting Started with Vagrant
     2  ============================
     3  
     4  This is a simple Vagrant environment to experiment with Cilium. To get started,
     5  simply run ``vagrant up`` and then log into the VM with ``vagrant ssh``.
     6  
     7  For further instructions, please see the `Getting started guide`_.
     8  
     9  .. _Getting started guide: https://cilium.readthedocs.io/en/latest/gettingstarted/docker
    10  
    11  ::
    12  
    13      $ vagrant up
    14      Bringing machine 'default' up with 'virtualbox' provider...
    15      [...]
    16      ==> default: cilium-kvstore is up-to-date
    17      ==> default: Recreating cilium
    18      ==> default: Recreating cilium-docker-plugin
    19  
    20      $ vagrant ssh
    21      Welcome to Ubuntu 18.04.1 LTS (GNU/Linux 4.15.0-29-generic x86_64)
    22      [...]
    23  
    24      vagrant@vagrant:~/cilium/examples/getting-started$ cilium status
    25      KVStore:                Ok         Consul: 172.18.0.2:8300
    26      ContainerRuntime:       Ok         docker daemon: OK
    27      Kubernetes:             Disabled
    28      Cilium:                 Ok         OK
    29      NodeMonitor:            Disabled
    30      Cilium health daemon:   Ok
    31      IPv4 address pool:      3/65535 allocated
    32      IPv6 address pool:      2/65535 allocated
    33      Controller Status:      13/13 healthy
    34      Proxy Status:           OK, ip 10.15.0.1, port-range 10000-20000
    35      Cluster health:   1/1 reachable   (2018-12-20T15:06:09Z)
    36