Skip to content

Commit

Permalink
Format defintiion list in configuration.md using HTML.
Browse files Browse the repository at this point in the history
  • Loading branch information
KoryKessel-Mirantis committed Jun 10, 2024
1 parent 815b0ff commit 1d0f03a
Showing 1 changed file with 10 additions and 20 deletions.
30 changes: 10 additions & 20 deletions content/docs/concepts/architecture/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,32 +61,22 @@ blueprint that reflects your current MKE 4 configuration.
All MKE 4 configuration files are translated into blueprints,
a file type that is used to create Kubernetes Custom Resources (CRDs)
that are also called blueprints.
that are also called blueprints. MKE 4 uses Blueprint Operator to manage blueprints and their assignments.
Blueprint files must be in Kubernetes YAML format,
and they must contain many of the same fields as a standard Kubernetes Object.
MKE 4 uses Blueprint Operator to manage blueprints and their assignments.
A blueprint comprises three sections:
**Kubernetes Provider**
Details the settings for the provider.
For the most part, the Kubernetes Provider section is managed by `mkectrl`,
independently of the user's MKE configuration file.
**Infrastructure**
Provides details that are used for the Kubernetes Cluster;
the hosts section of the MKE configuration file.
**Components**
Composed of addons that are specified in the MKE configuration file.
The `mkectl` command transforms the configuration options into specific settings
for either Helm or Manifest type addons that are deployed into the cluster.
<dl>
<dt><strong>Kubernetes Provider</strong></dt>
<dd>Details the settings for the provider. For the most part, the Kubernetes Provider section is is managed by <code>mkectl</code>, independently of the user's MKE configuration file. </dd>
<dt><strong>Infrastructure</strong></dt>
<dd>Provides details that are used for the Kubernetes cluster; the <code>hosts</code> section of the MKE configuration file.</dd>
<dt><strong>Components</strong></dt>
<dd>Composed of addons that are specified in the MKE configuration file. The <code>mkectl</code> command transforms the configuration options
into specific settings for either Helm or Manifest type addons that are deployed into the cluster.</dd>
</dl>
To view a detailed blueprint of an MKE configuration, run the `mkectl init --blueprint` command.
Expand Down

0 comments on commit 1d0f03a

Please sign in to comment.