Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
louiseschmidtgen committed Jan 9, 2025
1 parent 03facb3 commit 6e02963
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 16 deletions.
2 changes: 1 addition & 1 deletion docs/canonicalk8s/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Home <self>
:maxdepth: 6
src/about.md
Choose an installation method <src/snap/installation-methods.md>
Choose an installation method <src/snap/explanation/installation-methods.md>
Deploy from Snap package <src/snap/index.md>
Deploy with Juju <src/charm/index.md>
Deploy with Cluster API <src/capi/index.md>
Expand Down
1 change: 1 addition & 0 deletions docs/src/capi/explanation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Overview <self>
:glob:
about
installation-methods.md
security
capi-ck8s.md
in-place-upgrades.md
Expand Down
2 changes: 2 additions & 0 deletions docs/src/capi/explanation/installation-methods.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
```{include} ../../snap/explanation/installation-methods.md
```
1 change: 1 addition & 0 deletions docs/src/charm/explanation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Overview <self>
```{toctree}
:titlesonly:
about
installation-methods.md
channels
security
```
Expand Down
2 changes: 2 additions & 0 deletions docs/src/charm/explanation/installation-methods.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
```{include} ../../snap/explanation/installation-methods.md
```
31 changes: 16 additions & 15 deletions docs/src/snap/explanation/installation-methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,29 +14,29 @@ The {{ product }} snap is a self-contained, simple to install package. It can
be installed on any Linux distribution that supports the
[snapd] service, such as
[Ubuntu]. If you're using a non-Linux system, we recommend creating virtual
machines using [Multipass] or [Lxd]. [Snaps] come with the advantage of
machines using [Multipass] or [LXD]. [Snaps] come with the advantage of
automatic and atomic updates making it easy for users to install, maintain and
update their software.

If you are looking for a straightforward way to get started with {{ product }},
and you don't intend to grow your cluster beyond a single node, installing
{{ product }} using the snap is the recommended installation method. Follow the
[getting-started guide] to install {{ product }} using the snap.
and your cluster will not grow beyond a few nodes, using the snap is
the recommended installation method. Follow the [getting-started guide] to
install {{ product }} using the snap.

## Juju

[Juju] is an open-source orchestration engine that allows you to
deploy, configure, scale and operate {{ product }} on any infrastructure. Juju
uses charms which are encapsulated reusable software packages to define how
applications are deployed and related to each other. At its core, {{ product }}
comprises two Juju charms: a control plane charm and a worker charm.
comprises of two Juju charms: a [control plane charm] and a [worker charm].
Additionally, the Juju charm ecosystem provides further integrations, for
example an observability stack.

If you are looking to deploy {{ product }} in a public/private cloud
environment, on metal or in VMs you can take advantage of Juju's powerful
lifecycle management. Get started with a simple deployment of the
{{ product }}'s charms using the [juju-cli guide] or leverage
environment, on metal, in VMs or on your local machine you can take advantage of
Juju's powerful lifecycle management. Get started with a simple deployment of
the {{ product }}'s charms using the [juju-cli guide] or leverage
[Terraform's Juju provider] by following the [installing-with-terraform]
guide.

Expand All @@ -46,22 +46,23 @@ guide.
creating, configuring, and managing multiple Kubernetes clusters.

If you plan to deploy and operate a large deployment with multiple
Kubernetes clusters, you can use the {{ product }}'s CAPI providers for AWS and
[MAAS]. Follow the [cluster-provisioning-with-CAPI guide] to deploy and operate
{{ product }} with the help of the CAPI providers.
Kubernetes clusters, you can use the {{ product }}'s CAPI providers. Follow the
[cluster-provisioning-with-CAPI guide] to deploy and operate {{ product }} with
the help of the CAPI providers.

<!-- LINKS -->

[Ubuntu]: https://help.ubuntu.com/
[Snaps]: https://snapcraft.io/docs
[snapd]: https://snapcraft.io/docs/installing-snapd
[Terraform's Juju provider]: https://github.com/juju/terraform-provider-juju/
[Multipass]: https://canonical.com/multipass
[Lxd]: https://canonical.com/lxd
[LXD]: https://canonical.com/lxd
[Juju]: https://juju.is
[juju-cli guide]: /src/charm/tutorial/getting-started.md
[control plane charm]: https://charmhub.io/k8s
[worker charm]: https://charmhub.io/k8s-worker
[getting-started guide]: /src/snap/tutorial/getting-started.md
[Terraform's Juju provider]: https://github.com/juju/terraform-provider-juju/
[installing-with-terraform]: /src/charm/howto/install-terraform.md
[cluster-provisioning-with-CAPI guide]: src/capi/tutorial/getting-started.md
[Juju]: https://juju.is
[Cluster API]: https://cluster-api.sigs.k8s.io/
[MAAS]: https://maas.io/

0 comments on commit 6e02963

Please sign in to comment.