<!-- 
RSS generated by JIRA (9.4.5#940005-sha1:e3094934eac4fd8653cf39da58f39364fb9cc7c1) at Sat Feb 10 05:58:07 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>Akraino JIRA</title>
    <link>https://jira.akraino.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.4.5</version>
        <build-number>940005</build-number>
        <build-date>11-04-2023</build-date>
    </build-info>


<item>
            <title>[ICN-213] OpenNESS gap for Network Policy</title>
                <link>https://jira.akraino.org/browse/ICN-213</link>
                <project id="10400" key="ICN">Integrated Cloud Native NFV</project>
                    <description>&lt;p&gt;Investigate Network Policy Gap for OpenNESS integration&lt;/p&gt;</description>
                <environment></environment>
        <key id="11057">ICN-213</key>
            <summary>OpenNESS gap for Network Policy</summary>
                <type id="10002" iconUrl="https://jira.akraino.org/secure/viewavatar?size=xsmall&amp;avatarId=10318&amp;avatarType=issuetype">Task</type>
                                            <priority id="2" iconUrl="https://jira.akraino.org/images/icons/priorities/high.svg">High</priority>
                        <status id="10001" iconUrl="https://jira.akraino.org/" description="">Done</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="10000">Done</resolution>
                                        <assignee username="ChenjieXu">Chenjie Xu</assignee>
                                    <reporter username="hle2">Huifeng Le</reporter>
                        <labels>
                    </labels>
                <created>Wed, 11 Dec 2019 04:43:54 +0000</created>
                <updated>Thu, 16 Jul 2020 00:22:47 +0000</updated>
                            <resolved>Thu, 9 Jan 2020 03:31:35 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="11021" author="chenjiexu" created="Fri, 17 Jan 2020 08:26:57 +0000"  >&lt;p&gt;The gap analysis has been added to the Akraino ICN OpenNESS wiki page as following:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://wiki.akraino.org/display/AK/OpenNESS+19.12+Investigation#OpenNESS19.12Investigation-NetworkPolicy&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://wiki.akraino.org/display/AK/OpenNESS+19.12+Investigation#OpenNESS19.12Investigation-NetworkPolicy&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="11007" author="chenjiexu" created="Thu, 9 Jan 2020 03:31:18 +0000"  >&lt;p&gt;1. To deploy a Network Policy allowing ingress traffic on port 5000 (tcp and udp) from 192.168.1.0/24 network to OpenVINO consumer application pod, create the following specification file for this Network Policy:&lt;/p&gt;

&lt;p&gt;apiVersion: networking.k8s.io/v1&lt;br/&gt;
 kind: NetworkPolicy&lt;br/&gt;
 metadata:&lt;br/&gt;
&#160; name: openvino-policy&lt;br/&gt;
&#160; namespace: default&lt;br/&gt;
 spec:&lt;br/&gt;
&#160; podSelector:&lt;br/&gt;
&#160; &#160; matchLabels:&lt;br/&gt;
&#160; &#160; &#160; name: openvino-cons-app&lt;br/&gt;
&#160; policyTypes:&lt;br/&gt;
&#160; - Ingress&lt;br/&gt;
&#160; ingress:&lt;br/&gt;
&#160; - from:&lt;br/&gt;
&#160; &#160; - ipBlock:&lt;br/&gt;
&#160; &#160; &#160; &#160; &#160; cidr: 192.168.1.0/24&lt;br/&gt;
&#160; &#160; ports:&lt;br/&gt;
&#160; &#160; - protocol: TCP&lt;br/&gt;
&#160; &#160; &#160; port: 5000&lt;br/&gt;
&#160; &#160; - protocol: UDP&lt;br/&gt;
&#160; &#160; &#160; &#160;port: 5000&lt;/p&gt;

&lt;p&gt;2. Create the Network Policy:&lt;br/&gt;
kubectl apply -f network_policy.yml&lt;/p&gt;</comment>
                            <comment id="11006" author="chenjiexu" created="Thu, 9 Jan 2020 03:23:32 +0000"  >&lt;p&gt;By default, in a Network Edge environment, all ingress traffic is blocked (services running inside of deployed applications are not reachable) and all egress traffic is enabled (pods are able to reach the internet). The following NetworkPolicy definition is used:&lt;/p&gt;

&lt;p&gt;apiVersion: networking.k8s.io/v1 &lt;br/&gt;
metadata: &lt;br/&gt;
&#160; name: block-all-ingress &lt;br/&gt;
 &#160; namespace: default # selects default namespace &lt;br/&gt;
spec: &lt;br/&gt;
 &#160; podSelector: {} # matches all the pods in the default namespace &lt;br/&gt;
 &#160; policyTypes: &lt;br/&gt;
&#160; - Ingress &lt;br/&gt;
 &#160; ingress: [] # no rules allowing ingress traffic = ingress blocked&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                        <customfield id="customfield_10000" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10100" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>ICN-191</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10105" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i002x0:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    </customfields>
    </item>
</channel>
</rss>