https://github.com/techjacker/rosetta-cloud
Translation of cloud terminology
https://github.com/techjacker/rosetta-cloud
architecture aws aws-lambda cloud kubernetes serverless
Last synced: 7 months ago
JSON representation
Translation of cloud terminology
- Host: GitHub
- URL: https://github.com/techjacker/rosetta-cloud
- Owner: techjacker
- Created: 2017-04-02T11:56:31.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-02T11:56:34.000Z (almost 9 years ago)
- Last Synced: 2025-04-04T02:13:01.256Z (12 months ago)
- Topics: architecture, aws, aws-lambda, cloud, kubernetes, serverless
- Homepage:
- Size: 0 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
|Component |AWS VMs on EC2 / ISOs |Kubernetes |Serverless (AWS lambda) |
|---------------|--------------------------------|--------------------------------------------------|-----------------------------------|
|Entrypoint |Load Balancer/nginx ec2 instance|Ingress |API Gateway |
|IP assignment |NAT instance in public subnet |Pods assigned unique IPs via Overlay Network |Lambda ARN assigned to API endpoint|