Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup Containers and DevOps Tooling #1

Open
3 of 15 tasks
Astronaut101 opened this issue Jan 31, 2024 · 3 comments
Open
3 of 15 tasks

Setup Containers and DevOps Tooling #1

Astronaut101 opened this issue Jan 31, 2024 · 3 comments

Comments

@Astronaut101
Copy link
Owner

Astronaut101 commented Jan 31, 2024

Project outline:

  • Automate Django as a Container
  • Setup Local Django Environment
  • Why we use Kubernetes
  • Provision Kubernetes Cluster
  • Running containers on Kubernetes
  • Environment Variables with ConfigMaps
  • Env Vars with K8s Secrets
  • Kubernetes Way of Doing SSH
  • Multiple Pods & K8s Secrets
  • Managing Pods with Deployments
  • Serve External Traffic with K8s Services
  • Update Django Project and Rollout Changes
  • Github Actions Workflow for Kubectl
  • Github Actions as our Secrets Manager
  • Setup Twingate Network and Client
@Astronaut101
Copy link
Owner Author

Astronaut101 commented Jan 31, 2024

Note when configuring your buildpack environment variables in building your Django Containers:

  • Use small caps when linking your project repository with your DOCKER_HUB_REPO (i.e. <your_docker_username>/<your_github_repo>)
  • Use your Docker Username

@Astronaut101
Copy link
Owner Author

Astronaut101 commented Feb 2, 2024

Provisioning Kubernetes Cluster:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@Astronaut101 and others