当前位置: 首页 > 软件库 > 云计算 > 云原生 >

workshop

授权协议 Apache-2.0 License
开发语言 Google Go
所属分类 云计算、 云原生
软件类型 开源软件
地区 不详
投 递 者 邵文乐
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

Gravitational Workshops

Open source series of workshops delivered by Gravitational services team.

Installation

Requirements

You will need a Linux or macOS box with at least 7GB of RAM and 20GB of free disk space available.

Docker

For Linux: follow instructions provided here.

If you have macOS (Yosemite or newer), please download Docker for Mac here.

Older docker package for OSes older than Yosemite -- Docker Toolbox located here.

Hypervisor

HyperKit [macOS only]

HyperKit is a lightweight macOS hypervisor which minikube supports out of the box and which should bealready installed on your machine if you have Docker for Desktop installed.

More information: https://minikube.sigs.k8s.io/docs/reference/drivers/hyperkit/.

Alternatively, install VirtualBox like described below.

KVM2 [Linux only]

Follow the instructions here: https://minikube.sigs.k8s.io/docs/reference/drivers/kvm2/.

Alternatively, install VirtualBox like described below.

VirtualBox [both macOS and Linux]

Let’s install VirtualBox.

Get latest stable version from https://www.virtualbox.org/wiki/Downloads.

Note: When using Ubuntu you may need to disable Secure Boot. For an alternative approach to installing with Secure Boot enabled,follow the guide here.

Kubectl

For macOS:

curl -O https://storage.googleapis.com/kubernetes-release/release/v1.16.2/bin/darwin/amd64/kubectl \
    && chmod +x kubectl && sudo mv kubectl /usr/local/bin/

For Linux:

curl -O https://storage.googleapis.com/kubernetes-release/release/v1.16.2/bin/linux/amd64/kubectl \
    && chmod +x kubectl && sudo mv kubectl /usr/local/bin/

Minikube

For macOS:

curl -Lo minikube https://storage.googleapis.com/minikube/releases/v1.5.1/minikube-darwin-amd64 \
    && chmod +x minikube && sudo mv minikube /usr/local/bin/

For Linux:

curl -Lo minikube https://storage.googleapis.com/minikube/releases/v1.5.1/minikube-linux-amd64 \
    && chmod +x minikube && sudo mv minikube /usr/local/bin/

Also, you can install drivers for various VM providers to optimize your minikube VM performance.Instructions can be found here: https://github.com/kubernetes/minikube/blob/master/docs/drivers.md.

Xcode and local tools

Xcode will install essential console utilities for us. You can install it from the App Store.

Set up cluster using minikube

To run cluster:

macOS

# starts minikube
$ minikube start --kubernetes-version=v1.16.2
# this command should work
$ kubectl get nodes
# use docker from minikube
$ eval $(minikube docker-env)
# this command to check connectivity
$ docker ps

Linux

# starts minikube
$ minikube start --kubernetes-version=v1.16.2 --vm-driver=kvm2
# this command should work
$ kubectl get nodes
# use docker from minikube
$ eval $(minikube docker-env)
# this command to check connectivity
$ docker ps

Clone the Workshop repository

$ git clone https://github.com/gravitational/workshop.git
$ cd workshop

Configure registry

$ kubectl create -f registry.yaml
  • 来源: AINLPer 微信公众号(每日论文干货分享!!) 编辑: ShuYini 校稿: ShuYini 时间: 2021-12-09 1、引言     目前关于AAAI2022的论文List还没有贴出来,但是目前的WorkShop的日程已经出来了,今天整理了一下给大家分享。本次AAAI2022研讨会计划于2022年2月28日至3月1日,共有39个。其中在技术研究领域涉及:强化学习、图神经网络、

  • full paper、short paper、poster、oral: 而CV界的会议一般分三级: oral,需要作者准备PPT上台进行presentation; poster,作者贴一张海报,如果有人感兴趣就会到该作者的墙报前面讨论; workshop,一般都是某些大牛觉得该领域有哪些方面是研究热点,就向会议chair申请开一个独立的研讨会,值得注意的是workshop是独立审稿的。 总的来说,

  •   在查看的文献中有一些是来自各类会议的,这些会议的名称有时是conference,有时是workshop,还有一小部分是symposium和congress;在网上查这几个名称之间的区别时,发现还有一些表示会议的名称,转载如下(在排版和排序上做了一些小的变动,原文在:http://jeffye.javaeye.com/blog/165789): 1、 Conference:是指正式的会议,通常持

 相关资料
  • 把我写的eBook Workshop v1.5简体中文增强版打包脚本贴出来给大家作个参考吧。 基于此文档体积的考虑,附件里的源文件是空的,但不影响编译。如果你对我这个版本感兴趣,请到轻狂志下载eBook Workshop v1.5简体中文增强版安装后复制出源文件放到相应目录下就可以编译了。 ;增加一个包含链接内容的7z压缩包到可执行文件头部,使7-Zip打开看不到其他内容。 !packhdr te

  • 原文地址:https://cesiumjs.org/tutorials/Cesium-Workshop/ 概述 我们很高兴欢迎你加入Cesium社区!为了让你能基于Cesium开发自己的3d 地图项目,这个教程将从头到尾讲解一个基础的Cesium程序的开发过程。这个教程将用到很多重要的CesiumAPI,但是并不是所有的(CesiumJS有很多很多功能)。我们目标是教会你基于Cesium做开发的基

  • 移动应用图标生成工具,一键生成所有尺寸的应用图标。 https://icon.wuruihong.com 功能 生成不同移动平台(iOS/Android/Web App/Cordova/...)的应用图标,一键生成,快捷导入 App 启动图(Launch Image/Splash)生成工具,支持 iOS/Android 技术栈 Laravel 5.6 Angular 1 + Material De

  • React Workshop �� This is a workshop for learning how to build React Application ******* PLEASE STAR MY REPO TO SUPPORT MY WORK �� ****** Please follow me �� on twitter and github to stay updated with

  • The JavaScript Workshop This is the repository for The JavaScript Workshop, published by Packt. It contains all the supporting project files necessary to work through the course from start to finish.

  • GraphQL - TypeORM - Koa workshop This is a demo app for my medium post on creating GraphQL APIs. yarn install && yarn start

  • Workshop: Scientific Computing in Python Python is one of the most popular open source languages in history. There are more than 100,000 open source packages published on the official package index Pi

  • Brain Workshop is a free open-source version of the Dual N-Back mental exercise.