2019-11-11 18:54:12 -08:00
|
|
|
---
|
2023-05-15 15:25:28 -07:00
|
|
|
title_tag: Kubernetes FAQ | Crosswalk
|
2019-12-18 09:59:20 -08:00
|
|
|
meta_desc: A collection of common questions about Kubernetes usage with Pulumi.
|
2023-05-15 15:25:28 -07:00
|
|
|
title: FAQ
|
|
|
|
h1: Kubernetes FAQ
|
2023-06-08 16:15:52 -07:00
|
|
|
meta_image: /images/docs/meta-images/docs-clouds-kubernetes-meta-image.png
|
2023-05-15 15:25:28 -07:00
|
|
|
menu:
|
|
|
|
clouds:
|
|
|
|
parent: kubernetes-guides
|
|
|
|
weight: 14
|
|
|
|
aliases:
|
|
|
|
- /docs/guides/crosswalk/kubernetes/faq/
|
2019-11-11 18:54:12 -08:00
|
|
|
---
|
|
|
|
|
|
|
|
1. **What does Crosswalk for Kubernetes include?**
|
|
|
|
|
2019-11-16 12:40:48 -08:00
|
|
|
Crosswalk for Kubernetes is a set of playbooks to configure, deploy, and manage
|
|
|
|
Kubernetes production, along with new programmatic libraries and tools to facilitate
|
|
|
|
understanding and working with the Kubernetes API.
|
2019-11-11 18:54:12 -08:00
|
|
|
|
2019-11-16 12:40:48 -08:00
|
|
|
Playbook tasks are segmented by operations, and belong to one of the 6 stacks
|
|
|
|
outlined in [Production Architecture for Teams][cw-playbooks]. The Pulumi code
|
|
|
|
for each stack is available and linked at the top of each task, and
|
|
|
|
references the [`pulumi/kubernetes`][pulumi-k8s] and
|
|
|
|
[`pulumi/kubernetesx`][pulumi-kx] libraries in action.
|
2019-11-11 18:54:12 -08:00
|
|
|
|
|
|
|
Together, the docs and stack code provide a reference architecture to operate
|
|
|
|
and use Kubernetes in production across a team using industry best-practices.
|
|
|
|
|
2019-11-16 12:40:48 -08:00
|
|
|
When the playbooks and frameworks are combined with querying abilities made
|
|
|
|
available in [`pulumi/kq`][pulumi-kq], you can manage, observe, and take
|
|
|
|
action on your Kubernetes cluster with informed, real-time data.
|
|
|
|
|
2019-11-11 18:54:12 -08:00
|
|
|
1. **Where is the code located?**
|
|
|
|
|
2019-11-16 12:40:48 -08:00
|
|
|
You can find the Crosswalk code across various repos.
|
|
|
|
|
|
|
|
* [Playbook reference architecture][pulumi-guides]
|
|
|
|
* [Kubernetes Extensions][pulumi-kx]
|
|
|
|
* [Query for Kubernetes][pulumi-kq]
|
2019-11-11 18:54:12 -08:00
|
|
|
|
|
|
|
1. **Where can I suggest a change or open an issue with the docs?**
|
|
|
|
|
|
|
|
You can open an issue in [`pulumi/docs`][pulumi-docs] for any changes to the
|
|
|
|
Crosswalk documentation.
|
|
|
|
|
|
|
|
1. **Where can I ask for assistance on Crosswalk for Kubernetes?**
|
|
|
|
|
|
|
|
You can find us in the [community Slack][pulumi-slack] channel.
|
|
|
|
|
|
|
|
1. **Does Crosswalk support on-prem or other cloud providers?**
|
|
|
|
|
|
|
|
Support for on-prem environments, and other clouds is an area we'd love
|
2020-11-16 07:11:05 -08:00
|
|
|
to build out. Open an issue in [`pulumi/docs`][pulumi-docs] to describe your
|
2019-11-11 18:54:12 -08:00
|
|
|
Crosswalk use case.
|
|
|
|
|
|
|
|
* **Digital Ocean**: Check out [Managing DigitalOcean and Kubernetes with Pulumi][k8s-do] for more details.
|
|
|
|
|
2019-12-18 09:59:20 -08:00
|
|
|
<!-- markdownlint-disable url -->
|
2019-11-11 18:54:12 -08:00
|
|
|
[k8s-do]: https://www.digitalocean.com/community/tutorials/how-to-manage-digitalocean-and-kubernetes-infrastructure-with-pulumi
|
|
|
|
[pulumi-slack]: https://slack.pulumi.com/
|
|
|
|
[pulumi-docs]: https://github.com/pulumi/docs
|
2019-11-14 09:23:57 -08:00
|
|
|
[pulumi-guides]: https://github.com/pulumi/kubernetes-guides
|
2023-05-15 15:25:28 -07:00
|
|
|
[cw-playbooks]: /docs/clouds/kubernetes/guides/playbooks/
|
2019-11-16 12:40:48 -08:00
|
|
|
[pulumi-k8s]: https://github.com/pulumi/pulumi-kubernetes
|
|
|
|
[pulumi-kx]: https://github.com/pulumi/pulumi-kubernetesx
|
|
|
|
[pulumi-kq]: https://github.com/pulumi/pulumi-query
|
2019-12-18 09:59:20 -08:00
|
|
|
<!-- markdownlint-enable url -->
|
2023-05-15 15:25:28 -07:00
|
|
|
|
|
|
|
## More FAQ
|
|
|
|
|
|
|
|
* [Policy as code FAQ](/docs/using-pulumi/crossguard/faq/)
|
|
|
|
* [Pulumi Deployments FAQ](/docs/pulumi-cloud/deployments/faq/)
|
|
|
|
* [Pulumi CLI & Pulumi Cloud FAQ](/docs/support/faq/)
|
|
|
|
* [Pulumi Cloud SCIM FAQ](/docs/pulumi-cloud/access-management/scim/faq/)
|