https://github.com/amamov/cloud-computing
Cloud Computing & IT Infrastructure
https://github.com/amamov/cloud-computing
Last synced: 7 months ago
JSON representation
Cloud Computing & IT Infrastructure
- Host: GitHub
- URL: https://github.com/amamov/cloud-computing
- Owner: amamov
- Created: 2021-03-20T06:00:09.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-01T07:25:34.000Z (about 4 years ago)
- Last Synced: 2025-01-17T11:42:41.706Z (9 months ago)
- Language: Dockerfile
- Homepage:
- Size: 220 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IT 인프라
## VPS
### AWS EC2
### AWS Lightsail
### SSNODES
- [ssdnodes](https://www.ssdnodes.com/)
## Storage
### Azure Storage
### Amazone S3
### Google Cloud Storage
## Database
### Azure Database for PostgreSQL
### Google Cloud SQL
## Cache/Redis server
### Azure Cache for Redis
### Amazone Elastic Cache
### Google Cloud Memorystore
## Docker Container Orchestation
### Azure
#### Azure Container Registry
Docker Registry 관리형 서비스
#### Azure Container Instances
VM을 직접 프로비저닝 하지 않고, VM 기반의 컨테이너
#### Azure Kubernetes Service
K8S 관리형 서비스
#### Azure Web App for Containers
**Docker도 지원하는 PaaS 플랫폼**
#### Azure Functions
Serverless 플랫폼.
Docker를 통한 운영도 지원 (AWS, GCP는 아직까지 지원 X)
### GCP
#### Google Container Registry
Docker Registry 관리형 서비스
#### Google Compute Engine
서비스 차원에서 VM으로의 Docker 지원
#### Google Kubernetes Engine
본진의 K8S 관리형 서비스
#### Google AppEngine Flexible
> Azure Web App for Containers와 비슷한 서비스
**PaaS 플랫폼.**
Docker를 통한 운영도 지원
### AWS
#### Elastic Container Registry
Docker Registry 관리형 서비스
#### Fargate
ECS/EKS에서 구동. 리소스 제어권을 AWS에 위임
#### Elastic Container Service
AWS만의 EC2 컨테이너 서비스
#### Elastic Kubernetes Service
K8S 관리형 서비스
#### Elastic Beanstalk
PaaS 플랫폼이라고 하지만, 자동화된 IaaS에 가깝다.
#### AWS Lambda
Serverless 플랫폼 AWS에서 직접 운영하는 VM에서 구동. Docker 지원 X