-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.xml
86 lines (69 loc) · 4.64 KB
/
index.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Nhite is Hip-Terraform</title>
<link>https://nhite.github.io/</link>
<description>Recent content on Nhite is Hip-Terraform</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Sat, 02 Sep 2017 13:28:36 +0200</lastBuildDate>
<atom:link href="https://nhite.github.io/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>About</title>
<link>https://nhite.github.io/principles/about/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://nhite.github.io/principles/about/</guid>
<description>You can find here anything that is related to the Nhite development and core engine.</description>
</item>
<item>
<title>From command line tools to microservices - The example of Hashicorp tools (terraform) and gRPC</title>
<link>https://nhite.github.io/principles/from-cli-to-microservice/</link>
<pubDate>Sat, 02 Sep 2017 13:28:36 +0200</pubDate>
<guid>https://nhite.github.io/principles/from-cli-to-microservice/</guid>
<description>This article has been originally published on Olivier Wulveryck&rsquo;s blog
This post is a little bit different from the last ones. As usual, the introduction tries to be open, but it quickly goes deeper into a go implementation. Some of the explanations may be tricky from time to times and therefore not very clear. As usual, do not hesitate to send me any comment via this blog or via twitter @owulveryck.</description>
</item>
<item>
<title>Terraform is hip... Introducing Nhite</title>
<link>https://nhite.github.io/principles/hip-terraform-part-i/</link>
<pubDate>Tue, 12 Sep 2017 13:28:36 +0200</pubDate>
<guid>https://nhite.github.io/principles/hip-terraform-part-i/</guid>
<description>This post is has been originally published on Olivier Wulveryck&rsquo;s Tech Blog.
In a previous post, I did some experiments with gRPC, protocol buffer and Terraform. The idea was to transform the &ldquo;Terraform&rdquo; cli tool into a micro-service thanks to gRPC.
This post is the second part of the experiment. I will go deeper in the code and see if it is possible to create a brand new utility, without hacking Terraform.</description>
</item>
<item>
<title></title>
<link>https://nhite.github.io/_header/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://nhite.github.io/_header/</guid>
<description></description>
</item>
<item>
<title>About Nhite</title>
<link>https://nhite.github.io/get_started/about/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://nhite.github.io/get_started/about/</guid>
<description>Disclaimer: Nhite is in its really early development stage. It may become a product&hellip; or not.
What is Nhite ? Nhite is a binary that is implementing the terraform engine, but that is exposing a gRPC service instead of a cli.
Do I need Nhite? If you are working with terraform alone, or if you have susbscribed to terraform enterprise, probably not.
But you may need it if you are willing to:</description>
</item>
<item>
<title>Architecture diagrams</title>
<link>https://nhite.github.io/principles/architecture/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://nhite.github.io/principles/architecture/</guid>
<description>sequenceDiagram participant Client participant Nhite participant Backend participant TerraformLib Client-Nhite: push Nhite-Backend: push Nhite-Client: ID Client-Nhite: plan ID Nhite-Backend: Get ID Nhite-Nhite: cd ID Nhite--TerraformLib: commands/plan.go Nhite-Client: result Client-Nhite: apply ID Nhite-Backend: Get ID Nhite-Nhite: cd ID Nhite--TerraformLib: commands/apply.go Nhite-Client: result </description>
</item>
<item>
<title>Download and test the POC</title>
<link>https://nhite.github.io/get_started/download/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://nhite.github.io/get_started/download/</guid>
<description>So far Nhite is mostly a proof-of-concept about how to transform terraform in a gRPC service.
If you want to test what&rsquo;s done so far, you can download a &ldquo;nhite server&rdquo; and a &ldquo;sample nhite client&rdquo; from github.
The nhite server A simple nhite client </description>
</item>
</channel>
</rss>