Skip to content

bernecg/k8s_alura

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kubernets study

This repo was created to save the study of Kubernets. The class followed was from Alura

Instructions

It's actually pretty simple to have the application up and running. First you need to have kubectl installed and, if you want to test in a local env, have minikube also installed.

Then:

  • Create a ConfigMap setting slack.url with the Slack hook.
    • kubectl create configmap dev-config --from-literal=slack.url=URL_HERE.
  • Enter kubernets directory.
  • Create the application and system pods.
    • kubectl create -f deploy-aplicacao.yml
    • kubectl create -f deploy-sistema-stateful.yml.yml

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published