From ebe30eafdfbb70cb2a62cd72ebd7be8bf2267522 Mon Sep 17 00:00:00 2001 From: Piethein Strengholt Date: Thu, 10 May 2018 18:16:51 +0200 Subject: [PATCH] cleanup and update readme --- push.sh | 12 ------------ readme.md | 3 ++- 2 files changed, 2 insertions(+), 13 deletions(-) delete mode 100755 push.sh diff --git a/push.sh b/push.sh deleted file mode 100755 index b575b89..0000000 --- a/push.sh +++ /dev/null @@ -1,12 +0,0 @@ -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 diff --git a/readme.md b/readme.md index 1f30a6c..b8fad48 100755 --- a/readme.md +++ b/readme.md @@ -1,6 +1,7 @@ # laravel-docker-kubernetes -From here you will be able to know that how you will run your Laravel project using Docker and how you will deploy using Kubernetes(minikube) +Kubernetes is an open-source system for automating deployment, scaling, and management of containerized applications. I'm using this personal repository as an attempt to package and run Laravel using Docker and deploy it on Kubernetes. In this tutorial I'm using Minikube, which is a tool that makes it easy to run Kubernetes locally. Minikube runs a single-node Kubernetes cluster inside a VM on your laptop for users looking to try out Kubernetes or develop with it day-to-day. This repository is a copy of the laravel-docker-k8s from nahidulhasan [link](https://github.com/nahidulhasan/laravel-docker-k8s), but since I'm going to adjust it heavily I think it is better to copy than to fork. + ### Run the project using docker