github.com/fafucoder/cilium@v1.6.11/Documentation/gettingstarted/index.rst (about)

     1  .. only:: not (epub or latex or html)
     2  
     3      WARNING: You are looking at unreleased Cilium documentation.
     4      Please use the official rendered version released here:
     5      http://docs.cilium.io
     6  
     7  .. _gs_guide:
     8  
     9  Getting Started Guides
    10  ======================
    11  
    12  The following is a list of guides that help you get started with Cilium. The
    13  guides cover the installation and then dive into more detailed topics such as
    14  securing clusters, connecting multiple clusters, monitoring, and
    15  troubleshooting. If you are new to Cilium it is recommended to read the
    16  :ref:`intro` section first to learn about the basic concepts and motivation.
    17  
    18  .. _gs_install:
    19  
    20  Installation
    21  ------------
    22  .. toctree::
    23     :maxdepth: 1
    24     :glob:
    25  
    26     k8s-install-sandbox
    27     k8s-install-self-managed
    28     k8s-install-managed
    29     k8s-installers
    30     cni-chaining
    31  
    32  Security Tutorials
    33  ------------------
    34  
    35  .. toctree::
    36     :maxdepth: 1
    37     :glob:
    38  
    39     http
    40     dns 
    41     kafka
    42     grpc
    43     elasticsearch
    44     cassandra
    45     memcached
    46     aws
    47  
    48  Advanced Networking
    49  -------------------
    50  .. toctree::
    51     :maxdepth: 1
    52     :glob:
    53  
    54     aws-eni
    55     kube-router
    56     clustermesh
    57     flannel-integration
    58     ipvlan
    59     encryption
    60     host-services
    61     nodeport
    62     kubeproxy-free
    63     kata-gce
    64     ipam
    65  
    66  Operations
    67  ----------
    68  
    69  .. toctree::
    70     :maxdepth: 1
    71     :glob:
    72  
    73     grafana
    74     identity-relevant-labels
    75  
    76  Istio
    77  -----
    78  
    79  .. toctree::
    80     :maxdepth: 1
    81     :glob:
    82  
    83     istio
    84  
    85  Other Orchestrators
    86  -------------------
    87  
    88  .. toctree::
    89     :maxdepth: 1
    90     :glob:
    91  
    92     docker
    93     mesos
    94  
    95  The best way to get help if you get stuck is to ask a question on the `Cilium
    96  Slack channel <https://cilium.herokuapp.com>`_.  With Cilium contributors
    97  across the globe, there is almost always someone available to help.