PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Sunday, May 15, 2022

[FIXED] How can I install Velero Client on my Ubuntu machine?

 May 15, 2022     azure-aks, ubuntu, velero     No comments   

Issue

I tried both option 1 and option 2 as listed in the documentation, but no tar ball was downloaded.

I am truly confused. Is it necessary to install Velero locally and a server in the Kube cluster?

I tried on both Windows and Linux, and got no result. If you can explain the procedure for both operating systems, I would appreciate it.


Solution

From the document that you provided, it provides the source code for you, maybe you misunderstand and I will show here:

Option 1: The import path is where the source code in. Example below:

mkdir $HOME/go
export GOPATH=$HOME/go
go get github.com/vmware-tanzu/velero

So you can use the URL https://github.com/vmware-tanzu/velero to find and download the source.

Option 2: The release page will guide you to the page where the source code in, it's in the below of the page. Just find it carefully.

Is it necessary to install Velero locally and a server in the Kube cluster?

It's all dependent on yourself. From the introduction of the Velero, it has the features here:

  • Take backups of your cluster and restore in case of loss.
  • Migrate cluster resources to other clusters.
  • Replicate your production cluster to development and testing clusters.

It can help you to backup the data in the Kubernetes cluster and migrate cluster resources to other clusters. I will suggest you install it to use its features. Or that's OK if you use another tool instead of the Velero with the same features.



Answered By - Charles Xu
Answer Checked By - Mary Flores (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing