GithubHelp home page GithubHelp logo

azurebasic's Introduction

Azure Basic

Microsoft Azure 설명서
Azure architecture icons
Azure 계산기

  • 3-tier 기반의 Sample 을 Azure Cloud 에 구성하는 과정을 통해 익숙해지는 것을 목표로 함

3-tier 샘플

SpringBoot MariaDB Sample
SpringBoot MySQL Sample

AS-IS

구분 진입점/Ingress Web WAS DB 비고
AS-IS L4 Apache Tomcat MySQL/MariaDB 3-tier 기반 서비스
Azure Application GateWay VM/Apache VM/Tomcat MySQL VM 과 Managed Service(AppG/W, DB) 사용
Azure Application GateWay Azure CDN VM/Tomcat MySQL CDN 를 통한 고도화
AKS Application GateWay Azure CDN container/SpringBoot MySQL AKS(Kubernetes Service), CICD(빌드배포, OSS 사용), Container 빌드 포함

과정 내용

공통

항목 날짜 내용
Azure1 아키텍처 구성을 위한 기본 2022.01.25 3-tier 구성의 웹 전환을 대상으로 할 때 Azure 구독 획득 후 해야 할 일에 대한 설명
구독, RBAC, 자원그룹, VNet, subnet, VM, disk, Storage Account, PaaS, SaaS 구성 및 배포 방법
- Naming Rule 및 필수 Label 포함
아키텍처 작성, Azure 계산기 를 사용하여 비용 산출하기
- Network 설계서 및 Infra Hybrid Cloud 자료 참조
Azure2 배포 실습을 위한 공통 환경/도구 구성 2022.01.27 azure portal, azure cli, visual studio code, powershell, git cli, github, md, devops 환경 구성
  • 간단한 md/git 사용법
  • PowerShell 에서 배포 및 삭제 |

IaaS

항목 날짜 내용
Azure3 3-tier 기본 환경 구성 2022.02.10 VNet, subnet, NSG, Apache, Tomcat, MySql 구성
- VM, disk, Storage Account, Application Gateway 구성
Azure4 3-tier 기본 환경 외부 접근 구성 2022.02.10 3-tier 기본 환경에 CDN 적용, Azure DNS 설정, AppGateway 구성 변경
- Application Gateway 구성
- Azure DNS 구성
Azure5 CDN 적용을 통한 고도화 2022.02.17 3-tier 기본 환경에 CDN 적용, Azure DNS 설정, AppGateway 구성 변경
- Azure CDN 배포 및 구성
- 정상 동작 테스트
- apache 서버 삭제
Azure6 Azure Cli 를 통한 자원 배포(IaC - 1) 2022.02.18 azure cli, powershell, ARMTemplate 사용한 배포 테스트
Azure7 Azure DevOps 를 통한 자원 배포(IaC - 2) 2022.02.18 azure devops 에 저장소 설정 및 Pipeline 을 만들어 배포 하기

AKS

항목 날짜 내용
Azure8 Docker/Kubernetes 2022.02.24 Container 란 ?
- 설치 및 간단한 Docker Image 만들기
Kubernetes 란 ?
Azure9 Azure Kubernetes Service 구성 2022.02.24 AKS Cluster 설계 및 생성, 로깅, 모니터링 하기
- 3 tier 를 Pod 롤 배포하기
- CDN, mysql(Managed, DaemonSet) 구성
- Ingress Controller 구성
- DNS 에 등록 외부에서 접근하기
Azure10 AutoScaler 구성 2022.02.25 Pod, Node AutoScaler 구성 및 모니터링 하기
- deployment
- Storage Class
- Prometheus/AlertManager, Grafana
Azure11 Azure DevOps 를 통한 Pod 배포 2022.03.03 Repos 구성, Pipeline 구성, Pod 배포
- blue/green 배포
Azure12 OSS 를 통한 Pod 배포 2022.03.03 Gitea, Jenkins, Harbor, ArgoCD 를 통한 GitOps 구성
- webhook, Jenkinsflies 구성/작성
- blue/green 배포

Service 환경 고려 사항

항목 날짜 내용
Azure13 Azure Landing Zone 요소 설명 2022.03.04 Service 구축 시 랜딩존 환경 고려사항

공통 환경

항목 내용
choco 윈도우 패키지 관리자
git 형상관리, 사용법
MarkDown Markdown Language, Github 사용(README.md), 표준 문서 포맷, 사용법
YAML Yet Another Markup Language,
Visual Studio Code 편집기
az cli azure client
PowerShell 배포 삭제
java https://jdk.java.net/17/

Azure IaaS + PaaS(MySQL)

항목 날짜 내용
Apache 2022.02.08 웹서버 구성 확인
Tomcat 2022.02.08 WAS 서버 구성 확인
MySQL 2022.02.08 DB 구성 확인
항목 날짜 내용
resource group 2022.02.08 자원 그룹
VNet 2022.02.08 구독당 하나의 VNet 구성
subnet 2022.02.08 DMZ, frontend, backend 로 구분 생성
VM 2022.02.08 WEB, WAS VM 으로 생성
MariaDB/MySQL 2022.02.08 PaaS(Managed DB) 형태로 생성
Azure App Service 도메인 2022.02.10 Domain 생성/관리
Azure DNS 2022.02.10 Azure 인프라를 사용하여 이름 확인을 제공하는 DNS 도메인에 대한 호스팅 서비스
Application Gateway 2022.02.10 웹 애플리케이션에 대한 트래픽을 관리할 수 있도록 하는 웹 트래픽 부하 분산 장치
CDN 2022.02.10 CDN(콘텐츠 배달 네트워크)은 사용자에게 웹 콘텐츠를 효율적으로 제공할 수 있는 서버의 분산 네트워크

Azure CaaS(AKS) + PaaS(MySQL)

과정 날짜 내용
Docker 2022.02.21 Container
Kubernetes 2022.02.21 Container as a Service, 아키텍처
AKS 2022.02.22 ~ 23 Azure Kubernetes Service
DevOps 2022.03.03 OSS 기반, Azure DevOps 기반
Landing Zone 2022.03.04 Azure Landing Zone 요소 설명

azurebasic's People

Contributors

seotaeeyoul avatar skcc-taeeyoul avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.