Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/flolu/cents-ideas-old

💡 Small Project for Experimenting with Microservices Architecture
https://github.com/flolu/cents-ideas-old

docker docker-compose express jest k8s kubernetes logging message-queue microservices minikube mongodb monorepo nodejs rabbitmq rpc typescript yarn-workspaces

Last synced: 26 days ago
JSON representation

💡 Small Project for Experimenting with Microservices Architecture

Awesome Lists containing this project

README

        

# Setup

```
yarn bootstrap
```

# Run locally

```
yarn start:dev
```

# Cheat sheet

## Docker

### Pushing docker iamges

```
docker tag my_image $DOCKER_ID_USER/my_image
docker push $DOCKER_ID_USER/my_image
```

## K8s

### Read logs

```
kubectl get all
kubectl logs
kubectl apply -f
kubectl delete all --all
```

// TODO create script to automatically build, tag and push docker images

// TODO better way of supplying k8s pods with env vars