Skip to content

Commit

Permalink
edit title
Browse files Browse the repository at this point in the history
  • Loading branch information
murali-reddy committed Sep 1, 2017
1 parent 9ab5af5 commit ec51a78
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ <h2 class="post-title">Kube-router: Kubernetes pod networking and beyond with BG

<article class="post-preview">
<a href="https://cloudnativelabs.github.io/post/2017-05-10-kube-network-service-proxy/">
<h2 class="post-title">Kubernetes network services proxy with IPVS/LVS</h2>
<h2 class="post-title">Kube-router: Kubernetes network services proxy with IPVS/LVS</h2>

</a>

Expand All @@ -141,7 +141,7 @@ <h2 class="post-title">Kubernetes network services proxy with IPVS/LVS</h2>

<article class="post-preview">
<a href="https://cloudnativelabs.github.io/post/2017-05-1-kube-network-policies/">
<h2 class="post-title">Enforcing Kubernetes network policies with iptables</h2>
<h2 class="post-title">Kube-router: Enforcing Kubernetes network policies with iptables and ipset</h2>

</a>

Expand Down
4 changes: 2 additions & 2 deletions index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</item>

<item>
<title>Kubernetes network services proxy with IPVS/LVS</title>
<title>Kube-router: Kubernetes network services proxy with IPVS/LVS</title>
<link>https://cloudnativelabs.github.io/post/2017-05-10-kube-network-service-proxy/</link>
<pubDate>Fri, 12 May 2017 00:00:00 +0000</pubDate>
<author>[email protected] (Cloudnative Labs)</author>
Expand All @@ -31,7 +31,7 @@
</item>

<item>
<title>Enforcing Kubernetes network policies with iptables</title>
<title>Kube-router: Enforcing Kubernetes network policies with iptables and ipset</title>
<link>https://cloudnativelabs.github.io/post/2017-05-1-kube-network-policies/</link>
<pubDate>Wed, 03 May 2017 00:00:00 +0000</pubDate>
<author>[email protected] (Cloudnative Labs)</author>
Expand Down
2 changes: 1 addition & 1 deletion post/2017-04-19-kube-router/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ <h3 id="conclusion">conclusion</h3>


<li class="next">
<a href="https://cloudnativelabs.github.io/post/2017-05-1-kube-network-policies/" data-toggle="tooltip" data-placement="top" title="Enforcing Kubernetes network policies with iptables">Next Post &rarr;</a>
<a href="https://cloudnativelabs.github.io/post/2017-05-1-kube-network-policies/" data-toggle="tooltip" data-placement="top" title="Kube-router: Enforcing Kubernetes network policies with iptables and ipset">Next Post &rarr;</a>
</li>

</ul>
Expand Down
12 changes: 6 additions & 6 deletions post/2017-05-1-kube-network-policies/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">

<title>Enforcing Kubernetes network policies with iptables</title>
<meta property="og:title" content="Enforcing Kubernetes network policies with iptables" />
<meta name="twitter:title" content="Enforcing Kubernetes network policies with iptables" />
<title>Kube-router: Enforcing Kubernetes network policies with iptables and ipset</title>
<meta property="og:title" content="Kube-router: Enforcing Kubernetes network policies with iptables and ipset" />
<meta name="twitter:title" content="Kube-router: Enforcing Kubernetes network policies with iptables and …" />
<meta name="description" content="Network policies in Kubernetes provides primary means to secure a pod by exerting control over who can connect to pod. Intent of this blog post is not to describe what network policies are but to show how iptables on the the cluster nodes can be used to build a distributed firewall solution that enforces network policies in Kubernetes clusters. This write up draws up from the insights of implementing a network policy controller in Kube-router.">
<meta property="og:description" content="Network policies in Kubernetes provides primary means to secure a pod by exerting control over who can connect to pod. Intent of this blog post is not to describe what network policies are but to show how iptables on the the cluster nodes can be used to build a distributed firewall solution that enforces network policies in Kubernetes clusters. This write up draws up from the insights of implementing a network policy controller in Kube-router.">
<meta name="twitter:description" content="Network policies in Kubernetes provides primary means to secure a pod by exerting control over who can connect to pod. Intent of this blog post is not to describe what network policies are but to show …">
Expand Down Expand Up @@ -99,7 +99,7 @@
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<div class="post-heading">
<h1>Enforcing Kubernetes network policies with iptables</h1>
<h1>Kube-router: Enforcing Kubernetes network policies with iptables and ipset</h1>


