---
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">
            <a href="https://pinniped.dev/docs/tutorials/concierge-and-supervisor-demo/">
                <div class="icon">
                    <img src="/img/logo.svg"/>
                </div>
                <div class="content">
                    <p class="strong">Pinniped Tutorial:</p>
                    <p>Learn to use Pinniped for federated authentication to Kubernetes clusters</p>
                </div>
            </a>
        </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 class="col">
            <div class="icon">
                <img src="/img/logo.svg"/>
            </div>
            <div class="content">
                <p class="strong">Community Meetings and Demos</p>
                <p>We have a YouTube playlist for our Pinniped community meetings and demos, <a
                        href="https://go.pinniped.dev/community/youtube">check it out here</a>.</p>
            </div>
        </div>

        <div class="col">
            <div class="embed-responsive">
                <iframe class="embed-responsive-item" src="https://www.youtube.com/embed/OCkTnElNE9M"></iframe>
            </div>
            <div class="content">
                <p><a href="https://www.youtube.com/watch?v=OCkTnElNE9M&feature=emb_logo">KubeCon + CloudNativeCon North
                    America 2021: Everything Wrong with K8s Authentication and How We Worked Around It with Mo Khan &
                    Margo Crawford</a></p>
            </div>
        </div>

        <div class="col">
            <div class="embed-responsive">
                <iframe class="embed-responsive-item" src="https://www.youtube.com/embed/2fI_XOGEoIU"></iframe>
            </div>
            <div class="content">
                <p><a href="https://www.youtube.com/watch?v=2fI_XOGEoIU&feature=emb_logo">Pinniped: A Unified Framework
                    for User Authentication to Kubernetes Cluster with Mo Khan & Anjali Telang</a></p>
            </div>
        </div>

        <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 - Matt Moyer - 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>
</div>