PHP Classes

File: push.sh

Recommend this page to a friend!
  Classes of Nahidul Hasan   Laravel Docker Kubernetes   push.sh   Download  
File: push.sh
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel Docker Kubernetes
Run a Laravel project using Docker and Kubernetes
Author: By
Last change:
Date: 2 years ago
Size: 268 bytes
 

Contents

Class file image Download
docker build . -f ./deploy/dockerfile -t laravel:v4 docker tag laravel:v4 docker.io/nahid35/laravel:v4 docker push docker.io/nahid35/laravel:v4 kubectl apply -f deploy/app/secret.yml kubectl apply -f deploy/app/deploy.yml kubectl apply -f deploy/app/service.yml