istio.io/content/_index.md

5.7 KiB
Raw Blame History

title
Istio
{{< inline_image "landing/istio-logo.svg" >}}

Istio

Connect, secure, control, and observe services.

<div class="container-fluid">
    <div class="row justify-content-center">
        <div id="card1" class="card">
            <a href="/docs/concepts/traffic-management/">
                <div class="card-img-top">
                    {{< inline_image "landing/routing-and-load-balancing.svg" >}}
                </div>
                <div class="card-body">
                    <hr class="card-line">
                    <h5 class="card-title text-center">Connect</h5>
                    <hr class="card-line">
                    <p class="card-text">
                        Intelligently control the flow of traffic and API calls between services, conduct a range of tests, and upgrade gradually with
                        red/black deployments.
                    </p>
                </div>
            </a>
        </div>

        <div id="card2" class="card">
            <a href="/docs/concepts/security/">
                <div class="card-img-top">
                    {{< inline_image "landing/resiliency.svg" >}}
                </div>
                <div class="card-body">
                    <hr class="card-line">
                    <h5 class="card-title text-center">Secure</h5>
                    <hr class="card-line">
                    <p class="card-text">
                        Automatically secure your services through managed authentication, authorization, and encryption of communication between
                        services.
                    </p>
                </div>
            </a>
        </div>

        <div id="card3" class="card">
            <a href="/docs/concepts/policies-and-telemetry/">
                <div class="card-img-top">
                    {{< inline_image "landing/policy-enforcement.svg" >}}
                </div>
                <div class="card-body">
                    <hr class="card-line">
                    <h5 class="card-title text-center">Control</h5>
                    <hr class="card-line">
                    <p class="card-text">
                        Apply policies and ensure that theyre enforced, and that resources are fairly distributed among consumers.
                    </p>
                </div>
            </a>
        </div>

        <div id="card4" class="card">
            <a href="/docs/concepts/policies-and-telemetry/">
                <div class="card-img-top">
                    {{< inline_image "landing/telemetry-and-reporting.svg" >}}
                </div>
                <div class="card-body">
                    <hr class="card-line">
                    <h5 class="card-title text-center">Observe</h5>
                    <hr class="card-line">
                    <p class="card-text">
                        See what's happening with rich automatic tracing, monitoring, and logging of all your services.
                   </p>
                </div>
            </a>
        </div>
    </div>
</div>

<div id="buttons" class="buttons container-fluid">
    <div class="row justify-content-center">
        <a title="Install Istio on Kubernetes today." class="btn btn-istio" href="/docs/setup/kubernetes/quick-start">GET STARTED</a>
        <a title="Dive deeper to understand what Istio is and how it works." class="btn btn-istio" href="/docs/concepts/what-is-istio/">LEARN MORE</a>
        <a title="Download the latest release." class="btn btn-istio" href="{{< istio_release_url >}}">DOWNLOAD {{< istio_release_name >}}</a>
    </div>
</div>