shopware/k8s-meta 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

shopware/k8s-meta

最新稳定版本:2.0.0

Composer 安装命令:

composer require shopware/k8s-meta

包简介

A meta package providing recipes for Shopware K8S Operator

README 文档

README

k8s-meta provides recipes specifically designed to deploy and manage Shopware applications based on the Symfony framework within Kubernetes environments.

Features

  • Kubernetes manifests and configuration tailored for Shopware applications built on Symfony
  • Recipes for handling Shopware container deployments, scaling, and configuration
  • Easy integration with Shopware Helm charts and the Shopware Operator for managing lifecycle
  • Support for popular Kubernetes ecosystems and tools such as Helm and Traefik

Getting Started

Prerequisites

  • Kubernetes cluster (version 1.19 or later recommended)
  • Helm 3+ package manager
  • Docker for image building
  • Optional: Kind for local Kubernetes cluster testing

Installation

  1. Clone the repository:
git clone https://github.com/shopware/k8s-meta.git
cd k8s-meta
  1. Build your Shopware Docker image (example):
docker build -t your-shopware-image -f docker/Dockerfile .
  1. Load the image into your local Kubernetes cluster (e.g., Kind):
kind load docker-image your-shopware-image
  1. Use the Helm charts from the Shopware project to deploy Shopware in your cluster:
helm repo add shopware https://shopware.github.io/helm-charts/
helm install shopware shopware/shopware --namespace shopware --create-namespace

Refer to the Shopware Helm chart documentation for full installation, configuration, and upgrade instructions.

Documentation & Resources

License

Shopware 6 is completely free and released under the MIT License.

Contributing

Contributions are welcome! Please follow the standard GitHub flow:

  • Fork the repository
  • Create a feature branch
  • Open a pull request with detailed description of changes

统计信息

  • 总下载量: 3.53k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 5
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-06-10