Skip to content

Commit

Permalink
adjust images width
Browse files Browse the repository at this point in the history
  • Loading branch information
mlsmaycon committed Feb 23, 2024
1 parent 12e05de commit d91b244
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/pages/how-to/routing-peers-and-kubernetes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ suit your needs.

See the screenshot below for reference:
<p>
<img src="/docs-static/img/how-to-guides/k8s-create-setup-key.png" alt="k8s-create-setup-key" className="imagewrapper"/>
<img src="/docs-static/img/how-to-guides/k8s-create-setup-key.png" alt="k8s-create-setup-key" width="400" className="imagewrapper"/>
</p>

With your setup key created, note it down for the next steps.
Expand All @@ -41,12 +41,12 @@ Set the distribution group to `hetzner-servers`. This group is used to distribut

See the screenshot below for reference:
<p>
<img src="/docs-static/img/how-to-guides/k8s-add-network-route.png" alt="k8s-add-network-route" className="imagewrapper"/>
<img src="/docs-static/img/how-to-guides/k8s-add-network-route.png" alt="k8s-add-network-route" width="400" className="imagewrapper"/>
</p>

Click on Name & Description to give your route a name and description. Then click on `Add Route` to save your changes.
<p>
<img src="/docs-static/img/how-to-guides/k8s-name-network-route.png" alt="k8s-name-network-route" className="imagewrapper"/>
<img src="/docs-static/img/how-to-guides/k8s-name-network-route.png" alt="k8s-name-network-route" width="400" className="imagewrapper"/>
</p>

### Step 3: Create an access control policy
Expand All @@ -55,12 +55,12 @@ Navigate to Access Control Policies in the NetBird management dashboard and clic
Set the source group to `hetzner-servers` and the destination group to `kubernetes-routers`. This configuration allows
the Hetzner servers to access the kubernetes pods.
<p>
<img src="/docs-static/img/how-to-guides/k8s-add-access-control-policy.png" alt="k8s-add-access-control-policy" className="imagewrapper"/>
<img src="/docs-static/img/how-to-guides/k8s-add-access-control-policy.png" alt="k8s-add-access-control-policy" width="400" className="imagewrapper"/>
</p>

Click on Name & Description to give your policy a name and description. Then click on `Add Policy` to save your changes.
<p>
<img src="/docs-static/img/how-to-guides/k8s-name-access-control-policy.png" alt="k8s-name-access-control-policy" className="imagewrapper"/>
<img src="/docs-static/img/how-to-guides/k8s-name-access-control-policy.png" alt="k8s-name-access-control-policy" width="400" className="imagewrapper"/>
</p>

### Step 4: Deploy the NetBird agent
Expand Down Expand Up @@ -121,7 +121,7 @@ kubectl logs -l app=netbird

You can also verify that the agent is connected to the NetBird management dashboard by checking the dashboard.
<p>
<img src="/docs-static/img/how-to-guides/k8s-netbird-agent-connected.png" alt="k8s-netbird-agent-connected" className="imagewrapper"/>
<img src="/docs-static/img/how-to-guides/k8s-netbird-agent-connected.png" alt="k8s-netbird-agent-connected" width="800" className="imagewrapper"/>
</p>

## Conclusion
Expand Down

0 comments on commit d91b244

Please sign in to comment.