v5.85.0 #175
ngeorger
announced in
Announcements
v5.85.0
#175
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What's Changed
Full Changelog: v5.84.2...v5.85.0
Ghost on Kubernetes by SREDevOps.Org
Community for SRE, DevOps, Cloud Native, GNU/Linux, and more. 🌎
| | | | |
Star History
Recent Changes
We've made some significant updates to improve the security and efficiency of our Ghost implementation on Kubernetes:
Features
ARM64 Compatible
Installation
0. Clone the repository or fork it
1. Check the example configurations
kind: Secret
in theghost-on-kubernetes
namespace for Ghost and MySQL configuration. There are two example configuration files:config.development.sample.yaml
: This configuration file is for the Ghost development environment. It uses SQLite as the database. It can be useful if you want to test the Ghost configuration before implementing it in a production environment.config.production.sample.yaml
: This configuration file is for the Ghost production environment. It uses MySQL 8, and is the recommended configuration for production environments. It requires a valid top-level domain (TLD) and configuration for Ingress to access Ghost from the Internet.2. Review the default values and make changes as needed in the following files
deploy/00-namespace.yaml
# Change the namespace according to your needsdeploy/01-secrets.yaml
deploy/02-pvc.yaml
# Change the storageClassName according to your needsdeploy/03-services.yaml
# Change the hosts according to your needsdeploy/04-config.production.yaml
# Change the values according to the secrets and servicesdeploy/05-mysql.yaml
# Change the values according to the secrets and servicesdeploy/06-ghost-deployment.yaml
# Change the values according to the secrets and servicesdeploy/07-ingress.yaml
# Optional3. Apply your manifests
4. Access your Ghost CMS
5. Open your browser and access your Ghost CMS
6. Log in to your Ghost CMS Admin Panel
Contributing
We welcome contributions from the community! Please check the CONTRIBUTING.md file for more information on how to contribute to this project.
License and Credits
This discussion was created from the release v5.85.0.
Beta Was this translation helpful? Give feedback.
All reactions