From 03608f112ed2e854d44cc5b40515ba8d1c24319f Mon Sep 17 00:00:00 2001 From: Tung Bui Date: Fri, 5 Apr 2024 23:39:43 +0700 Subject: [PATCH 01/23] doc: using HTML table --- README.md | 203 +++++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 177 insertions(+), 26 deletions(-) diff --git a/README.md b/README.md index bdde8db1..0eb11730 100755 --- a/README.md +++ b/README.md @@ -47,32 +47,183 @@ DevOps combines development (Dev) and operations (Ops) to increase the efficienc We cover a wide range of DevOps topics in our content library, explore them under [**topics**](./topics/). You can also refer to [**roadmap.sh/devops**](https://roadmap.sh/devops) to see where each topic fits in the toolchain -| Item | Content | Official Docs | Hands-on | -| :--------------- | :--------------------------------------- | :---------------------------------------------------------------------------------------------------------- | :----------------------------------------------------------------------------------------------------- | -| Ansible | [ansible](./topics/ansible/) | πŸ“– [docs.ansible.com](https://docs.ansible.com/) | βœ”οΈ [ansible-helloworld.sh](./topics/ansible/basic/helloworld/ansible-helloworld.sh) | -| Docker | [docker](./topics/docker/) | πŸ“– [docs.docker.com](https://docs.docker.com/) | βœ”οΈ [docker-helloworld.sh](./topics/docker/basic/docker-helloworld.sh) | -| Kubernetes (k8s) | [k8s](./topics/k8s/) | πŸ“– [kubernetes.io/docs](https://kubernetes.io/docs/home/) | βœ”οΈ [k8s-helloworld.sh](./topics/k8s/basic/helloworld/k8s-helloworld.sh) | -| Istio | [istio](./topics/istio/) | πŸ“– [istio.io/latest/docs](https://istio.io/latest/docs/) | βœ”οΈ [getting-started](https://istio.io/latest/docs/setup/getting-started/) | -| Aws | [aws](./topics/aws/) | πŸ“– [docs.aws.amazon.com](https://docs.aws.amazon.com/) | βœ”οΈ [EC2_GetStarted](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EC2_GetStarted.html) | -| Helm | [helm](./topics/helm/) | πŸ“– [helm.sh/docs](https://helm.sh/docs/) | βœ”οΈ [helm-helloworld.sh](./topics/helm/basic/helm-helloworld.sh) | -| Jenkins | [jenkins](./topics/jenkins/) | πŸ“– [www.jenkins.io/doc](https://www.jenkins.io/doc/) | βœ”οΈ [Jenkins-Hello-World.md](./topics/jenkins/basic/Jenkins-Hello-World.md) | -| Terraform | [terraform](./topics/terraform/) | πŸ“– [terraform/docs](https://developer.hashicorp.com/terraform/docs) | βœ”οΈ [terraform-helloworld.sh](./topics/terraform/basic/terraform-helloworld.sh) | -| Shell | [shell](./topics/shell/) | πŸ“– [devdocs.io/bash](https://devdocs.io/bash/) | βœ”οΈ [basic.sh](./topics/shell/basic/basic.sh) | -| Git | [git](./topics/git/) | πŸ“– [git-scm.com/doc](https://git-scm.com/doc) | βœ”οΈ [git-helloworld.sh](./topics/git/basic/hello-world/git-helloworld.sh) | -| Elk | [elk](./topics/elk/) | πŸ“– [www.elastic.co/guide](https://www.elastic.co/guide/index.html) | βœ”οΈ [elk/basic/helloworld](./topics/elk/basic/helloworld/) | -| ArgoCD | [argocd](./topics/argocd/) | πŸ“– [argo-cd.readthedocs.io](https://argo-cd.readthedocs.io/en/stable/) | βœ”οΈ [argocd/basic](./topics/argocd/basic/) | -| Github-Action | [github-action](./topics/github-action/) | πŸ“– [docs.github.com/actions](https://docs.github.com/actions) | βœ”οΈ [Create First Workflow](https://docs.github.com/en/actions/quickstart#creating-your-first-workflow) | -| Gitlab CI | [gitlab-ci](./topics/gitlabci/) | πŸ“– [docs.gitlab.com/ee/ci](https://docs.gitlab.com/ee/ci/) | βœ”οΈ [Create First Pipeline](https://docs.gitlab.com/ee/ci/quick_start/) | -| Groovy | [groovy](./topics/groovy/) | πŸ“– [groovy-lang.org](https://groovy-lang.org/documentation.html) | βœ”οΈ [groovy/basic](./topics/groovy/basic/) | -| Prometheus | [prometheus](./topics/prometheus/) | πŸ“– [prometheus.io/docs](https://prometheus.io/docs/) | βœ”οΈ [prometheus-helloworld.sh](./topics/prometheus/basic/prometheus-helloworld.sh) | -| Python | [python](./topics/python/) | πŸ“– [www.python.org/doc](https://www.python.org/doc/) | βœ”οΈ [python/basic](./topics/python/basic/) | -| Openstack | [openstack](./topics/openstack/) | πŸ“– [docs.openstack.org](https://docs.openstack.org/2023.2/) | βœ”οΈ [openstack/helloworld](./topics/openstack/basic/) | -| Azure-DevOps | [azuredevops](./topics/azuredevops/) | πŸ“– [learn.microsoft.com](https://learn.microsoft.com/en-us/azure/devops) | βœ”οΈ [azuredevops/basic](./topics/azuredevops/basic/) | -| Coding | [coding](./topics/coding/) | πŸ“– [coding](./topics/coding/) | πŸƒ in-progress | -| Architecture | [architecture](./topics/architecture/) | πŸ“– [architecture/README.md](https://github.com/tungbq/devops-basic/blob/main/topics/architecture/README.md) | ⏩coming-soon | -| Packer | coming-soon | πŸ“– [www.packer.io](https://www.packer.io/) | ⏩coming-soon | -| Microservices | [microservices](./topics/microservices/) | πŸ“– [aws.amazon.com/microservices](https://aws.amazon.com/microservices/) | ⏩ coming-soon | -| HashiCorp Vault | coming-soon | πŸ“– [developer.hashicorp.com/vault/docs](https://developer.hashicorp.com/vault/docs) | ⏩ coming-soon | + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ItemContentOfficial DocsHands-on
AnsibleansibleπŸ“– docs.ansible.comβœ”οΈ ansible-helloworld.sh
DockerdockerπŸ“– docs.docker.comβœ”οΈ docker-helloworld.sh
Kubernetes (k8s)k8sπŸ“– kubernetes.io/docsβœ”οΈ k8s-helloworld.sh
IstioistioπŸ“– istio.io/latest/docsβœ”οΈ getting-started
AwsawsπŸ“– docs.aws.amazon.comβœ”οΈ EC2_GetStarted
HelmhelmπŸ“– helm.sh/docsβœ”οΈ helm-helloworld.sh
JenkinsjenkinsπŸ“– www.jenkins.io/docβœ”οΈ Jenkins-Hello-World.md
TerraformterraformπŸ“– terraform/docsβœ”οΈ terraform-helloworld.sh
ShellshellπŸ“– devdocs.io/bashβœ”οΈ basic.sh
GitgitπŸ“– git-scm.com/docβœ”οΈ git-helloworld.sh
ElkelkπŸ“– www.elastic.co/guideβœ”οΈ elk/basic/helloworld
ArgoCDargocdπŸ“– argo-cd.readthedocs.ioβœ”οΈ argocd/basic
Github-Actiongithub-actionπŸ“– docs.github.com/actionsβœ”οΈ Create First Workflow
Gitlab CIgitlab-ciπŸ“– docs.gitlab.com/ee/ciβœ”οΈ Create First Pipeline
GroovygroovyπŸ“– groovy-lang.orgβœ”οΈ groovy/basic
PrometheusprometheusπŸ“– prometheus.io/docsβœ”οΈ prometheus-helloworld.sh
PythonpythonπŸ“– www.python.org/docβœ”οΈ python/basic
OpenstackopenstackπŸ“– docs.openstack.orgβœ”οΈ openstack/basic
Azure-DevOpsazuredevopsπŸ“– learn.microsoft.comβœ”οΈ azuredevops/basic
CodingcodingπŸ“– codingπŸƒ in-progress
ArchitecturearchitectureπŸ“– architecture/README.md⏩ coming-soon
Packercoming-soonπŸ“– www.packer.io⏩ coming-soon
MicroservicesmicroservicesπŸ“– aws.amazon.com/microservices⏩ coming-soon
HashiCorp Vaultcoming-soonπŸ“– developer.hashicorp.com/vault/docs⏩ coming-soon
- And **more upcoming topics...⏩** you can star/follow this repository to get more up-to-dated content ⭐ - For additional resources to practice these tools, visit: [**devops-project**](https://github.com/tungbq/devops-project) From db7be2f98d0cc30163eed606df6c978b0c370571 Mon Sep 17 00:00:00 2001 From: Tung Bui Date: Fri, 5 Apr 2024 23:48:07 +0700 Subject: [PATCH 02/23] doc: change book icon position --- README.md | 54 +++++++++++++++++++++++++++--------------------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/README.md b/README.md index 0eb11730..4c3626ed 100755 --- a/README.md +++ b/README.md @@ -59,168 +59,168 @@ We cover a wide range of DevOps topics in our content library, explore them unde Ansible ansible - πŸ“– docs.ansible.com - βœ”οΈ ansible-helloworld.sh + πŸ“– docs.ansible.com + βœ”οΈ ansible-helloworld.sh Docker docker - πŸ“– docs.docker.com - βœ”οΈ docker-helloworld.sh + πŸ“– docs.docker.com + βœ”οΈ docker-helloworld.sh Kubernetes (k8s) k8s - πŸ“– kubernetes.io/docs - βœ”οΈ k8s-helloworld.sh + πŸ“– kubernetes.io/docs + βœ”οΈ k8s-helloworld.sh Istio istio - πŸ“– istio.io/latest/docs + πŸ“– istio.io/latest/docs βœ”οΈ getting-started Aws aws - πŸ“– docs.aws.amazon.com + πŸ“– docs.aws.amazon.com βœ”οΈ EC2_GetStarted Helm helm - πŸ“– helm.sh/docs + πŸ“– helm.sh/docs βœ”οΈ helm-helloworld.sh Jenkins jenkins - πŸ“– www.jenkins.io/doc + πŸ“– www.jenkins.io/doc βœ”οΈ Jenkins-Hello-World.md Terraform terraform - πŸ“– terraform/docs + πŸ“– terraform/docs βœ”οΈ terraform-helloworld.sh Shell shell - πŸ“– devdocs.io/bash + πŸ“– devdocs.io/bash βœ”οΈ basic.sh Git git - πŸ“– git-scm.com/doc + πŸ“– git-scm.com/doc βœ”οΈ git-helloworld.sh Elk elk - πŸ“– www.elastic.co/guide + πŸ“– www.elastic.co/guide βœ”οΈ elk/basic/helloworld ArgoCD argocd - πŸ“– argo-cd.readthedocs.io + πŸ“– argo-cd.readthedocs.io βœ”οΈ argocd/basic Github-Action github-action - πŸ“– docs.github.com/actions + πŸ“– docs.github.com/actions βœ”οΈ Create First Workflow Gitlab CI gitlab-ci - πŸ“– docs.gitlab.com/ee/ci + πŸ“– docs.gitlab.com/ee/ci βœ”οΈ Create First Pipeline Groovy groovy - πŸ“– groovy-lang.org + πŸ“– groovy-lang.org βœ”οΈ groovy/basic Prometheus prometheus - πŸ“– prometheus.io/docs + πŸ“– prometheus.io/docs βœ”οΈ prometheus-helloworld.sh Python python - πŸ“– www.python.org/doc + πŸ“– www.python.org/doc βœ”οΈ python/basic Openstack openstack - πŸ“– docs.openstack.org + πŸ“– docs.openstack.org βœ”οΈ openstack/basic Azure-DevOps azuredevops - πŸ“– learn.microsoft.com + πŸ“– learn.microsoft.com βœ”οΈ azuredevops/basic Coding coding - πŸ“– coding + πŸ“– coding πŸƒ in-progress Architecture architecture - πŸ“– architecture/README.md + πŸ“– architecture/README.md ⏩ coming-soon Packer coming-soon - πŸ“– www.packer.io + πŸ“– www.packer.io ⏩ coming-soon Microservices microservices - πŸ“– aws.amazon.com/microservices + πŸ“– aws.amazon.com/microservices ⏩ coming-soon HashiCorp Vault coming-soon - πŸ“– developer.hashicorp.com/vault/docs + πŸ“– developer.hashicorp.com/vault/docs ⏩ coming-soon From c06c30888e182ee4a957291d32827ae2a8e846fc Mon Sep 17 00:00:00 2001 From: Tung Bui Date: Fri, 5 Apr 2024 23:49:49 +0700 Subject: [PATCH 03/23] doc: change check icon position --- README.md | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 4c3626ed..1a11542a 100755 --- a/README.md +++ b/README.md @@ -81,112 +81,112 @@ We cover a wide range of DevOps topics in our content library, explore them unde Istio istio πŸ“– istio.io/latest/docs - βœ”οΈ getting-started + βœ”οΈ getting-started Aws aws πŸ“– docs.aws.amazon.com - βœ”οΈ EC2_GetStarted + βœ”οΈ EC2_GetStarted Helm helm πŸ“– helm.sh/docs - βœ”οΈ helm-helloworld.sh + βœ”οΈ helm-helloworld.sh Jenkins jenkins πŸ“– www.jenkins.io/doc - βœ”οΈ Jenkins-Hello-World.md + βœ”οΈ Jenkins-Hello-World.md Terraform terraform πŸ“– terraform/docs - βœ”οΈ terraform-helloworld.sh + βœ”οΈ terraform-helloworld.sh Shell shell πŸ“– devdocs.io/bash - βœ”οΈ basic.sh + βœ”οΈ basic.sh Git git πŸ“– git-scm.com/doc - βœ”οΈ git-helloworld.sh + βœ”οΈ git-helloworld.sh Elk elk πŸ“– www.elastic.co/guide - βœ”οΈ elk/basic/helloworld + βœ”οΈ elk/basic/helloworld ArgoCD argocd πŸ“– argo-cd.readthedocs.io - βœ”οΈ argocd/basic + βœ”οΈ argocd/basic Github-Action github-action πŸ“– docs.github.com/actions - βœ”οΈ Create First Workflow + βœ”οΈ Create First Workflow Gitlab CI gitlab-ci πŸ“– docs.gitlab.com/ee/ci - βœ”οΈ Create First Pipeline + βœ”οΈ Create First Pipeline Groovy groovy πŸ“– groovy-lang.org - βœ”οΈ groovy/basic + βœ”οΈ groovy/basic Prometheus prometheus πŸ“– prometheus.io/docs - βœ”οΈ prometheus-helloworld.sh + βœ”οΈ prometheus-helloworld.sh Python python πŸ“– www.python.org/doc - βœ”οΈ python/basic + βœ”οΈ python/basic Openstack openstack πŸ“– docs.openstack.org - βœ”οΈ openstack/basic + βœ”οΈ openstack/basic Azure-DevOps azuredevops πŸ“– learn.microsoft.com - βœ”οΈ azuredevops/basic + βœ”οΈ azuredevops/basic From 254efe4f7449ac657ee1ce99aca4ffb42671a2d9 Mon Sep 17 00:00:00 2001 From: Tung Bui Date: Fri, 5 Apr 2024 23:52:46 +0700 Subject: [PATCH 04/23] doc: add icon --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1a11542a..2863267d 100755 --- a/README.md +++ b/README.md @@ -56,21 +56,21 @@ We cover a wide range of DevOps topics in our content library, explore them unde Hands-on - + Ansible ansible πŸ“– docs.ansible.com βœ”οΈ ansible-helloworld.sh - + Docker docker πŸ“– docs.docker.com βœ”οΈ docker-helloworld.sh - + Kubernetes (k8s) k8s πŸ“– kubernetes.io/docs @@ -91,7 +91,7 @@ We cover a wide range of DevOps topics in our content library, explore them unde βœ”οΈ EC2_GetStarted - + Helm helm πŸ“– helm.sh/docs @@ -133,7 +133,7 @@ We cover a wide range of DevOps topics in our content library, explore them unde βœ”οΈ elk/basic/helloworld - + ArgoCD argocd πŸ“– argo-cd.readthedocs.io @@ -161,7 +161,7 @@ We cover a wide range of DevOps topics in our content library, explore them unde βœ”οΈ groovy/basic - + Prometheus prometheus πŸ“– prometheus.io/docs From 2b2c8aa31b3560341fbe1b3835bb4e1e638a0d70 Mon Sep 17 00:00:00 2001 From: Tung Bui Date: Fri, 5 Apr 2024 23:54:30 +0700 Subject: [PATCH 05/23] doc: add icon istio --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2863267d..e1b32ad6 100755 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ We cover a wide range of DevOps topics in our content library, explore them unde βœ”οΈ k8s-helloworld.sh - + Istio istio πŸ“– istio.io/latest/docs From fbff94637014bf289078984095973257d31c25bf Mon Sep 17 00:00:00 2001 From: Tung Bui Date: Fri, 5 Apr 2024 23:58:18 +0700 Subject: [PATCH 06/23] doc: add icon jenkins --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e1b32ad6..f286870b 100755 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ We cover a wide range of DevOps topics in our content library, explore them unde βœ”οΈ helm-helloworld.sh - + Jenkins jenkins πŸ“– www.jenkins.io/doc @@ -126,7 +126,7 @@ We cover a wide range of DevOps topics in our content library, explore them unde βœ”οΈ git-helloworld.sh - + Elk elk πŸ“– www.elastic.co/guide From c2364ee9416a9cc3f57d6048df84c557f41b256e Mon Sep 17 00:00:00 2001 From: Tung Bui Date: Sat, 6 Apr 2024 00:03:40 +0700 Subject: [PATCH 07/23] Using icon from https://skillicons.dev/icon --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f286870b..3fbb985d 100755 --- a/README.md +++ b/README.md @@ -84,7 +84,8 @@ We cover a wide range of DevOps topics in our content library, explore them unde βœ”οΈ getting-started - + + Aws aws πŸ“– docs.aws.amazon.com @@ -105,7 +106,7 @@ We cover a wide range of DevOps topics in our content library, explore them unde βœ”οΈ Jenkins-Hello-World.md - + Terraform terraform πŸ“– terraform/docs @@ -119,7 +120,7 @@ We cover a wide range of DevOps topics in our content library, explore them unde βœ”οΈ basic.sh - + Git git πŸ“– git-scm.com/doc @@ -140,14 +141,14 @@ We cover a wide range of DevOps topics in our content library, explore them unde βœ”οΈ argocd/basic - + Github-Action github-action πŸ“– docs.github.com/actions βœ”οΈ Create First Workflow - + Gitlab CI gitlab-ci πŸ“– docs.gitlab.com/ee/ci From c7489edf7c0e964da6338d870636ddb5b2587587 Mon Sep 17 00:00:00 2001 From: Tung Bui Date: Sat, 6 Apr 2024 00:08:43 +0700 Subject: [PATCH 08/23] Add icons --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3fbb985d..3f0f8741 100755 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ We cover a wide range of DevOps topics in our content library, explore them unde βœ”οΈ helm-helloworld.sh - + Jenkins jenkins πŸ“– www.jenkins.io/doc @@ -127,7 +127,7 @@ We cover a wide range of DevOps topics in our content library, explore them unde βœ”οΈ git-helloworld.sh - + Elk elk πŸ“– www.elastic.co/guide @@ -141,7 +141,7 @@ We cover a wide range of DevOps topics in our content library, explore them unde βœ”οΈ argocd/basic - + Github-Action github-action πŸ“– docs.github.com/actions @@ -162,21 +162,21 @@ We cover a wide range of DevOps topics in our content library, explore them unde βœ”οΈ groovy/basic - + Prometheus prometheus πŸ“– prometheus.io/docs βœ”οΈ prometheus-helloworld.sh - + Python python πŸ“– www.python.org/doc βœ”οΈ python/basic - + Openstack openstack πŸ“– docs.openstack.org From b241d59310ea1f4f49b3c26b71addd96883d4274 Mon Sep 17 00:00:00 2001 From: Tung Bui Date: Sat, 6 Apr 2024 00:09:54 +0700 Subject: [PATCH 09/23] Add bash icon --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f0f8741..b6290c9c 100755 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ We cover a wide range of DevOps topics in our content library, explore them unde βœ”οΈ terraform-helloworld.sh - + Shell shell πŸ“– devdocs.io/bash From 4d462a1485a8b454ef0c975cec81dfbb94fd9949 Mon Sep 17 00:00:00 2001 From: Tung Bui Date: Sat, 6 Apr 2024 00:11:41 +0700 Subject: [PATCH 10/23] Doc: add new icons --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b6290c9c..a56bad92 100755 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ We cover a wide range of DevOps topics in our content library, explore them unde Hands-on - + Ansible ansible πŸ“– docs.ansible.com @@ -190,7 +190,7 @@ We cover a wide range of DevOps topics in our content library, explore them unde βœ”οΈ azuredevops/basic - + Coding coding πŸ“– coding From be3b8f6e54bd5e175347b7b56c0796b976f48b4e Mon Sep 17 00:00:00 2001 From: Tung Bui Date: Sat, 6 Apr 2024 00:13:02 +0700 Subject: [PATCH 11/23] Doc: add new icons --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a56bad92..0b928719 100755 --- a/README.md +++ b/README.md @@ -183,7 +183,7 @@ We cover a wide range of DevOps topics in our content library, explore them unde βœ”οΈ openstack/basic - + Azure-DevOps azuredevops πŸ“– learn.microsoft.com From 0df83fd6a31720cfa2c7171e21d08076f884e694 Mon Sep 17 00:00:00 2001 From: Tung Bui Date: Sat, 6 Apr 2024 00:15:46 +0700 Subject: [PATCH 12/23] Doc: add new icons --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0b928719..8b7908e5 100755 --- a/README.md +++ b/README.md @@ -155,7 +155,7 @@ We cover a wide range of DevOps topics in our content library, explore them unde βœ”οΈ Create First Pipeline - + Groovy groovy πŸ“– groovy-lang.org @@ -204,7 +204,7 @@ We cover a wide range of DevOps topics in our content library, explore them unde ⏩ coming-soon - + Packer coming-soon πŸ“– www.packer.io From 93c59acc8fe249917d8e6615280cb2dbcd81b487 Mon Sep 17 00:00:00 2001 From: Tung Bui Date: Sat, 6 Apr 2024 00:20:27 +0700 Subject: [PATCH 13/23] Doc: add new icons.v1 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8b7908e5..cf1572c6 100755 --- a/README.md +++ b/README.md @@ -197,7 +197,7 @@ We cover a wide range of DevOps topics in our content library, explore them unde πŸƒ in-progress - + πŸ“– Architecture architecture πŸ“– architecture/README.md @@ -211,14 +211,14 @@ We cover a wide range of DevOps topics in our content library, explore them unde ⏩ coming-soon - + Microservices microservices πŸ“– aws.amazon.com/microservices ⏩ coming-soon - + HashiCorp Vault coming-soon πŸ“– developer.hashicorp.com/vault/docs From 6bdecbd464e87eeba86d259e010273015136ae31 Mon Sep 17 00:00:00 2001 From: Tung Bui Date: Sat, 6 Apr 2024 00:23:03 +0700 Subject: [PATCH 14/23] Doc: adjust logo size --- README.md | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index cf1572c6..873db642 100755 --- a/README.md +++ b/README.md @@ -56,28 +56,28 @@ We cover a wide range of DevOps topics in our content library, explore them unde Hands-on - + Ansible ansible πŸ“– docs.ansible.com βœ”οΈ ansible-helloworld.sh - + Docker docker πŸ“– docs.docker.com βœ”οΈ docker-helloworld.sh - + Kubernetes (k8s) k8s πŸ“– kubernetes.io/docs βœ”οΈ k8s-helloworld.sh - + Istio istio πŸ“– istio.io/latest/docs @@ -85,112 +85,112 @@ We cover a wide range of DevOps topics in our content library, explore them unde - + Aws aws πŸ“– docs.aws.amazon.com βœ”οΈ EC2_GetStarted - + Helm helm πŸ“– helm.sh/docs βœ”οΈ helm-helloworld.sh - + Jenkins jenkins πŸ“– www.jenkins.io/doc βœ”οΈ Jenkins-Hello-World.md - + Terraform terraform πŸ“– terraform/docs βœ”οΈ terraform-helloworld.sh - + Shell shell πŸ“– devdocs.io/bash βœ”οΈ basic.sh - + Git git πŸ“– git-scm.com/doc βœ”οΈ git-helloworld.sh - + Elk elk πŸ“– www.elastic.co/guide βœ”οΈ elk/basic/helloworld - + ArgoCD argocd πŸ“– argo-cd.readthedocs.io βœ”οΈ argocd/basic - + Github-Action github-action πŸ“– docs.github.com/actions βœ”οΈ Create First Workflow - + Gitlab CI gitlab-ci πŸ“– docs.gitlab.com/ee/ci βœ”οΈ Create First Pipeline - + Groovy groovy πŸ“– groovy-lang.org βœ”οΈ groovy/basic - + Prometheus prometheus πŸ“– prometheus.io/docs βœ”οΈ prometheus-helloworld.sh - + Python python πŸ“– www.python.org/doc βœ”οΈ python/basic - + Openstack openstack πŸ“– docs.openstack.org βœ”οΈ openstack/basic - + Azure-DevOps azuredevops πŸ“– learn.microsoft.com βœ”οΈ azuredevops/basic - + Coding coding πŸ“– coding @@ -204,21 +204,21 @@ We cover a wide range of DevOps topics in our content library, explore them unde ⏩ coming-soon - + Packer coming-soon πŸ“– www.packer.io ⏩ coming-soon - + Microservices microservices πŸ“– aws.amazon.com/microservices ⏩ coming-soon - + HashiCorp Vault coming-soon πŸ“– developer.hashicorp.com/vault/docs From a9de9549d05aa0627135c1ae925ed190dd8e749e Mon Sep 17 00:00:00 2001 From: Tung Bui Date: Sat, 6 Apr 2024 00:24:09 +0700 Subject: [PATCH 15/23] Doc: adjust logo size --- README.md | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index 873db642..ce9576d2 100755 --- a/README.md +++ b/README.md @@ -56,28 +56,28 @@ We cover a wide range of DevOps topics in our content library, explore them unde Hands-on - + Ansible ansible πŸ“– docs.ansible.com βœ”οΈ ansible-helloworld.sh - + Docker docker πŸ“– docs.docker.com βœ”οΈ docker-helloworld.sh - + Kubernetes (k8s) k8s πŸ“– kubernetes.io/docs βœ”οΈ k8s-helloworld.sh - + Istio istio πŸ“– istio.io/latest/docs @@ -85,112 +85,112 @@ We cover a wide range of DevOps topics in our content library, explore them unde - + Aws aws πŸ“– docs.aws.amazon.com βœ”οΈ EC2_GetStarted - + Helm helm πŸ“– helm.sh/docs βœ”οΈ helm-helloworld.sh - + Jenkins jenkins πŸ“– www.jenkins.io/doc βœ”οΈ Jenkins-Hello-World.md - + Terraform terraform πŸ“– terraform/docs βœ”οΈ terraform-helloworld.sh - + Shell shell πŸ“– devdocs.io/bash βœ”οΈ basic.sh - + Git git πŸ“– git-scm.com/doc βœ”οΈ git-helloworld.sh - + Elk elk πŸ“– www.elastic.co/guide βœ”οΈ elk/basic/helloworld - + ArgoCD argocd πŸ“– argo-cd.readthedocs.io βœ”οΈ argocd/basic - + Github-Action github-action πŸ“– docs.github.com/actions βœ”οΈ Create First Workflow - + Gitlab CI gitlab-ci πŸ“– docs.gitlab.com/ee/ci βœ”οΈ Create First Pipeline - + Groovy groovy πŸ“– groovy-lang.org βœ”οΈ groovy/basic - + Prometheus prometheus πŸ“– prometheus.io/docs βœ”οΈ prometheus-helloworld.sh - + Python python πŸ“– www.python.org/doc βœ”οΈ python/basic - + Openstack openstack πŸ“– docs.openstack.org βœ”οΈ openstack/basic - + Azure-DevOps azuredevops πŸ“– learn.microsoft.com βœ”οΈ azuredevops/basic - + Coding coding πŸ“– coding @@ -204,21 +204,21 @@ We cover a wide range of DevOps topics in our content library, explore them unde ⏩ coming-soon - + Packer coming-soon πŸ“– www.packer.io ⏩ coming-soon - + Microservices microservices πŸ“– aws.amazon.com/microservices ⏩ coming-soon - + HashiCorp Vault coming-soon πŸ“– developer.hashicorp.com/vault/docs From 5d781aaac79042616484d6e8b85a71aadcf2e9e1 Mon Sep 17 00:00:00 2001 From: Tung Bui Date: Sat, 6 Apr 2024 00:26:07 +0700 Subject: [PATCH 16/23] Doc: adjust logo size --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ce9576d2..4f0a343a 100755 --- a/README.md +++ b/README.md @@ -155,7 +155,7 @@ We cover a wide range of DevOps topics in our content library, explore them unde βœ”οΈ Create First Pipeline - + Groovy groovy πŸ“– groovy-lang.org @@ -204,7 +204,7 @@ We cover a wide range of DevOps topics in our content library, explore them unde ⏩ coming-soon - + Packer coming-soon πŸ“– www.packer.io @@ -218,7 +218,7 @@ We cover a wide range of DevOps topics in our content library, explore them unde ⏩ coming-soon - + HashiCorp Vault coming-soon πŸ“– developer.hashicorp.com/vault/docs From dc5850e7be64aa4c34e6ad103441f46a861d6f44 Mon Sep 17 00:00:00 2001 From: Tung Bui Date: Sat, 6 Apr 2024 00:27:42 +0700 Subject: [PATCH 17/23] Doc: adjust logo size --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f0a343a..b5ea02e1 100755 --- a/README.md +++ b/README.md @@ -221,7 +221,7 @@ We cover a wide range of DevOps topics in our content library, explore them unde HashiCorp Vault coming-soon - πŸ“– developer.hashicorp.com/vault/docs + πŸ“– hashicorp.com/vault ⏩ coming-soon From bbd0bf41d906d18c99a89cf43acde8d6ea5e6add Mon Sep 17 00:00:00 2001 From: Tung Bui Date: Sat, 6 Apr 2024 00:28:40 +0700 Subject: [PATCH 18/23] Doc: adjust table --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b5ea02e1..88e1b1d8 100755 --- a/README.md +++ b/README.md @@ -166,7 +166,7 @@ We cover a wide range of DevOps topics in our content library, explore them unde Prometheus prometheus πŸ“– prometheus.io/docs - βœ”οΈ prometheus-helloworld.sh + βœ”οΈ helloworld.sh @@ -214,7 +214,7 @@ We cover a wide range of DevOps topics in our content library, explore them unde Microservices microservices - πŸ“– aws.amazon.com/microservices + πŸ“– aws/microservices ⏩ coming-soon From 24e15e438d6701ce386fff416db5aee800d0c5aa Mon Sep 17 00:00:00 2001 From: Tung Bui Date: Sat, 6 Apr 2024 00:30:07 +0700 Subject: [PATCH 19/23] Doc: adjust table --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 88e1b1d8..0e00c45d 100755 --- a/README.md +++ b/README.md @@ -155,7 +155,7 @@ We cover a wide range of DevOps topics in our content library, explore them unde βœ”οΈ Create First Pipeline - + Groovy groovy πŸ“– groovy-lang.org @@ -204,7 +204,7 @@ We cover a wide range of DevOps topics in our content library, explore them unde ⏩ coming-soon - + Packer coming-soon πŸ“– www.packer.io @@ -218,7 +218,7 @@ We cover a wide range of DevOps topics in our content library, explore them unde ⏩ coming-soon - + HashiCorp Vault coming-soon πŸ“– hashicorp.com/vault From f6e252f1b0bad29d0f23f56857ca0b6d2dcfc0ea Mon Sep 17 00:00:00 2001 From: Tung Bui Date: Sat, 6 Apr 2024 00:30:54 +0700 Subject: [PATCH 20/23] Doc: adjust table --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0e00c45d..83bbe13b 100755 --- a/README.md +++ b/README.md @@ -155,7 +155,7 @@ We cover a wide range of DevOps topics in our content library, explore them unde βœ”οΈ Create First Pipeline - + Groovy groovy πŸ“– groovy-lang.org @@ -204,7 +204,7 @@ We cover a wide range of DevOps topics in our content library, explore them unde ⏩ coming-soon - + Packer coming-soon πŸ“– www.packer.io @@ -218,7 +218,7 @@ We cover a wide range of DevOps topics in our content library, explore them unde ⏩ coming-soon - + HashiCorp Vault coming-soon πŸ“– hashicorp.com/vault From b5c24f66e2b065a53598c8347c1dc589a519a5c9 Mon Sep 17 00:00:00 2001 From: Tung Bui Date: Sat, 6 Apr 2024 00:31:43 +0700 Subject: [PATCH 21/23] Doc: adjust table.v1 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 83bbe13b..854792ed 100755 --- a/README.md +++ b/README.md @@ -155,7 +155,7 @@ We cover a wide range of DevOps topics in our content library, explore them unde βœ”οΈ Create First Pipeline - + Groovy groovy πŸ“– groovy-lang.org @@ -204,7 +204,7 @@ We cover a wide range of DevOps topics in our content library, explore them unde ⏩ coming-soon - + Packer coming-soon πŸ“– www.packer.io @@ -218,7 +218,7 @@ We cover a wide range of DevOps topics in our content library, explore them unde ⏩ coming-soon - + HashiCorp Vault coming-soon πŸ“– hashicorp.com/vault From 12d696c099341874717cdb2964147403828086d0 Mon Sep 17 00:00:00 2001 From: Tung Bui Date: Sat, 6 Apr 2024 00:33:04 +0700 Subject: [PATCH 22/23] Doc: adjust table.v2 --- README.md | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 854792ed..add8c1fb 100755 --- a/README.md +++ b/README.md @@ -56,28 +56,28 @@ We cover a wide range of DevOps topics in our content library, explore them unde Hands-on - + Ansible ansible πŸ“– docs.ansible.com βœ”οΈ ansible-helloworld.sh - + Docker docker πŸ“– docs.docker.com βœ”οΈ docker-helloworld.sh - + Kubernetes (k8s) k8s πŸ“– kubernetes.io/docs βœ”οΈ k8s-helloworld.sh - + Istio istio πŸ“– istio.io/latest/docs @@ -85,70 +85,70 @@ We cover a wide range of DevOps topics in our content library, explore them unde - + Aws aws πŸ“– docs.aws.amazon.com βœ”οΈ EC2_GetStarted - + Helm helm πŸ“– helm.sh/docs βœ”οΈ helm-helloworld.sh - + Jenkins jenkins πŸ“– www.jenkins.io/doc βœ”οΈ Jenkins-Hello-World.md - + Terraform terraform πŸ“– terraform/docs βœ”οΈ terraform-helloworld.sh - + Shell shell πŸ“– devdocs.io/bash βœ”οΈ basic.sh - + Git git πŸ“– git-scm.com/doc βœ”οΈ git-helloworld.sh - + Elk elk πŸ“– www.elastic.co/guide βœ”οΈ elk/basic/helloworld - + ArgoCD argocd πŸ“– argo-cd.readthedocs.io βœ”οΈ argocd/basic - + Github-Action github-action πŸ“– docs.github.com/actions βœ”οΈ Create First Workflow - + Gitlab CI gitlab-ci πŸ“– docs.gitlab.com/ee/ci @@ -162,35 +162,35 @@ We cover a wide range of DevOps topics in our content library, explore them unde βœ”οΈ groovy/basic - + Prometheus prometheus πŸ“– prometheus.io/docs βœ”οΈ helloworld.sh - + Python python πŸ“– www.python.org/doc βœ”οΈ python/basic - + Openstack openstack πŸ“– docs.openstack.org βœ”οΈ openstack/basic - + Azure-DevOps azuredevops πŸ“– learn.microsoft.com βœ”οΈ azuredevops/basic - + Coding coding πŸ“– coding @@ -211,7 +211,7 @@ We cover a wide range of DevOps topics in our content library, explore them unde ⏩ coming-soon - + Microservices microservices πŸ“– aws/microservices From 4c2bb29494621bc8553258e59ead8e2911ac7ad1 Mon Sep 17 00:00:00 2001 From: Tung Bui Date: Sat, 6 Apr 2024 00:34:53 +0700 Subject: [PATCH 23/23] Doc: adjust table.v3 --- README.md | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index add8c1fb..0a99671b 100755 --- a/README.md +++ b/README.md @@ -56,28 +56,28 @@ We cover a wide range of DevOps topics in our content library, explore them unde Hands-on - + Ansible ansible πŸ“– docs.ansible.com βœ”οΈ ansible-helloworld.sh - + Docker docker πŸ“– docs.docker.com βœ”οΈ docker-helloworld.sh - + Kubernetes (k8s) k8s πŸ“– kubernetes.io/docs βœ”οΈ k8s-helloworld.sh - + Istio istio πŸ“– istio.io/latest/docs @@ -85,70 +85,70 @@ We cover a wide range of DevOps topics in our content library, explore them unde - + Aws aws πŸ“– docs.aws.amazon.com βœ”οΈ EC2_GetStarted - + Helm helm πŸ“– helm.sh/docs βœ”οΈ helm-helloworld.sh - + Jenkins jenkins πŸ“– www.jenkins.io/doc βœ”οΈ Jenkins-Hello-World.md - + Terraform terraform πŸ“– terraform/docs βœ”οΈ terraform-helloworld.sh - + Shell shell πŸ“– devdocs.io/bash βœ”οΈ basic.sh - + Git git πŸ“– git-scm.com/doc βœ”οΈ git-helloworld.sh - + Elk elk πŸ“– www.elastic.co/guide βœ”οΈ elk/basic/helloworld - + ArgoCD argocd πŸ“– argo-cd.readthedocs.io βœ”οΈ argocd/basic - + Github-Action github-action πŸ“– docs.github.com/actions βœ”οΈ Create First Workflow - + Gitlab CI gitlab-ci πŸ“– docs.gitlab.com/ee/ci @@ -162,35 +162,35 @@ We cover a wide range of DevOps topics in our content library, explore them unde βœ”οΈ groovy/basic - + Prometheus prometheus πŸ“– prometheus.io/docs βœ”οΈ helloworld.sh - + Python python πŸ“– www.python.org/doc βœ”οΈ python/basic - + Openstack openstack πŸ“– docs.openstack.org βœ”οΈ openstack/basic - + Azure-DevOps azuredevops πŸ“– learn.microsoft.com βœ”οΈ azuredevops/basic - + Coding coding πŸ“– coding @@ -211,7 +211,7 @@ We cover a wide range of DevOps topics in our content library, explore them unde ⏩ coming-soon - + Microservices microservices πŸ“– aws/microservices