Skip to content

samircastro27/example

Repository files navigation

Example Skaffold(Node)

Pre-requirements 📋

It is recommended to have the following technologies installed

Installation 🔧

To run the project you must create an .envrc file with the following environment variables

export PORT=XXXX

The environment variables created in the .env file must be exported

source .envrc

Deploy 📦

To run the server with its functionality, you must use the node run command

npm i && node server.js

Deploy Kubernetes 📦

To run command

skaffold run -p name-profile

To run command docker-compose up -d kubectl get ns kubectl -n test get all kubectl -n default get all kubectl get ns kubectl -n test get all kubectl -n default get all kubectl -n default get nodes ...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published