Skip to content
KitploitKITPLOIT
도구블로그
제출
도구블로그
제출

해킹, 침투 테스트 및 사이버 보안 도구를 당신의 보안 무기고에!

Kitploit은 해킹, 사이버 보안 및 침투 테스트 도구 디렉토리입니다. 최신 프로젝트 업데이트를 발견하여 취약점을 찾고, 시스템을 분석하고, 테스트를 자동화하고, 보안을 강화하세요.

··피드·문의·개인정보·© 2026 Kitploit

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
weave-gitops — Weave GitOps가 커뮤니티 주도 프로젝트로 전환 중입니다! 애플리케이션 배포에 대한 인사이트를 제공하며, GitOps를 통한 지속적 전달을 팀 전체에서 더 쉽게 채택하고 확장할 수 있도록 해줍니다. | Kitploit
도구/GitHubGitHub/weaveworks/weave-gitops
Cloud Infrastructure SecurityContainer SecurityConfiguration AuditingCloud SecurityDevSecOpsSupply Chain Security
GitHubweaveworks/weave-gitops

weave-gitops

Weave GitOps가 커뮤니티 주도 프로젝트로 전환 중입니다! 애플리케이션 배포에 대한 인사이트를 제공하며, GitOps를 통한 지속적 전달을 팀 전체에서 더 쉽게 채택하고 확장할 수 있도록 해줍니다.

저장소 보기
1.1k1686개월 전Kitploit 검토 완료

인기

모두 보기 →

커뮤니티에서 가장 많이 사용되는 도구를 찾아보세요.

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유
웹사이트

Weave GitOps

Test status LICENSE Contributors Release Conventional Commits FOSSA Status FOSSA Status OpenSSF Best Practices OpenSSF Scorecard Go Report Card

Weave GitOps는 클라우드 네이티브 애플리케이션을 원하지만 Kubernetes 전문 지식이 없는 사람들을 위한 간단한 오픈 소스 개발자 플랫폼입니다. GitOps를 활성화하고 클러스터에서 앱을 실행하는 것이 얼마나 쉬운지 경험해 보세요. Git을 사용하여 팀원들과 협업하면 새 배포를 쉽고 안전하게 만들 수 있습니다. 개발자가 앱을 실행하는 데 필요한 것부터 시작하여, 자체 엔터프라이즈 플랫폼을 정의하고 실행할 수 있도록 쉽게 확장할 수 있습니다.

Kubernetes에서 Weave GitOps를 실행하면 다음을 얻을 수 있습니다:

  1. 애플리케이션 운영: 앱 등을 위한 배포 파이프라인 관리 및 자동화
  2. 플랫폼: 클라우드 또는 온프레미스에서 나만의 맞춤형 PaaS를 갖는 쉬운 방법
  3. 확장: Kubernetes 롤아웃을 예를 들어 VM, 데이터베이스 및 클라우드 서비스와 조정

우리의 비전은 모든 클라우드 네이티브 애플리케이션이 개발자에게 쉬워야 하며, 운영은 자동화되고 안전해야 한다는 것입니다. Weave GitOps는 이를 달성하기 위해 Kubernetes와 GitOps를 핵심으로 두고 그 주변에 플랫폼을 구축하는 고도로 확장 가능한 도구입니다.

Weave GitOps의 기본값은 GitOps 엔진으로 Flux, Kustomize, Helm, Sops, Kubernetes CAPI입니다. 이미 Flux를 사용하고 있다면 Weave GitOps를 쉽게 추가하여 플랫폼 관리 오버레이를 만들 수 있습니다.

Weave GitOps 오픈 소스는 다음을 제공합니다:

  • 앱 및 인프라에 대한 GitOps를 통한 지속적 전달.
  • GitHub, GitLab, Bitbucket 지원; 소스로 S3 호환 버킷; 모든 주요 컨테이너 레지스트리; 모든 CI 워크플로우 제공자 지원.
  • 최소 권한으로 작동하고 Kubernetes 보안 정책을 준수하는 안전한 풀 기반 메커니즘.
  • 모든 적합한 Kubernetes 버전 및 Helm, Kustomize, RBAC, Prometheus, OPA, Kyverno 등 일반적인 에코시스템 기술과의 호환성.
  • 멀티 테넌시, 여러 Git 저장소, 여러 클러스터.
  • 알림 및 알림.

