Spotlight: WG Device Management (#725)
Add blog post: Spotlight on WG Device Management
Update content/en/blog/2026/wg-device-management-spotlight.md
Co-authored-by: Frederico Muñoz fsmunoz@gmail.com
- Update content/en/blog/2026/wg-device-management-spotlight.md
Co-authored-by: Frederico Muñoz fsmunoz@gmail.com
- Update content/en/blog/2026/wg-device-management-spotlight.md
Co-authored-by: Frederico Muñoz fsmunoz@gmail.com
- Update content/en/blog/2026/wg-device-management-spotlight.md
Co-authored-by: Frederico Muñoz fsmunoz@gmail.com
- Update content/en/blog/2026/wg-device-management-spotlight.md
Co-authored-by: Frederico Muñoz fsmunoz@gmail.com
- Update content/en/blog/2026/wg-device-management-spotlight.md
Co-authored-by: Frederico Muñoz fsmunoz@gmail.com
- Update content/en/blog/2026/wg-device-management-spotlight.md
Co-authored-by: Frederico Muñoz fsmunoz@gmail.com
- Update content/en/blog/2026/wg-device-management-spotlight.md
Co-authored-by: Frederico Muñoz fsmunoz@gmail.com
- Update content/en/blog/2026/wg-device-management-spotlight.md
Co-authored-by: Frederico Muñoz fsmunoz@gmail.com
- Update content/en/blog/2026/wg-device-management-spotlight.md
Co-authored-by: Frederico Muñoz fsmunoz@gmail.com
- Update content/en/blog/2026/wg-device-management-spotlight.md
Co-authored-by: Frederico Muñoz fsmunoz@gmail.com
- Update content/en/blog/2026/wg-device-management-spotlight.md
Co-authored-by: Frederico Muñoz fsmunoz@gmail.com
- Update content/en/blog/2026/wg-device-management-spotlight.md
Co-authored-by: Frederico Muñoz fsmunoz@gmail.com
- Update content/en/blog/2026/wg-device-management-spotlight.md
Co-authored-by: Frederico Muñoz fsmunoz@gmail.com
- Update content/en/blog/2026/wg-device-management-spotlight.md
Co-authored-by: Frederico Muñoz fsmunoz@gmail.com
- Update content/en/blog/2026/wg-device-management-spotlight.md
Co-authored-by: Frederico Muñoz fsmunoz@gmail.com
- Update content/en/blog/2026/wg-device-management-spotlight.md
Co-authored-by: Frederico Muñoz fsmunoz@gmail.com
- Update content/en/blog/2026/wg-device-management-spotlight.md
Co-authored-by: Frederico Muñoz fsmunoz@gmail.com
- Update content/en/blog/2026/wg-device-management-spotlight.md
Co-authored-by: Frederico Muñoz fsmunoz@gmail.com
- Update content/en/blog/2026/wg-device-management-spotlight.md
Co-authored-by: Frederico Muñoz fsmunoz@gmail.com
- Update content/en/blog/2026/wg-device-management-spotlight.md
Co-authored-by: Frederico Muñoz fsmunoz@gmail.com
- Update content/en/blog/2026/wg-device-management-spotlight.md
Co-authored-by: Tim Bannister 193443691+lmktfy@users.noreply.github.com
- Update content/en/blog/2026/wg-device-management-spotlight.md
Co-authored-by: Tim Bannister 193443691+lmktfy@users.noreply.github.com
- Update content/en/blog/2026/wg-device-management-spotlight.md
Co-authored-by: Tim Bannister 193443691+lmktfy@users.noreply.github.com
- Update content/en/blog/2026/wg-device-management-spotlight.md
Co-authored-by: Tim Bannister 193443691+lmktfy@users.noreply.github.com
- Apply suggestion from @lmktfy
Co-authored-by: Tim Bannister 193443691+lmktfy@users.noreply.github.com
- Update wg-device-management-spotlight.md
Made some style updates
Update wg-device-management-spotlight.md
Apply suggestions from code review
Co-authored-by: Tim Bannister 193443691+lmktfy@users.noreply.github.com
- Update wg-device-management-spotlight.md
Removed “references” section as the links are already in the blog.
- Update content/en/blog/2026/wg-device-management-spotlight.md
Co-authored-by: Tim Bannister 193443691+lmktfy@users.noreply.github.com
- Update wg-device-management-spotlight.md
Updated links in table
Co-authored-by: Frederico Muñoz fsmunoz@gmail.com Co-authored-by: Tim Bannister 193443691+lmktfy@users.noreply.github.com
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802047560号
Kubernetes Contributor Site
This repository contains the Hugo site and generator scripts for the Kubernetes Contributor site. The published website is available at https://kubernetes.dev/ (served via Netlify).
Site content
The content for the Contributor Site is sourced from multiple locations. Content managed within this repository is generated from Markdown found within the
contentdirectory. To update the site’s content, make changes to the Markdown sources and submit a pull request to this repository.Some content is externally sourced and changes to that must be made in the original location. A list of sources and their locations within the
contentis available below:External sources
Destination:
/guideDestination:
/code-of-conduct.mdDestination:
/release.mdRunning the site locally
To develop site content, you can run the site locally using Hugo in two ways:
When you make changes to the site’s content, Hugo will automatically update the site and refresh your browser window.
Using Docker
The easiest and most cross-system-compatible way to run the Contributor Site is to use Docker. To begin, create the docker image to be used with generating the site by executing
make container-image.To ensure you can view the site with externally sourced content, run
make container-gen-contentbefore previewing the site by withmake container-server.NOTE to Apple Silicon Mac Users
Before proceeding with the build steps, please ensure that you set the
DOCKER_DEFAULT_PLATFORMenvironment variable tolinux/amd64by using the following command:Natively
For instructions on installing and using Hugo, see the Hugo Documentation. Note that the extended version is required.
In addition to Hugo, the postcss-cli and autoprefixer JavaScript packages are required. These can be installed via the Node Package Manager (
npm) from a recent version of [nodejs] withnpm install -g postcss-cli autoprefixer.The Contributor Site uses the docsy theme. It is included as a git submodule. To fetch docsy and its requirements, run the command:
To ensure you can view the site with externally sourced content, run
make gen-contentbefore previewing the site by withmake server.NOTE to MacOS Users
The
hack/gen-content.shscript requires the gnu version of base packages such asfind,grep, andsed.You will then need to update your path to include these:
Community, discussion, contribution, and support
This project is managed by SIG Contributor Experience as a part of KEP-2225
You can reach the maintainers of this project at:
Evolution of this site:
We’re building out this site in real-time! Want to join us and help? Here’s what we have in store for next iterations:
See the Issues for tasks and projects in progress
Code of conduct
Participation in the Kubernetes community is governed by the Kubernetes Code of Conduct.