File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/en/blog/_posts/2022-12-13-host-process-containers-ga Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ over SSH or WinRM sessions and/or working with your cloud provider's virtual mac
20
20
HostProcess containers now enable you to do all of this and more with minimal effort.
21
21
22
22
With HostProcess containers you can now package any payload
23
- into the container image, map volumes into container at runtime, and manage them like any other Kubernetes workload.
23
+ into the container image, map volumes into containers at runtime, and manage them like any other Kubernetes workload.
24
24
You get all the benefits of containerized packaging and deployment methods combined with a reduction in
25
25
both administrative and development cost.
26
26
Gone are the days where cluster operators would need to manually log onto
@@ -110,7 +110,7 @@ Please note that within a Pod, you can't mix HostProcess containers with normal
110
110
111
111
- Work through [ Create a Windows HostProcess Pod] ( /docs/tasks/configure-pod-container/create-hostprocess-pod/ )
112
112
113
- - Read about Kubernetes [ Pod Security Standards] ( /docs/concepts/security/pod-security-standards/ )
113
+ - Read about Kubernetes [ Pod Security Standards] ( /docs/concepts/security/pod-security-standards/ ) and [ Pod Security Admission ] ( docs/concepts/security/pod-security-admission/ )
114
114
115
115
- Read the enhancement proposal [ Windows Privileged Containers and Host Networking Mode] ( https://github.com/kubernetes/enhancements/tree/master/keps/sig-windows/1981-windows-privileged-container-support ) (KEP-1981)
116
116
You can’t perform that action at this time.
0 commit comments