Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>k8syncNew to Visual Studio Code? Get it now.
k8sync

k8sync

Kristinn Thor Johannsson

|
491 installs
| (0) | Free
Show k8sync sync status in the status bar
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

K8Sync for VS Code

Features

Used to easily keep track of sync status for k8sync

Screenshot of the tool

Requirements

  • Configure your project as described: k8sync
  • If k8sync.yaml uses environment variables, make sure VS Code is started from a terminal with those env vars loaded or set them in your settings.json file, e.g:
{
    "k8sync.configValues": {
        "KUBE_CONTEXT": "mycontext",
        "KUBE_NAMESPACE": "mynamespace",
        "RELEASE": "myrelease"
    }
}
kubeContext: ${KUBE_CONTEXT}
namespace: ${NAMESPACE}
daemonSetNamespace: kube-system

sync:
  api:
    localPath: api
    containerPath: /src
    podSelector:
      labelSelector: 'app=${RELEASE}-api'
    excludeDirs:
      - node_modules

  webapp-poller:
    localPath: webapp
    containerPath: /src
    podSelector:
      labelSelector: 'app=${RELEASE}-webapp'
    excludeDirs:
      - node_modules
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft