<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: Can kerberos kdc be configured with a vip for HA/loadbalancing purposes? in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Can-kerberos-kdc-be-configured-with-a-vip-for-HA/m-p/95425#M58784</link>
    <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/228/wgonzalez.html" nodeid="228"&gt;@William Gonzalez&lt;/A&gt;  Thanks for raising this!!&lt;/P&gt;</description>
    <pubDate>Sun, 31 Jan 2016 23:40:02 GMT</pubDate>
    <dc:creator>nsabharwal</dc:creator>
    <dc:date>2016-01-31T23:40:02Z</dc:date>
    <item>
      <title>Can kerberos kdc be configured with a vip for HA/loadbalancing purposes?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Can-kerberos-kdc-be-configured-with-a-vip-for-HA/m-p/95421#M58780</link>
      <description>&lt;P&gt;While trying to configure kdc with a Virtual IP, we are getting the below error &lt;/P&gt;&lt;PRE&gt;Could not find user in Kerberos database&lt;/PRE&gt;&lt;P&gt;Ambari fails the install. &lt;/P&gt;&lt;P&gt;VIP is needed for loadbalancing and HA. &lt;/P&gt;&lt;P&gt;When single node IP is used for kdc, then the install is successful. &lt;/P&gt;</description>
      <pubDate>Wed, 14 Oct 2015 20:29:47 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Can-kerberos-kdc-be-configured-with-a-vip-for-HA/m-p/95421#M58780</guid>
      <dc:creator>wgonzalez</dc:creator>
      <dc:date>2015-10-14T20:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: Can kerberos kdc be configured with a vip for HA/loadbalancing purposes?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Can-kerberos-kdc-be-configured-with-a-vip-for-HA/m-p/95422#M58781</link>
      <description>&lt;P&gt;I don't think a VIP is necessary, in your krb5.conf you simply set multiple kdc entries. For admin kdc just one. I think only master slave model is possible with MIT Kerberos. See here for sample: &lt;A href="http://web.mit.edu/kerberos/krb5-devel/doc/admin/conf_files/krb5_conf.html#sample-krb5-conf-file"&gt;http://web.mit.edu/kerberos/krb5-devel/doc/admin/conf_files/krb5_conf.html#sample-krb5-conf-file&lt;/A&gt;&lt;/P&gt;&lt;P&gt;As changes to the kdc are rare, as you will not add people users to the project every day, as simple sync between two kdc is sufficient as is the Master Slave model.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Oct 2015 20:49:41 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Can-kerberos-kdc-be-configured-with-a-vip-for-HA/m-p/95422#M58781</guid>
      <dc:creator>hkropp</dc:creator>
      <dc:date>2015-10-14T20:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: Can kerberos kdc be configured with a vip for HA/loadbalancing purposes?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Can-kerberos-kdc-be-configured-with-a-vip-for-HA/m-p/95423#M58782</link>
      <description>&lt;P&gt;I'm working on adding an (Optional) step in this doc: &lt;A href="http://docs.hortonworks.com/HDPDocuments/Ambari-2.1.2.0/bk_Ambari_Security_Guide/content/_launching_the_kerberos_wizard_automated_setup.html "&gt;http://docs.hortonworks.com/HDPDocuments/Ambari-2.1.2.0/bk_Ambari_Security_Guide/content/_launching_the_kerberos_wizard_automated_setup.html&lt;/A&gt;that mentions how to alter the &lt;STRONG&gt;Advanced krb5-conf&lt;/STRONG&gt; template to include another &lt;EM&gt;kdc&lt;/EM&gt; entry.  That's all you need to do to &lt;A rel="user" href="https://community.cloudera.com/users/174/hkropp.html" nodeid="174"&gt;@hkropp&lt;/A&gt;'s point is mention each individual KDC and the Kerberos client will deal with failover in the event one is unavailable.  Something like this:&lt;/P&gt;&lt;PRE&gt;kdc = {{kdc_host}}
kdc = host2.hortonworks.local
kdc = host3.hortonworks.local&lt;/PRE&gt;&lt;P&gt;The {{kdc_host}} is substituted for the host that you have configured in the KDC Host input field.  In future versions we'll make this KDC Hosts (comma-separated) to make it easier.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Oct 2015 21:14:59 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Can-kerberos-kdc-be-configured-with-a-vip-for-HA/m-p/95423#M58782</guid>
      <dc:creator>pcodding</dc:creator>
      <dc:date>2015-10-14T21:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: Can kerberos kdc be configured with a vip for HA/loadbalancing purposes?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Can-kerberos-kdc-be-configured-with-a-vip-for-HA/m-p/95424#M58783</link>
      <description>&lt;P&gt;Sorry, my question had a 2 part. Sorry I did not make that clear. &lt;/P&gt;&lt;P&gt;Setting up different kdcs as suggested above works for configuration and HA. &lt;/P&gt;&lt;P&gt;However, the user wants to configure a kdc with a load balancer to ease up the traffic. &lt;/P&gt;&lt;P&gt;if 2 kdcs are setup, then users can still connect to the heavy used one instead of being redirected to the idle one via loadbalancer. Does this make sense? &lt;/P&gt;</description>
      <pubDate>Tue, 20 Oct 2015 05:10:35 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Can-kerberos-kdc-be-configured-with-a-vip-for-HA/m-p/95424#M58783</guid>
      <dc:creator>wgonzalez</dc:creator>
      <dc:date>2015-10-20T05:10:35Z</dc:date>
    </item>
    <item>
      <title>Re: Can kerberos kdc be configured with a vip for HA/loadbalancing purposes?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Can-kerberos-kdc-be-configured-with-a-vip-for-HA/m-p/95425#M58784</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/228/wgonzalez.html" nodeid="228"&gt;@William Gonzalez&lt;/A&gt;  Thanks for raising this!!&lt;/P&gt;</description>
      <pubDate>Sun, 31 Jan 2016 23:40:02 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Can-kerberos-kdc-be-configured-with-a-vip-for-HA/m-p/95425#M58784</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2016-01-31T23:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: Can kerberos kdc be configured with a vip for HA/loadbalancing purposes?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Can-kerberos-kdc-be-configured-with-a-vip-for-HA/m-p/95426#M58785</link>
      <description>&lt;P&gt;Thanks &lt;A rel="user" href="https://community.cloudera.com/users/32/paul.html" nodeid="32"&gt;@Paul Codding&lt;/A&gt; for taking care of this...very helpful to have in official docs.&lt;/P&gt;</description>
      <pubDate>Sun, 31 Jan 2016 23:41:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Can-kerberos-kdc-be-configured-with-a-vip-for-HA/m-p/95426#M58785</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2016-01-31T23:41:43Z</dc:date>
    </item>
  </channel>
</rss>

