Guest User

Untitled

a guest
Jun 25th, 2018
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.98 KB | None | 0 0
  1. Programmable Cloud with Pulumi
  2. ------------------------------
  3.  
  4. **Azure-focused**
  5.  
  6. Modern cloud applications consist of many moving parts, so they are hard to manage without employing Infrastructure as Code approach.
  7.  
  8. Traditionally, ARM templates are used to streamline provisioning and managing Azure environments. However, JSON templates tend to be verbose, hard to create and reuse, and require specific skills.
  9.  
  10. What if instead of configuration files you could use your favorite programming language?
  11.  
  12. Pulumi lets you create all aspects of cloud programs using real code, from infrastructure on up to the application itself. Learn how to use TypeScript to embrace the whole variety of Azure cloud services in simple, desired-state declarative manner.
  13.  
  14.  
  15. **General cloud- and language-agnostic (600 chars max)**
  16.  
  17. Modern cloud applications consist of many moving parts, so they are hard to manage without employing Infrastructure as Code approach.
  18.  
  19. Traditionally, tools like CloudFormation, ARM templates and Terraform employ YAML or JSON templates, which tend to be verbose and hard to create and reuse.
  20.  
  21. What if instead of configuration files you could use your favorite programming language?
  22.  
  23. Pulumi lets you create all aspects of cloud programs using real code, from infrastructure on up to the application itself, embracing the whole variety of cloud services in simple, desired-state declarative manner.
  24.  
  25.  
  26. **Serverless-focused**
  27.  
  28. Serverless applications consist of many moving parts, so they are hard to manage without employing Infrastructure as Code approach.
  29.  
  30. Traditionally, tools like CloudFormation, ARM templates and Terraform employ YAML or JSON templates, which tend to be verbose and hard to create and reuse.
  31.  
  32. Pulumi lets you create all aspects of cloud programs using real code, from infrastructure on up to the application itself. By using the same programming language for provisioning and functions, infrastructure becomes a core part of your serverless application's architecture, not an afterthought.
Add Comment
Please, Sign In to add comment