mirror of
https://github.com/portainer/portainer-docs.git
synced 2026-03-27 04:48:31 +07:00
GITBOOK-36: Policies from the environment view
This commit is contained in:
committed by
gitbook-bot
parent
5add8559cd
commit
7747429aad
BIN
.gitbook/assets/2.38-cluster-policies-view.png
Normal file
BIN
.gitbook/assets/2.38-cluster-policies-view.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 81 KiB |
21
SUMMARY.md
21
SUMMARY.md
@@ -176,6 +176,7 @@
|
||||
* [Setup](user/kubernetes/cluster/setup.md)
|
||||
* [Security constraints](user/kubernetes/cluster/security.md)
|
||||
* [Registries](user/kubernetes/cluster/registries.md)
|
||||
* [Policies](user/kubernetes/cluster/policies.md)
|
||||
* [Azure ACI](user/aci/README.md)
|
||||
* [Dashboard](user/aci/dashboard.md)
|
||||
* [Container instances](user/aci/containers/README.md)
|
||||
@@ -197,16 +198,16 @@
|
||||
* [Alerting](user/observability/alerting.md)
|
||||
* [Policy Based Management](user/policy-based-management/README.md)
|
||||
* [Policies](user/policy-based-management/policies/README.md)
|
||||
* [Kubernetes Policies](user/policy-based-management/policies/kubernetes-policies/README.md)
|
||||
* [Create a Kubernetes RBAC policy](user/policy-based-management/policies/kubernetes-policies/kubernetes-rbac-policy.md)
|
||||
* [Create a Kubernetes security policy](user/policy-based-management/policies/kubernetes-policies/kubernetes-security-policy.md)
|
||||
* [Create a Kubernetes setup policy](user/policy-based-management/policies/kubernetes-policies/kubernetes-setup-policy.md)
|
||||
* [Create a Kubernetes registry policy](user/policy-based-management/policies/kubernetes-policies/kubernetes-registry-policy.md)
|
||||
* [Docker Policies](user/policy-based-management/policies/docker-policies/README.md)
|
||||
* [Create a Docker, Swarm or Podman RBAC policy](user/policy-based-management/policies/docker-policies/rbac-policy.md)
|
||||
* [Create a Docker, Swarm or Podman security policy](user/policy-based-management/policies/docker-policies/security-policy.md)
|
||||
* [Create a Docker, Swarm or Podman setup policy](user/policy-based-management/policies/docker-policies/setup-policy.md)
|
||||
* [Create a Docker, Swarm or Podman registry policy](user/policy-based-management/policies/docker-policies/registry-policy.md)
|
||||
* [Kubernetes Policies](user/policy-based-management/policies/kubernetes/README.md)
|
||||
* [Create a Kubernetes RBAC policy](user/policy-based-management/policies/kubernetes/kubernetes-rbac-policy.md)
|
||||
* [Create a Kubernetes security policy](user/policy-based-management/policies/kubernetes/kubernetes-security-policy.md)
|
||||
* [Create a Kubernetes setup policy](user/policy-based-management/policies/kubernetes/kubernetes-setup-policy.md)
|
||||
* [Create a Kubernetes registry policy](user/policy-based-management/policies/kubernetes/kubernetes-registry-policy.md)
|
||||
* [Docker Policies](user/policy-based-management/policies/docker/README.md)
|
||||
* [Create a Docker, Swarm or Podman RBAC policy](user/policy-based-management/policies/docker/rbac-policy.md)
|
||||
* [Create a Docker, Swarm or Podman security policy](user/policy-based-management/policies/docker/security-policy.md)
|
||||
* [Create a Docker, Swarm or Podman setup policy](user/policy-based-management/policies/docker/setup-policy.md)
|
||||
* [Create a Docker, Swarm or Podman registry policy](user/policy-based-management/policies/docker/registry-policy.md)
|
||||
* [Account settings](user/account-settings.md)
|
||||
|
||||
## Administering Portainer <a href="#admin" id="admin"></a>
|
||||
|
||||
@@ -27,3 +27,7 @@ This section provides information and management for your Kubernetes cluster.
|
||||
{% content-ref url="registries.md" %}
|
||||
[registries.md](registries.md)
|
||||
{% endcontent-ref %}
|
||||
|
||||
{% content-ref url="policies.md" %}
|
||||
[policies.md](policies.md)
|
||||
{% endcontent-ref %}
|
||||
|
||||
11
user/kubernetes/cluster/policies.md
Normal file
11
user/kubernetes/cluster/policies.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# Policies
|
||||
|
||||
{% hint style="info" %}
|
||||
As Policy Based Management is a beta feature, this view is only available if Policy Based Management is [enabled from the settings menu](../../../admin/settings/general.md#additional-functionality). 
|
||||
{% endhint %}
|
||||
|
||||
To view any policies that apply to the selected environment, from the menu expand **Cluster** then select **Policies**. 
|
||||
|
||||
Policy details are read-only for standard users and can be updated by admin and operator users. For information on managing policies, see the [Policies](../../policy-based-management/policies/) page. 
|
||||
|
||||
<figure><img src="../../../.gitbook/assets/2.38-cluster-policies-view.png" alt=""><figcaption></figcaption></figure>
|
||||
@@ -34,12 +34,12 @@ There are multiple policy types available, depending on the environment type you
|
||||
|
||||
After selecting a policy type, select **Continue** at the bottom of the page to open the configuration form. The fields shown will vary depending on the policy you are creating, and each form guides you through the required settings for that specific policy. Select an environment type below for more details on creating the policy. 
|
||||
|
||||
{% content-ref url="kubernetes-policies/" %}
|
||||
[kubernetes-policies](kubernetes-policies/)
|
||||
{% content-ref url="kubernetes/" %}
|
||||
[kubernetes](kubernetes/)
|
||||
{% endcontent-ref %}
|
||||
|
||||
{% content-ref url="docker-policies/" %}
|
||||
[docker-policies](docker-policies/)
|
||||
{% content-ref url="docker/" %}
|
||||
[docker](docker/)
|
||||
{% endcontent-ref %}
|
||||
|
||||
## View policy details
|
||||
@@ -78,7 +78,7 @@ The attachment tab displays details about the environments attached to the polic
|
||||
|
||||
### Settings 
|
||||
|
||||
The Settings tab shows the policy configuration. Settings vary by policy type. Details for each policy type are covered in the [Kubernetes policies](kubernetes-policies/) and [Docker policies](docker-policies/) sections of this documentation.
|
||||
The Settings tab shows the policy configuration. Settings vary by policy type. Details for each policy type are covered in the [Kubernetes policies](kubernetes/) and [Docker policies](docker/) sections of this documentation.
|
||||
|
||||
## Remove a policy
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Docker
|
||||
# Docker Policies
|
||||
|
||||
The following section describes the details of creating a policy for Docker, Swarm or Podman environments. 
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Kubernetes
|
||||
# Kubernetes Policies
|
||||
|
||||
The following section describes the details of creating a policy for Kubernetes environments. 
|
||||
|
||||
@@ -20,6 +20,6 @@ You can read more about our release principles in our [lifecycle policy](start/l
|
||||
|
||||
Since the initial release of [Policies](user/policy-based-management/policies/) as part of the Policy Based Management feature, improvements and new functionality have been added to simplify creating centralized policies across groups of environments. 
|
||||
|
||||
Along with [numerous fixes and UI improvements](release-notes.md#release-2.38.0-sts), this release introduces policy templates that provide preconfigured policies, making policy creation possible in just a few clicks. Templates are currently available for [Kubernetes security ](user/policy-based-management/policies/kubernetes-policies/kubernetes-security-policy.md)and [Docker security](user/policy-based-management/policies/docker-policies/security-policy.md) policies, with more to come in future releases.
|
||||
Along with [numerous fixes and UI improvements](release-notes.md#release-2.38.0-sts), this release introduces policy templates that provide preconfigured policies, making policy creation possible in just a few clicks. Templates are currently available for [Kubernetes security ](user/policy-based-management/policies/kubernetes/kubernetes-security-policy.md)and [Docker security](user/policy-based-management/policies/docker/security-policy.md) policies, with more to come in future releases.
|
||||
|
||||
<figure><img src=".gitbook/assets/2.38-whatsnew-policy-templates.png" alt=""><figcaption></figcaption></figure>
|
||||
|
||||
Reference in New Issue
Block a user