Skip to content

Commit

Permalink
Update docs/**, Dockerfile.ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Hong committed Jan 10, 2025
1 parent 509a494 commit b56600a
Show file tree
Hide file tree
Showing 12 changed files with 37 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ RUN apt-get update && \
RUN curl -sSL https://install.python-poetry.org | python3 -
ENV PATH="${PATH}:/root/.local/bin"
RUN poetry --version
RUN poetry self add poetry-plugin-export

#install/build dependencies from this Python project
COPY poetry.lock pyproject.toml /temp
Expand Down
5 changes: 5 additions & 0 deletions docs/Artifacts/Artifacts.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Artifacts

## Guides/tips...etc

* Nexus
11 changes: 11 additions & 0 deletions docs/Container Orchestration/Container Orchestration.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Container Orchestration

## Guides/tips...etc

* Kubernetes
* vanlina
* k3s
* GKE
* EKS
* ACK
* Nomad
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 6 additions & 0 deletions docs/GitOps/GitOps.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# GitOps

## Guides/tips...etc

* ArgoCD
* [ArgoCD/docs](https://argo-cd.readthedocs.io/en/stable/)
6 changes: 6 additions & 0 deletions docs/Service Mesh/Service Mesh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Service Mesh

## Guides/tops..etc

* Istio
* Envoy
8 changes: 8 additions & 0 deletions docs/Software_design_patterns/Cloud Design Patterns.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Cloud Design Patterns

## Guides/tips...etc

* Availability
* Data Management
* Design and Implementation
* Management and Monitoring

0 comments on commit b56600a

Please sign in to comment.