タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

skaffoldに関するsimarのブックマーク (2)

  • Skaffold

    Lightweight Skaffold is client-side only. With no on-cluster component, there is no overhead or maintenance burden to your cluster. Works Everywhere Skaffold is the easiest way to share your project with the world: 'git clone', then 'skaffold run'. Additionally, you can use profiles, local user config, environment variables, and flags to easily incorporate differences across environments. Feature

    Skaffold
  • Kubernetesの開発環境で困っているならskaffoldを使え - Qiita

    この記事ではskaffoldの紹介と、ローカル環境で試してみるまでの手順を書いていく。 はじめに コンテナを利用して開発で困るのが、少しの変更であってもビルドしてデプロイをしなければならないというストレス。変更を行って、そのimageをbuildして、deploymentを更新するのが面倒。 そのため、以前記事に書いたとおり、localの開発ではdocker-composeを利用している。docker-composeではVolumeMountができるので、localでのファイル変更がそのままコンテナに反映できる。 しかし、番環境をGKEに決めたので、それに合わせて開発環境もK8sにしなきゃな、というところへ、数日前にGoogle公式でちょうどいいツールが出た。 skaffoldだ。 skaffoldについて できること 開発では、localでのファイル変更をトリガにbuild/push/

    Kubernetesの開発環境で困っているならskaffoldを使え - Qiita
  • 1