Code Monkey home page Code Monkey logo

php-fpm-demo's Introduction

php-fpm-demo

It is a demo of php-fpm deployed on a tke cluster in nginxingress

Steps

build image and push registry

cd dockerfile
docker build -t <registry>/<repository>:<tag>  -f Dockerfile ../
docker login <registry> --username <your user> --password <your password>
docker push <registry>/<repository>:<tag>

deploy

change deployment.yaml "" to real image

change deployment.yaml "" to real secret

configmap.yaml "SCRIPT_FILENAME" must be matched with Dockerfile "WORKDIR", this demo use directory "/project"

note: k8s must install nginxingress, ingress resource need set annotations: kubernetes.io/ingress.class: It is necessary to add annotations in ingress resource: nginx.ingress.kubernetes.io/backend-protocol: FCGI nginx.ingress.kubernetes.io/fastcgi-index: index.php nginx.ingress.kubernetes.io/fastcgi-params-configmap

cd k8s
kubectl apply -f ./

dockerfile

  • php-runtime-Dockerfile can build php runtime image
  • lumen-Dockerfile can build lumen framework depending on runtime image
  • Dockerfile is used to build demo project which include installing runtime, lumen and COPY demo project(../public/*)

k8s

including deployment, service, configmap, ingress resource deployd on k8s

php-fpm-demo's People

Contributors

volume-ji avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.