New to Kubepack? Please start here.

Scenario-1

This docs trying to explain the behavior of Pack


This section explain test-1.

If you look into this test’s manifest.yaml file.

$ cat manifest.yaml

package: github.com/kubepack/pack/docs/_testdata/test-1
owners:
- name: Appscode
  email: [email protected]
dependencies:
- package: github.com/kubepack/kube-a
  branch: test-1

See image below, which describe whole dependency.

alt text

Explanation of image:

  1. This test directly depends on branch test-1 of kube-a repository.

  2. kube-a’s depends on branch test-1 of kube-b. See this manifest.yaml file here

  3. kube-b’s depends on branch test-1 of kube-c. See this manifest.yaml file here

  4. kube-c has no dependency. See this manifest.yaml file here

Now, $ kubectl plugin pack dep command will get all the dependencies and place it under manifests/vendor folder.

Next Steps

  • Want to publish apps using Kubepack? Please visit here.
  • Want to consume apps published using Kubepack? Please visit here.
  • To learn about manifest.yaml file, please visit here.
  • Learn more about pack cli from here.

Subscribe to our free technical newsletter!

Join thousands of subscribers and stay up-to-date on AppsCode.