<span class="post-meta">
Expand Down Expand Up @@ -293,7 +293,7 @@ <h3 id="conclusion">conclusion</h3>


<li class="next">
<a href="https://cloudnativelabs.github.io/post/2017-05-10-kube-network-service-proxy/" data-toggle="tooltip" data-placement="top" title="Kubernetes network services proxy with IPVS/LVS">Next Post &rarr;</a>
<a href="https://cloudnativelabs.github.io/post/2017-05-10-kube-network-service-proxy/" data-toggle="tooltip" data-placement="top" title="Kube-router: Kubernetes network services proxy with IPVS/LVS">Next Post &rarr;</a>
</li>

</ul>
Expand All @@ -305,7 +305,7 @@ <h3 id="conclusion">conclusion</h3>
<script type="text/javascript">
var disqus_shortname = 'cloudnativelabs';
var disqus_identifier = 'https:\/\/cloudnativelabs.github.io\/post\/2017-05-1-kube-network-policies\/';
var disqus_title = 'Enforcing Kubernetes network policies with iptables';
var disqus_title = 'Kube-router: Enforcing Kubernetes network policies with iptables and ipset';
var disqus_url = 'https:\/\/cloudnativelabs.github.io\/post\/2017-05-1-kube-network-policies\/';

(function() {
Expand Down
12 changes: 6 additions & 6 deletions post/2017-05-10-kube-network-service-proxy/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">

<title>Kubernetes network services proxy with IPVS/LVS</title>
<meta property="og:title" content="Kubernetes network services proxy with IPVS/LVS" />
<meta name="twitter:title" content="Kubernetes network services proxy with IPVS/LVS" />
<title>Kube-router: Kubernetes network services proxy with IPVS/LVS</title>
<meta property="og:title" content="Kube-router: Kubernetes network services proxy with IPVS/LVS" />
<meta name="twitter:title" content="Kube-router: Kubernetes network services proxy with IPVS/LVS" />
<meta name="description" content="A Kubernetes Service is an abstraction which groups a logical set of Pods that provide the same functionality. A service in Kubernetes can be of different types, of which &lsquo;ClusterIP&rsquo; and &lsquo;NodePort&rsquo; types forms basis for service discovery and load balancing. Both of the service types requires a service proxy running on each of the cluster node. Kubernetes has an implementation of service proxy &lsquo;Kube-proxy&rsquo; based on iptables. While Kube-proxy provides out-of-box solution its not necessarily an optimal solution for all users.">
<meta property="og:description" content="A Kubernetes Service is an abstraction which groups a logical set of Pods that provide the same functionality. A service in Kubernetes can be of different types, of which &lsquo;ClusterIP&rsquo; and &lsquo;NodePort&rsquo; types forms basis for service discovery and load balancing. Both of the service types requires a service proxy running on each of the cluster node. Kubernetes has an implementation of service proxy &lsquo;Kube-proxy&rsquo; based on iptables. While Kube-proxy provides out-of-box solution its not necessarily an optimal solution for all users.">
<meta name="twitter:description" content="A Kubernetes Service is an abstraction which groups a logical set of Pods that provide the same functionality. A service in Kubernetes can be of different types, of which &lsquo;ClusterIP&rsquo; and …">
Expand Down Expand Up @@ -99,7 +99,7 @@
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<div class="post-heading">
<h1>Kubernetes network services proxy with IPVS/LVS</h1>
<h1>Kube-router: Kubernetes network services proxy with IPVS/LVS</h1>


<span class="post-meta">
Expand Down Expand Up @@ -215,7 +215,7 @@ <h3 id="conclusion">conclusion</h3>
<ul class="pager blog-pager">

<li class="previous">
<a href="https://cloudnativelabs.github.io/post/2017-05-1-kube-network-policies/" data-toggle="tooltip" data-placement="top" title="Enforcing Kubernetes network policies with iptables">&larr; Previous Post</a>
<a href="https://cloudnativelabs.github.io/post/2017-05-1-kube-network-policies/" data-toggle="tooltip" data-placement="top" title="Kube-router: Enforcing Kubernetes network policies with iptables and ipset">&larr; Previous Post</a>
</li>


Expand All @@ -232,7 +232,7 @@ <h3 id="conclusion">conclusion</h3>
<script type="text/javascript">
var disqus_shortname = 'cloudnativelabs';
var disqus_identifier = 'https:\/\/cloudnativelabs.github.io\/post\/2017-05-10-kube-network-service-proxy\/';
var disqus_title = 'Kubernetes network services proxy with IPVS\/LVS';
var disqus_title = 'Kube-router: Kubernetes network services proxy with IPVS\/LVS';
var disqus_url = 'https:\/\/cloudnativelabs.github.io\/post\/2017-05-10-kube-network-service-proxy\/';

(function() {
Expand Down
2 changes: 1 addition & 1 deletion post/2017-05-22-kube-pod-networking/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ <h3 id="conclusion">conclusion</h3>
<ul class="pager blog-pager">

<li class="previous">
<a href="https://cloudnativelabs.github.io/post/2017-05-10-kube-network-service-proxy/" data-toggle="tooltip" data-placement="top" title="Kubernetes network services proxy with IPVS/LVS">&larr; Previous Post</a>
<a href="https://cloudnativelabs.github.io/post/2017-05-10-kube-network-service-proxy/" data-toggle="tooltip" data-placement="top" title="Kube-router: Kubernetes network services proxy with IPVS/LVS">&larr; Previous Post</a>
</li>


Expand Down
4 changes: 2 additions & 2 deletions post/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ <h2 class="post-title">Kube-router: Kubernetes pod networking and beyond with BG

<article class="post-preview">
<a href="https://cloudnativelabs.github.io/post/2017-05-10-kube-network-service-proxy/">
<h2 class="post-title">Kubernetes network services proxy with IPVS/LVS</h2>
<h2 class="post-title">Kube-router: Kubernetes network services proxy with IPVS/LVS</h2>


</a>
Expand All @@ -145,7 +145,7 @@ <h2 class="post-title">Kubernetes network services proxy with IPVS/LVS</h2>

<article class="post-preview">
<a href="https://cloudnativelabs.github.io/post/2017-05-1-kube-network-policies/">
<h2 class="post-title">Enforcing Kubernetes network policies with iptables</h2>
<h2 class="post-title">Kube-router: Enforcing Kubernetes network policies with iptables and ipset</h2>


</a>
Expand Down
4 changes: 2 additions & 2 deletions post/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</item>

<item>
<title>Kubernetes network services proxy with IPVS/LVS</title>
<title>Kube-router: Kubernetes network services proxy with IPVS/LVS</title>
<link>https://cloudnativelabs.github.io/post/2017-05-10-kube-network-service-proxy/</link>
<pubDate>Fri, 12 May 2017 00:00:00 +0000</pubDate>
<author>[email protected] (Cloudnative Labs)</author>
Expand All @@ -31,7 +31,7 @@
</item>

<item>
<title>Enforcing Kubernetes network policies with iptables</title>
<title>Kube-router: Enforcing Kubernetes network policies with iptables and ipset</title>
<link>https://cloudnativelabs.github.io/post/2017-05-1-kube-network-policies/</link>
<pubDate>Wed, 03 May 2017 00:00:00 +0000</pubDate>
<author>[email protected] (Cloudnative Labs)</author>
Expand Down

0 comments on commit ec51a78

Please sign in to comment.