LoginSignup
0
0

More than 3 years have passed since last update.

DevOps でアプリケーションデリバリーを管理しよう

Posted at

セッション説明

メモ

  • DevOpsとは
    • エンドユーザーに価値を継続的に提供できるヒトとプロセスおよびプロダクトの連携です(MS)
    • DevOpsの定義は存在していないため色々な会社が自社のDevOpsを定義している
    • リードタイムを短縮して早く価値を届けたい
    • DevOpsを行った企業が成しえたもの
  • 人・プロセス・プロダクト
    • 人と人をシームレスにつなぐ
    • プロセス
    • プラン
    • 開発+テスト
    • リリース
    • モニタリング+ラーニング
    • プロダクト
    • Develop
      • GitHub
      • Visual Studio
      • VS Code
    • Operate
      • Azure Monitor
      • Azure Policy
      • Azure Automation
      • Azure Security Center
    • Deliver
      • Azure DevOps
      • GitHub Extentions
      • GitHub Actions
    • Azure DevOps
    • Azure Boards
      • カンバンボード
    • Azure Repos
      • コード管理
    • Azure Pipelines
      • デプロイパイプライン
    • Azure Artifacts
      • パッケージの管理
    • Azure Test Plans
      • マニュアルテスト
      • ブラウザからテスト実行
      • クリックした瞬間にスナップショットを取得したりとかできる
    • GitHub
      • コーディングワークフローを提供
  • DevとOpsの関係
    • コード化が進んでいる
    • GUIでの設定の限界
    • ログとして保存できる
    • 統合が進んでいる
  • デモ
    • Dev
    • コード
    • ユニットテスト
    • GitHubリポジトリ
    • CI/CDオートメーション
    • Ops
    • Azure DevOps Project
    • Webサーバー
    • スケーリング
    • CD/CIオートメーション
    • モニタリング
    • セキュリティ
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0