Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crosslinking more what-is pages #12563

Merged
merged 1 commit into from
Aug 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions content/what-is/what-is-infrastructure-as-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,9 @@ Pulumi's YouTube series, A Quick Bite of Cloud Engineering, tackled the topic of
## Learn more

Pulumi offers a truly modern approach to infrastructure as code. With Pulumi, you can create, deploy, and manage infrastructure on any cloud using the programming languages and tools you already know. [Get started today](/docs/get-started/).

There are many other practices related to infrastructure as code, read more:

* [What is Secrets Management?](/what-is/what-is-secrets-management)
* [What is Platform Engineering?](/what-is/what-is-platform-engineering)
* [What is Infrastructure as Software?](/what-is/what-is-infrastructure-as-software)
2 changes: 1 addition & 1 deletion content/what-is/what-is-infrastructure-as-software.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ customer_logos:
- ro
---

Infrastructure as Code (IaC) is now a widely adopted practice. With IaC, you describe your infrastructure programmatically using a tool that provides its own domain-specific language (DSL). IaC is a huge improvement over earlier ways of managing infrastructure, such as using a web console or having a collection of batch scripts. With IaC, you can apply many of the best engineering practices, which you already use with application software, to your infrastructure. Some best practices include:
[Infrastructure as Code (IaC)](/what-is/what-is-infrastructure-as-code) is now a widely adopted practice. With IaC, you describe your infrastructure programmatically using a tool that provides its own domain-specific language (DSL). IaC is a huge improvement over earlier ways of managing infrastructure, such as using a web console or having a collection of batch scripts. With IaC, you can apply many of the best engineering practices, which you already use with application software, to your infrastructure. Some best practices include:

- Versioning
- Tracking changes all the way from code commit to deployment
Expand Down
2 changes: 1 addition & 1 deletion content/what-is/what-is-secrets-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This article addresses several questions that help more fully explain secrets ma
* What are the different elements of secrets management?
* What are some products that help with secrets management?
* What benefits does secrets management provide?
* How does secrets management relate to infrastructure as code and configuration management?
* How does secrets management relate to [infrastructure as code](/what-is/what-is-infrastructure-as-code) and [configuration management](/what-is/what-is-configuration-management)?

## What are the different elements of secrets management?

Expand Down
Loading