Projects to practice manifest files
📰 Reddit r/devops
Practice writing manifest files with stable three-tier apps to improve DevOps skills
Action Steps
- Find a stable three-tier app on GitHub or GitLab to practice with
- Run the app and identify the components that need to be configured
- Configure the backend and frontend components using manifest files
- Test the app to ensure that all components are working properly
- Compare the results with the original configuration to identify improvements
Who Needs to Know This
DevOps engineers and developers can benefit from practicing with manifest files to improve deployment and configuration management skills
Key Insight
💡 Practicing with manifest files and stable three-tier apps can help improve deployment and configuration management skills
Share This
Improve your DevOps skills by practicing with manifest files and stable three-tier apps! #DevOps #ManifestFiles
Key Takeaways
Practice writing manifest files with stable three-tier apps to improve DevOps skills
Full Article
Recently came across mother of all demo app . It promised that it is a large blog app where multiple frontend and backend works intertwined . But found out it to be maintainability fever dream. No two frontend and backend works properly if backend works properly, frontend is not configured . The last maintained project is of angular and is directly baked to use a hardcoded a backend url. If you guys have some stable three tier app publicly available do
DeepCamp AI