ICT metacog

고정 헤더 영역

글 제목

메뉴 레이어

ICT metacog

메뉴 리스트

  • 홈
  • 태그
  • 방명록
  • 분류 전체보기 (22)
    • SW Eng metacog (3)
      • Requirements (0)
      • Designing (0)
      • Coding (3)
      • Testing (0)
      • Maintenance (0)
    • Def metacog (1)
    • AI metacog (2)
    • BigData metacog (0)
      • Capture (0)
      • Process (0)
      • Store (0)
      • Analyze (0)
      • Use (0)
    • Cloud metacog (13)
    • DB (0)
    • Regulation metacog (2)
      • SW산업진흥법 (1)
    • Golf (0)

검색 레이어

ICT metacog

검색 영역

컨텐츠 검색

Cloud metacog

  • Container

    2021.02.01 by 학이시습불역호아

  • 구글 애드센스 가입

    2020.07.14 by 학이시습불역호아

  • Orchestrating the Cloud with Kubernetes

    2020.04.16 by 학이시습불역호아

  • GCP Cloud Storage 제품

    2020.04.11 by 학이시습불역호아

  • Kubernetes in Google Cloud: Challenge Lab

    2020.04.04 by 학이시습불역호아

  • Continuous Delivery with Jenkins in Kubernetes Engine

    2020.04.04 by 학이시습불역호아

  • Managing Deployments Using Kubernetes Engine

    2020.04.04 by 학이시습불역호아

  • Orchestrating the Cloud with Kubernetes

    2020.04.04 by 학이시습불역호아

Container

컨테이너 이해하기 일상적 의미/특징 컨테이너 IT 환경에서의 활용 - 혁신적인 수송도구 - 화물 패키징 - 규격화 - 수송단위 - 화물 적입/적출 편리 - 조작 용이 - Lib/Bin/App 를 하나로 패키징 - 호스트와 별개의 격리 환경(프로세스트리/계정 등)에서 동작(anchored by namespace) - 리소스를 할당하고, 사용범위를 제한하는 기능 동작(controlled by cgroups) - 리소스 구축과 실행까지 한 번에 처리할 수 있도록 패키징 - 이동된 환경에서도 동일한 패키징 기능 동작 ​ 컨테이너 활용 Container as a Service - 클라우드 네이티브 애플리케이션 구조 Container Container Container Container Runtime kuberne..

Cloud metacog 2021. 2. 1. 08:37

구글 애드센스 가입

1) 구글 애드센스 사이트 접속 - 시작 버튼 클릭 https://www.google.com/adsense/start/ 2) 필수 항목 입력 - 사이트 URL : 블로그 주소 등 - 이메일 주소 : 본인의 자주 사용 이메일 3) 애드센스에 사이트 연결 애드센스 코드를 HTML에서 태그 사이에 코드를 붙여넣으세요 4) html 편집 : tistory 사례 꾸미기>스킨 편집 메뉴 진입하여 html 편집 태그 사이에 코드를 붙여넣으세요 5) 구글 애드센스에서 html 에 포함 완료 확인 후 완료 - 이후 구글에서 검토 단계로 진행

Cloud metacog 2020. 7. 14. 23:22

Orchestrating the Cloud with Kubernetes

GSP021 Overview In this lab you will learn how to: Provision a complete Kubernetes cluster using Kubernetes Engine. Deploy and manage Docker containers using kubectl. Break an application into microservices using Kubernetes' Deployments and Services. Kubernetes is all about applications. In this part of the lab you will use an example application called "app" to complete the labs. App is hosted ..

Cloud metacog 2020. 4. 16. 14:02

GCP Cloud Storage 제품

Cloud Storage 제품 미디어, 분석, 애플리케이션 데이터를 위한 단순성, 신뢰성, 보안성을 갖춘 솔루션입니다. 지리적 중복, 에지 캐싱, 자체적 WORM 규정 준수 등의 고급 기능 재해 복구, 성능, 위치, 가격을 손쉽게 제어 애널리틱스 및 ML 솔루션과 통합하여 데이터 스토리지의 가치 증대 제품용도고객객체 또는 BLOB 스토리지 제품 용도 Cloud Storage 글로벌 에지 캐싱 및 즉시 데이터 액세스를 지원하는 신뢰성 높은 객체 스토리지입니다. 스트림 동영상 이미지 및 웹 애셋 라이브러리 데이터 레이크 블록 스토리지 Persistent Disk 가상 머신 및 컨테이너용 고성능 블록 스토리지입니다. 가상 머신용 디스크 여러 가상 머신에 읽기 전용 데이터 공유 실행 중인 가상 머신의 신속한 지..

Cloud metacog 2020. 4. 11. 11:23

Kubernetes in Google Cloud: Challenge Lab

GSP318 To score 100% you must complete all tasks within the time period! When you take a Challenge Lab, you will not be taught GCP concepts. To build the solution to the challenge presented, use skills learned from the labs in the quest this challenge lab is part of. You will be expected to extend your learned skills; you will be expected to change default values, but new concepts will not be in..

Cloud metacog 2020. 4. 4. 21:31

Continuous Delivery with Jenkins in Kubernetes Engine

GSP051 Overview In this lab, you will learn how to set up a continuous delivery pipeline with Jenkins on Kubernetes engine. Jenkins is the go-to automation server used by developers who frequently integrate their code in a shared repository. The solution you'll build in this lab will be similar to the following diagram: You can find more details about running Jenkins on Kubernetes here. What you..

Cloud metacog 2020. 4. 4. 17:03

Managing Deployments Using Kubernetes Engine

GSP053 Overview Dev Ops practices will regularly make use of multiple deployments to manage application deployment scenarios such as "Continuous Deployment", "Blue-Green Deployments," "Canary Deployments" and more. This lab is to provide practice in scaling and managing containers so you can accomplish these common scenarios where multiple heterogeneous deployments are being used. What you'll do..

Cloud metacog 2020. 4. 4. 09:55

Orchestrating the Cloud with Kubernetes

GSP021 Overview In this lab you will learn how to: Provision a complete Kubernetes cluster using Kubernetes Engine. Deploy and manage Docker containers using kubectl. Break an application into microservices using Kubernetes' Deployments and Services. Kubernetes is all about applications. In this part of the lab you will use an example application called "app" to complete the labs. App is hosted ..

Cloud metacog 2020. 4. 4. 08:09

추가 정보

인기글

최신글

페이징

이전
1 2
다음
TISTORY
ICT metacog © Magazine Lab
페이스북 트위터 인스타그램 유투브 메일

티스토리툴바