Skip to content
main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
class-container-curriculum-dev/08-supplementary-guides/
class-container-curriculum-dev/08-supplementary-guides/

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time

Supplementary Guides

This directory contains additional resources and guides to help you understand and troubleshoot various aspects of the project's infrastructure and deployment process.

Docker Compose Troubleshooting

docker-compose-troubleshooting.md

This document provides common troubleshooting steps for Docker Compose deployments, including:

  • Viewing logs
  • Checking service status
  • Rebuilding and restarting services
  • Cleaning up Docker resources
  • Inspecting containers

Kubernetes Guide for Docker Users

kubernetes-guide.md

This guide helps developers familiar with Docker and Docker Compose transition to Kubernetes. It covers:

  • Creating Kubernetes YAML files
  • Standard structure of Kubernetes YAML files
  • Important considerations when working with Kubernetes
  • Key differences from Docker Compose

Production Workflow and Best Practices

production-workflow-explanation.md

This guide outlines the production workflow and best practices implemented in the project:

  • Detailed architecture overview
  • GitOps-based workflow explanation
  • CI/CD pipeline process
  • Infrastructure provisioning with Terraform
  • Deployment process
  • Best practices for security, scalability, and maintainability

These guides are designed to complement the main project documentation and provide deeper insights into specific areas of the deployment and management process. Refer to these resources as needed when working with the project's infrastructure and deployment pipeline.