<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Get Started on Crossplane</title><link>https://deploy-preview-1069--crossplane.netlify.app/v2.0-preview/get-started/</link><description>Recent content in Get Started on Crossplane</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Mon, 01 Jan 0001 00:00:00 +0000</lastBuildDate><atom:link href="https://deploy-preview-1069--crossplane.netlify.app/v2.0-preview/get-started/index.xml" rel="self" type="application/rss+xml"/><item><title>Install Crossplane</title><link>https://deploy-preview-1069--crossplane.netlify.app/v2.0-preview/get-started/install/</link><pubDate/><guid>https://deploy-preview-1069--crossplane.netlify.app/v2.0-preview/get-started/install/</guid><description>&lt;p>Crossplane installs into an existing Kubernetes cluster, creating the
Crossplane pod.&lt;/p>
&lt;p>Installing Crossplane enables the installation of Crossplane &lt;em>Provider&lt;/em>,
&lt;em>Function&lt;/em>, and &lt;em>Configuration&lt;/em> resources.&lt;/p>
&lt;div class="admonition tip d-flex flex-column mx-4 p-0">
&lt;div class="admonition-title">
&lt;svg class="bi flex-shrink-0" role="img" aria-label="tip:">&lt;use
xlink:href="#check"/>&lt;/svg>
&lt;span class="ps-1">Tip&lt;/span>
&lt;/div>
&lt;div class="admonition-content">
If you don&amp;rsquo;t have a Kubernetes cluster create one locally with &lt;a href="https://kind.sigs.k8s.io/">Kind&lt;/a>.
&lt;/div>
&lt;/div>
&lt;h2 id="prerequisites">Prerequisites &lt;a class="anchor-link" id="prerequisites" href="#prerequisites" aria-label="Link to this section: Prerequisites">&lt;/a>&lt;/h2>
&lt;ul>
&lt;li>An actively &lt;a href="https://kubernetes.io/releases/patch-releases/#support-period">supported Kubernetes version&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://helm.sh/docs/intro/install/">Helm&lt;/a> version &lt;code>v3.2.0&lt;/code> or later&lt;/li>
&lt;/ul>
&lt;h2 id="install-crossplane">Install Crossplane &lt;a class="anchor-link" id="install-crossplane" href="#install-crossplane" aria-label="Link to this section: Install Crossplane">&lt;/a>&lt;/h2>
&lt;p>Install Crossplane using the &lt;em>Helm chart&lt;/em>.&lt;/p></description></item><item><title>Get Started With Composition</title><link>https://deploy-preview-1069--crossplane.netlify.app/v2.0-preview/get-started/get-started-with-composition/</link><pubDate/><guid>https://deploy-preview-1069--crossplane.netlify.app/v2.0-preview/get-started/get-started-with-composition/</guid><description>&lt;p>This guide shows how to create a new kind of custom resource named &lt;code>App&lt;/code>. When a
user calls the custom resource API to create an &lt;code>App&lt;/code>, Crossplane creates a
&lt;code>Deployment&lt;/code> and a &lt;code>Service&lt;/code>.&lt;/p>
&lt;p>&lt;strong>Crossplane calls this &lt;em>composition&lt;/em>.&lt;/strong> The &lt;code>App&lt;/code> is &lt;em>composed of&lt;/em> the
&lt;code>Deployment&lt;/code> and the &lt;code>Service&lt;/code>.&lt;/p>
&lt;div class="admonition tip d-flex flex-column mx-4 p-0">
&lt;div class="admonition-title">
&lt;svg class="bi flex-shrink-0" role="img" aria-label="tip:">&lt;use
xlink:href="#check"/>&lt;/svg>
&lt;span class="ps-1">Tip&lt;/span>
&lt;/div>
&lt;div class="admonition-content">
The guide shows how to configure composition using YAML, templated YAML, Python,
and KCL. You can pick your preferred language.
&lt;/div>
&lt;/div>
&lt;p>An &lt;code>App&lt;/code> custom resource looks like this:&lt;/p></description></item><item><title>Get Started With Managed Resources</title><link>https://deploy-preview-1069--crossplane.netlify.app/v2.0-preview/get-started/get-started-with-managed-resources/</link><pubDate/><guid>https://deploy-preview-1069--crossplane.netlify.app/v2.0-preview/get-started/get-started-with-managed-resources/</guid><description>&lt;p>This guide shows how to install and use a new kind of custom resource called
&lt;code>Bucket&lt;/code>. When a user calls the custom resource API to create a &lt;code>Bucket&lt;/code>,
Crossplane creates a bucket in AWS S3.&lt;/p>
&lt;p>&lt;strong>Crossplane calls this a &lt;em>managed resource&lt;/em>&lt;/strong>. A managed resource is a
ready-made custom resource that manages something outside of the control plane.&lt;/p>
&lt;p>A &lt;code>Bucket&lt;/code> managed resource looks like this:&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" class="chroma">&lt;code class="language-yaml" data-lang="yaml">&lt;span class="line">&lt;span class="ln" id="hl-0-1">&lt;a class="lnlinks" href="#hl-0-1">1&lt;/a>&lt;/span>&lt;span class="cl">&lt;span class="nt">apiVersion&lt;/span>&lt;span class="p">:&lt;/span>&lt;span class="w"> &lt;/span>&lt;span class="l">s3.aws.m.upbound.io/v1beta1&lt;/span>&lt;span class="w">
&lt;/span>&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="ln" id="hl-0-2">&lt;a class="lnlinks" href="#hl-0-2">2&lt;/a>&lt;/span>&lt;span class="cl">&lt;span class="w">&lt;/span>&lt;span class="nt">kind&lt;/span>&lt;span class="p">:&lt;/span>&lt;span class="w"> &lt;/span>&lt;span class="l">Bucket&lt;/span>&lt;span class="w">
&lt;/span>&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="ln" id="hl-0-3">&lt;a class="lnlinks" href="#hl-0-3">3&lt;/a>&lt;/span>&lt;span class="cl">&lt;span class="w">&lt;/span>&lt;span class="nt">metadata&lt;/span>&lt;span class="p">:&lt;/span>&lt;span class="w">
&lt;/span>&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="ln" id="hl-0-4">&lt;a class="lnlinks" href="#hl-0-4">4&lt;/a>&lt;/span>&lt;span class="cl">&lt;span class="w"> &lt;/span>&lt;span class="nt">namespace&lt;/span>&lt;span class="p">:&lt;/span>&lt;span class="w"> &lt;/span>&lt;span class="l">default&lt;/span>&lt;span class="w">
&lt;/span>&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="ln" id="hl-0-5">&lt;a class="lnlinks" href="#hl-0-5">5&lt;/a>&lt;/span>&lt;span class="cl">&lt;span class="w"> &lt;/span>&lt;span class="nt">name&lt;/span>&lt;span class="p">:&lt;/span>&lt;span class="w"> &lt;/span>&lt;span class="l">crossplane-bucket-example&lt;/span>&lt;span class="w">
&lt;/span>&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="ln" id="hl-0-6">&lt;a class="lnlinks" href="#hl-0-6">6&lt;/a>&lt;/span>&lt;span class="cl">&lt;span class="w">&lt;/span>&lt;span class="nt">spec&lt;/span>&lt;span class="p">:&lt;/span>&lt;span class="w">
&lt;/span>&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="ln" id="hl-0-7">&lt;a class="lnlinks" href="#hl-0-7">7&lt;/a>&lt;/span>&lt;span class="cl">&lt;span class="w"> &lt;/span>&lt;span class="nt">forProvider&lt;/span>&lt;span class="p">:&lt;/span>&lt;span class="w">
&lt;/span>&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="ln" id="hl-0-8">&lt;a class="lnlinks" href="#hl-0-8">8&lt;/a>&lt;/span>&lt;span class="cl">&lt;span class="w"> &lt;/span>&lt;span class="nt">region&lt;/span>&lt;span class="p">:&lt;/span>&lt;span class="w"> &lt;/span>&lt;span class="l">us-east-2&lt;/span>&lt;span class="w">
&lt;/span>&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>
&lt;div class="admonition note d-flex flex-column mx-4 p-0">
&lt;div class="admonition-title">
&lt;svg class="bi flex-shrink-0" role="img" aria-label="note:">&lt;use
xlink:href="#info"/>&lt;/svg>
&lt;span class="ps-1">Note&lt;/span>
&lt;/div>
&lt;div class="admonition-content">
Kubernetes calls third party API resources &lt;em>custom resources&lt;/em>.
&lt;/div>
&lt;/div>
&lt;h2 id="prerequisites">Prerequisites &lt;a class="anchor-link" id="prerequisites" href="#prerequisites" aria-label="Link to this section: Prerequisites">&lt;/a>&lt;/h2>
&lt;p>This guide requires:&lt;/p></description></item></channel></rss>