Skip to content

section/www-taqueria-shop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mi Taqueria

This repository contains the source code for a simple web application that is deployed on Section.

Environment information:

Kubectl setup

Following Section's documention set up kubectl:

kubectl config set-cluster www-taqueria-shop \
   --certificate-authority=/etc/ssl/certs/ca-certificates.crt \
   --server=KEI_ENDPOINT
kubectl config set-context taqueria-shop \
   --cluster=www-taqueria-shop \
   --user=section-user
kubectl config use-context taqueria-shop

Deploying the application

Use the following command to deploy the application.

kubectl apply -k k8s/base

Application architecture

Please refer to the PDF labeled www-taqueria-shop.pdf in the repository.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published