Where should we start from ?
With a little story
Let's plan a festival
What do we need ?
checklist ?
With rulesets and logic
terraform {
version = "0.11.13"
}
provider "aws" {
region = "eu-central-1"
}
resource "aws_s3_bucket" "your_new_bucket" {
bucket = "my-first-website-cloud-native-website"
acl = "public-read"
website {
index_document = "index.html"
}
apiVersion: v1
kind: Pod
metadata:
name: nicepod
labels:
App: dev
spec:
containers:
- name: web
image: nginx
ports:
- name: web
containerPort: 80
protocol: TCP*Imperative is a possibility too
GitOps with Terraform Cloud
GitOps with ArgoCD
Special thanks to the ugly avatar bot for deploying all the stuff for us.
A hero without cape
parcelLab/deployment.git
Collaboration with Infrastructure as Code is efficient
parcelLab/infrastructure.git
Our AWS datacenter running parcelLab's EC2 instances - true story
Supported and managed by AWS
Just-in-time Nodes
Node 1
Node 2
Node 3
Node 3
Node 4
Our AWS datacenter now - not exaggerated
parcelBazaar
Teams only take care of the app configuration and its container/s
Stay tuned: January 12th 2023