모든 것을 한 곳에서 애플리케이션을 관리하고 확인하세요.

Application Page

지속적 배포와 GitOps를 통해 생성되는 내용을 쉽게 확인할 수 있습니다. 디버깅을 위한 여러 보기와 UI에서 직접 최신 Git 커밋을 동기화할 수 있습니다.

Reconciliation Page

그래프 보기를 확인하세요.

Graph View

YAML 파일을 검토하세요.

Yaml View

Git 저장소, Helm 저장소 또는 버킷 등 전체 소스 환경을 확인하세요.

Sources view

조정 배포 런타임의 상태를 빠르게 확인하세요. 이들은 Kubernetes 클러스터에서 소프트웨어가 실행되고 있는지 확인하는 작업자입니다.

Flux Runtime

시작하기

CLI 설치

Mac / Linux

root@kitploit:~
curl --silent --location "https://github.com/weaveworks/weave-gitops/releases/download/v0.39.0-rc.2/gitops-$(uname)-$(uname -m).tar.gz" | tar xz -C /tmp
sudo mv /tmp/gitops /usr/local/bin
gitops version

또는 사용자는 Homebrew를 사용할 수 있습니다:

root@kitploit:~
brew tap weaveworks/tap
brew install weaveworks/tap/gitops

시작 가이드를 참조하세요.

CLI 참조

root@kitploit:~
Command line utility for managing Kubernetes applications via GitOps.

Usage:
  gitops [command]

Examples:

  # Get help for gitops add cluster command
  gitops add cluster -h
  gitops help add cluster

  # Get the version of gitops along with commit, branch, and flux version
  gitops version

  To learn more, you can find our documentation at https://docs.gitops.weaveworks.org/


Available Commands:
  beta        This component contains unstable or still-in-development functionality
  check       Validates flux compatibility
  completion  Generate the autocompletion script for the specified shell
  create      Creates a resource
  get         Display one or many Weave GitOps resources
  help        Help about any command
  version     Display gitops version

Flags:
  -e, --endpoint WEAVE_GITOPS_ENTERPRISE_API_URL   The Weave GitOps Enterprise HTTP API endpoint can be set with WEAVE_GITOPS_ENTERPRISE_API_URL environment variable
  -h, --help                                       help for gitops
      --insecure-skip-tls-verify                   If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure
      --kubeconfig string                          Paths to a kubeconfig. Only required if out-of-cluster.
      --namespace string                           The namespace scope for this operation (default "flux-system")
  -p, --password WEAVE_GITOPS_PASSWORD             The Weave GitOps Enterprise password for authentication can be set with WEAVE_GITOPS_PASSWORD environment variable
  -u, --username WEAVE_GITOPS_USERNAME             The Weave GitOps Enterprise username for authentication can be set with WEAVE_GITOPS_USERNAME environment variable

Use "gitops [command] --help" for more information about a command.

자세한 내용은 문서를 참조하세요.

FAQ

Weave GitOps OSS FAQ를 참조하세요.

기여

도움이 필요하거나 기여하고 싶으신가요? 아래 링크를 참조하세요.

  • 시작하기?
    • 시작 가이드를 따라 피드백을 보내주세요.
  • 도움이 필요하신가요?
    • Weaveworks 커뮤니티 Slack의 #weave-gitops 채널에서 이야기해 주세요. 아직 가입하지 않았다면 초대를 받으세요.
  • 기능 제안이나 기여를 원하시나요?
    • Github 이슈를 생성해 주세요.
    • 여기에서 기여하는 방법에 대해 자세히 알아보세요.
도구 다운로드