All Projects β†’ webbertakken β†’ K8sSymfonyReact

webbertakken / K8sSymfonyReact

Licence: MIT license
We've found a ship, a captain, a composer and an orchestra. 🎡

Programming Languages

javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to K8sSymfonyReact

Kotsu
✨ Clean, opinionated foundation for new projects β€” to boldly go where no man has gone before
Stars: ✭ 48 (+269.23%)
Mutual labels:  continuous-deployment
jekyll-cd
GitHub Action to build and deploy a Jekyll site to GitHub Pages πŸ§ͺ
Stars: ✭ 21 (+61.54%)
Mutual labels:  continuous-deployment
workr
Simple and easy to setup job runner for any kind of automation
Stars: ✭ 15 (+15.38%)
Mutual labels:  continuous-deployment
powerapps-packagedeployer-template
Enhanced deployment capabilities when deploying with the Power Apps Package Deployer.
Stars: ✭ 18 (+38.46%)
Mutual labels:  continuous-deployment
ci-docker-image
A Docker Image meant for use with CI/CD pipelines
Stars: ✭ 23 (+76.92%)
Mutual labels:  continuous-deployment
docker-fastpath
Only Build Your Docker ImagesΒ Once
Stars: ✭ 52 (+300%)
Mutual labels:  continuous-deployment
toolbox
Unified kit with all the scripts required for maintaining the repository 🧰
Stars: ✭ 60 (+361.54%)
Mutual labels:  continuous-deployment
workflow-webhook
A Github workflow action to call a webhook with payload data from the event. Support for JSON or URL encoded endpoints.
Stars: ✭ 90 (+592.31%)
Mutual labels:  continuous-deployment
build-plugin-template
Template repository to create new Netlify Build plugins.
Stars: ✭ 26 (+100%)
Mutual labels:  continuous-deployment
chuckwagon
a Scala/sbt AWS Lambda Toolkit
Stars: ✭ 29 (+123.08%)
Mutual labels:  continuous-deployment
nightly-docker-rebuild
Use nightli.es πŸŒ” to rebuild N docker πŸ‹ images πŸ“¦ on hub.docker.com
Stars: ✭ 13 (+0%)
Mutual labels:  continuous-deployment
variants
A command-line tool to setup deployment variants for iOS and Android, alongside a working CI/CD setup.
Stars: ✭ 23 (+76.92%)
Mutual labels:  continuous-deployment
kubernetes-update-manager
A manager to update deployments with migration jobs in Kubernetes.
Stars: ✭ 17 (+30.77%)
Mutual labels:  continuous-deployment
kube-applier
kube-applier enables automated deployment and declarative configuration for your Kubernetes cluster.
Stars: ✭ 27 (+107.69%)
Mutual labels:  continuous-deployment
landkid
Your friendly neighborhood async merging robot goat.
Stars: ✭ 80 (+515.38%)
Mutual labels:  continuous-deployment
cloud-s4-sdk-pipeline
The Cloud SDK pipeline uses the Cloud SDK continuous delivery server for building, checking, and deploying extension applications. Projects based on the SAP Cloud SDK archetype will automatically use this pipeline.
Stars: ✭ 65 (+400%)
Mutual labels:  continuous-deployment
www.go.cd
Github pages repo
Stars: ✭ 39 (+200%)
Mutual labels:  continuous-deployment
bump-everywhere
πŸš€ Automate versioning, changelog creation, README updates and GitHub releases using GitHub Actions,npm, docker or bash.
Stars: ✭ 24 (+84.62%)
Mutual labels:  continuous-deployment
imago
Ensure kubernetes pods run on latest images builds from the docker registry
Stars: ✭ 83 (+538.46%)
Mutual labels:  continuous-deployment
aws-cloudformation-simplified
AWS CloudFormation - Simplified | Hands On Learning !!
Stars: ✭ 51 (+292.31%)
Mutual labels:  continuous-deployment

K8sSymfonyReact


K8sSymfonyReact is ready-to-go boilerplate for a scalable Symfony application with a React frontend.

Prerequisites

The following tools should be available from your command line:

Start

Build and run your application, watching container logs:

docker-compose up --build

Build your assets:

yarn dev-server

Console

docker-compose exec php bin/console

Lint

Check code styles using linters:

yarn lint

Test

Test your application:

yarn test

Build

Build your application for production:

yarn build

Push

Push the build to your container registry:

yarn push

Requires docker to be configured for the container registry (example for Google Cloud).

The recommended way to do this is to authenticate a builder-system to the container-registry of your cloud project.

Release

Perform a rolling update to your production or staging, depending on current kubectl context (cluster and namespace):

yarn release

Requires a running Kubernetes cluster having the projects infrastructure set up.

Additionally you need to have a context configured for kubectl, that reflects the cluster and the desired namespace for this build.

Troubleshooting

When experiencing unexpected problems, refer to the troubleshooting section to update the requirements.

If that doesn't work; please create an issue.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].