---
title: Pinniped Resources
layout: section
---

<div class="hero subpage">
    <div class="wrapper">
        <h1>Resources</h1>
    </div>
</div>
<div class="wrapper resources">
    <h2>Resources about Pinniped, such as videos, podcasts, and community articles</h2>
    <div class="grid three">

        <div class="col">
            <div class="embed-responsive">
                <iframe class="embed-responsive-item"
                        src="https://www.youtube-nocookie.com/embed/YGeO1jKfgac?start=138"
                        title="YouTube video player"
                        frameborder="0"
                        allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
                        allowfullscreen>
                </iframe>
            </div>
            <div class="content">
                <p>
                    <a href="https://www.cncf.io/online-programs/cncf-live-webinar-easy-secure-kubernetes-authentication-with-pinniped/"
                       target="_blank">
                        CNCF Live Webinar: Easy, Secure Kubernetes Authentication With Pinniped - August 24, 2021
                        [VIDEO]
                    </a>
                    <a href="https://docs.google.com/presentation/d/1euA62C7SHQpHewPqPaxTvNEKdvyNOdU9MDWh3YN3NvY/edit?usp=sharing"
                       target="_blank">
                        [SLIDES]
                    </a>
                </p>
            </div>
        </div>

        <div class="col">
            <a href="https://github.com/vmware-tanzu/pinniped">
                <div class="icon">
                    <img src="/img/logo.svg"/>
                </div>
                <div class="content">
                    <p class="strong">Pinniped Source Code:</p>
                    <p>https://github.com/vmware-tanzu/pinniped</p>
                </div>
            </a>
        </div>

    </div>
</div>