github.com/Azure/aad-pod-identity@v1.8.17/website/content/en/_index.html (about) 1 +++ 2 title = "Azure AD Pod Identity" 3 linkTitle = "Azure AD Pod Identity" 4 5 +++ 6 7 {{< blocks/cover title="Microsoft's Azure AD Pod Identity Project" image_anchor="top" height="full" color="blue" >}} 8 <div class="mx-auto"> 9 <a class="btn btn-lg btn-secondary mr-3 mb-4" href="{{< relref "/docs" >}}"> 10 Get Started </i> 11 </a> 12 <p class="lead mt-5">An Azure Compute OSS Upstream Team project that enables Kubernetes applications to access cloud resources securely with Azure Active Directory (AAD).</p> 13 {{< blocks/link-down color="info" >}} 14 </div> 15 {{< /blocks/cover >}} 16 17 18 {{% blocks/lead color="primary" %}} 19 The AAD Pod Identity project uses Kubernetes primitives, administrators configure identities and bindings to match pods. Then without any code modifications, your containerized applications can leverage any resource in the cloud that depends on AAD as an identity provider. 20 {{% /blocks/lead %}} 21 22 23 {{< blocks/section color="dark" type="features">}} 24 {{% blocks/feature icon="fa-lightbulb" title="Interested in the AAD Pod Identity Project?" url="./docs/" %}} 25 Head over to our docs page to get started. 26 {{% /blocks/feature %}} 27 28 29 {{% blocks/feature icon="fab fa-github" title="Get Involved!" url="./docs/contributing/" %}} 30 Help shape and/or enhance the AAD Pod Identity Project. Contributions are always welcome! 31 {{% /blocks/feature %}} 32 33 <!-- 34 {{% blocks/feature icon="fab fa-twitter" title="Follow us on Twitter!" url="https://twitter.com/docsydocs" %}} 35 Find out about new features and how our users are using Docsy. 36 {{% /blocks/feature %}} 37 --> 38 39 {{< /blocks/section >}}